]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ALSA: hdspm: Fix wrong boolean ctl value accesses
authorTakashi Iwai <tiwai@suse.de>
Mon, 29 Feb 2016 13:25:16 +0000 (14:25 +0100)
committerSasha Levin <sasha.levin@oracle.com>
Wed, 9 Mar 2016 18:15:18 +0000 (13:15 -0500)
commitb9800dd1d9eeb4b5f81a485b270702a02b142b9b
tree9d4710ba8cb7f059f4884343f4ebd61b81e2cfa1
parentd850c054f3aeedf5e18290d14b097b5ed67fa9fb
ALSA: hdspm: Fix wrong boolean ctl value accesses

[ Upstream commit 537e48136295c5860a92138c5ea3959b9542868b ]

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>
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
sound/pci/rme9652/hdspm.c