Commit 537e4813 authored by Takashi Iwai's avatar Takashi Iwai
Browse files

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: default avatarTakashi Iwai <tiwai@suse.de>
parent b24e7ad1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment