ALSA: hdspm: Fix wrong boolean ctl value accesses
Orabug:
23330987
[ 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>
(cherry picked from commit
b9800dd1d9eeb4b5f81a485b270702a02b142b9b)
Signed-off-by: Dan Duval <dan.duval@oracle.com>