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)
commiteab3c4db193f5fcccf70e884de9a922ca2c63d80
tree37b88df49a4f60ccb52bc75fa42cadb19b15591a
parentc1099c3294c2344110085a38c50e478a5992b368
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