ALSA: hdspm: Fix wrong boolean ctl value accesses
authorTakashi Iwai <tiwai@suse.de>
Mon, 29 Feb 2016 13:25:16 +0000 (14:25 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 29 Feb 2016 17:13:34 +0000 (18:13 +0100)
commit537e48136295c5860a92138c5ea3959b9542868b
tree879b8e115ff7fa14acba3899cdd3582ff5c7f1e9
parentb24e7ad1fdc22177eb3e51584e1cfcb45d818488
ALSA: hdspm: Fix wrong boolean ctl value accesses

snd-hdspm 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/hdspm.c