WSL2-Linux-Kernel/sound/usb
Linus Torvalds a9a08845e9 vfs: do bulk POLL* -> EPOLL* replacement
This is the mindless scripted replacement of kernel use of POLL*
variables as described by Al, done by this script:

    for V in IN OUT PRI ERR RDNORM RDBAND WRNORM WRBAND HUP RDHUP NVAL MSG; do
        L=`git grep -l -w POLL$V | grep -v '^t' | grep -v /um/ | grep -v '^sa' | grep -v '/poll.h$'|grep -v '^D'`
        for f in $L; do sed -i "-es/^\([^\"]*\)\(\<POLL$V\>\)/\\1E\\2/" $f; done
    done

with de-mangling cleanups yet to come.

NOTE! On almost all architectures, the EPOLL* constants have the same
values as the POLL* constants do.  But they keyword here is "almost".
For various bad reasons they aren't the same, and epoll() doesn't
actually work quite correctly in some cases due to this on Sparc et al.

The next patch from Al will sort out the final differences, and we
should be all done.

Scripted-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
2018-02-11 14:34:03 -08:00
..
6fire
bcd2000 sound updates for 4.15-rc1 2017-11-14 18:01:46 -08:00
caiaq
hiface
line6 treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts 2017-11-21 16:35:54 -08:00
misc
usx2y vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
Kconfig
Makefile
card.c ALSA: usb-audio: Change the semantics of the enable option 2017-11-30 16:31:53 +01:00
card.h
clock.c ALSA: usb-audio: Add sanity checks in v2 clock parsers 2017-11-21 17:50:34 +01:00
clock.h
debug.h
endpoint.c
endpoint.h
format.c
format.h
helper.c
helper.h
midi.c
midi.h
mixer.c ALSA: usb-audio: Proper fallback at get_term_name() 2017-12-19 13:38:23 +01:00
mixer.h
mixer_maps.c
mixer_quirks.c vfs: do bulk POLL* -> EPOLL* replacement 2018-02-11 14:34:03 -08:00
mixer_quirks.h
mixer_scarlett.c
mixer_scarlett.h
mixer_us16x08.c
mixer_us16x08.h
pcm.c
pcm.h
power.h
proc.c
proc.h
quirks-table.h ALSA: usb-audio: Add a quirk for Nura's first gen headset 2018-01-15 14:03:53 +01:00
quirks.c ALSA: usb-audio: Add native DSD support for Esoteric D-05X 2017-12-07 13:42:07 +01:00
quirks.h
stream.c
stream.h
usbaudio.h