]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hdsp: Fix wrong boolean ctl value accesses
authorTakashi Iwai <tiwai@suse.de>
Mon, 29 Feb 2016 13:26:43 +0000 (14:26 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 29 Feb 2016 17:13:34 +0000 (18:13 +0100)
commitf892804e81f695d06b86a67f53c988edb9be34b3
tree37b88df49a4f60ccb52bc75fa42cadb19b15591a
parent99f9e97494f62f52199ee6240b97c4ff2af83616
ALSA: hdsp: Fix wrong boolean ctl value accesses

snd-hdsp driver accesses enum item values (int) instead of boolean
values (long) wrongly for some ctl elements.  This patch fixes them.

Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/rme9652/hdsp.c