summaryrefslogtreecommitdiff
path: root/epoll2.h
blob: 1ecf5f0b83ad5806feb3a683eaf8612ff57881e2 (plain)
1
2
3
4
5
6
7
#ifndef __EPOLL_H
#define __EPOLL_H

extern void set_epoll_descriptor(int fd_epoll, int action, int fd_toadd, int events);
extern int set_epoll_descriptor2(int fd_epoll, int action, int fd_toadd, int events);

#endif /* __EPOLL_H */
authorDharageswari.R <dharageswari.r@intel.com>2016-04-28 18:45:27 +0530
committerMark Brown <broonie@kernel.org>2016-05-02 12:02:17 +0100
commit1a13b1fafffd41c12a7068c4aa74f5a1d2210a07 (patch)
tree7ff18353cd486390db735cf4ba0fb6c395afeb86
parent76222d6dd2e64c895735ab271ecc8b0df568981d (diff)
ASoC: Intel: Skylake: Prevent sending Set DMA Control IPC if the widget is "On"
If widget of a playback or capture DAI is already On, then no need not send the Set DMA Control IPC message to firmware. Signed-off-by: Dharageswari R <dharageswari.r@intel.com> Signed-off-by: Jeeja KP <jeeja.kp@intel.com> Signed-off-by: Vinod Koul <vinod.koul@intel.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat