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 */
codecs/tas2552.c
diff options
context:
space:
mode:
authorPeter Ujfalusi <peter.ujfalusi@ti.com>2015-06-08 15:19:52 +0300
committerMark Brown <broonie@kernel.org>2015-06-08 18:53:18 +0100
commit4afdd89df0bd094015b2cc7504421ec3ece3ae35 (patch)
tree20433fcfb42ed3ed503e9f3f4168758775ac805e /sound/soc/codecs/tas2552.c
parent2a9dd1db70688203e5699f6ea074d41a7ac86378 (diff)
ASoC: tas2552: Code, define alignment changes for uniformity
Align the numbers in the header file to the same column. At the same time change the wrapping of CFG_2 register write in the probe function to be uniform with the other calls. Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/tas2552.c')