]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ALSA: usb-audio: remove is_playback from implicit feedback quirks
authorEldad Zack <eldad@fogrefinery.com>
Sat, 3 Aug 2013 08:50:21 +0000 (10:50 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 6 Aug 2013 08:51:48 +0000 (10:51 +0200)
commit914273c714845e2f3363e962f6dff59626a79fa3
tree6b08a703929667e9c9e6387b4272518abedab5f8
parent95fec88332dbbe4344ffc1b564480402a89ee805
ALSA: usb-audio: remove is_playback from implicit feedback quirks

An implicit feedback endpoint can only be a capture source. The
consumer (sink) of the implicit feedback endpoint is therefore limited
to playback EPs.
Check if the target endpoint is a playback first and remove redundant
checks.

Signed-off-by: Eldad Zack <eldad@fogrefinery.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/pcm.c