]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: usb-audio: Fix Oops by composite quirk enhancement
authorTakashi Iwai <tiwai@suse.de>
Mon, 10 Nov 2014 06:41:59 +0000 (07:41 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 10 Nov 2014 06:44:47 +0000 (07:44 +0100)
commit270b175e20e911053ff4b68b44a669a72c375f89
tree846a21bf6dbc7e5c40eb1b9eebac4e030bd091fa
parent6a4dd2b641eb5f62055b52822072804d2b46b763
ALSA: usb-audio: Fix Oops by composite quirk enhancement

The quirk argument itself was used as iterator, so it cannot be taken
back to the original value, obviously.

Fixes: 5bbec133661b ('ALSA: usb-audio: Allow multiple entries for the same iface in composite quirk')
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/usb/quirks.c