ALSA: hda/realtek - Fix overflow of vol/sw check bitmap
authorTakashi Iwai <tiwai@suse.de>
Thu, 16 Feb 2012 15:38:07 +0000 (16:38 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 16 Feb 2012 15:39:14 +0000 (16:39 +0100)
commitc14c95f62ecb8710af14ae0d48e01991b70bb6f4
tree4c76b1d76cbb9dac76662a92b172a22e3a6b04f3
parent8866f405efd4171f9d9c91901d2dd02f01bacb60
ALSA: hda/realtek - Fix overflow of vol/sw check bitmap

The bitmap introduced in the commit [527e4d73: ALSA: hda/realtek - Fix
missing volume controls with ALC260] is too narrow for some codecs,
which may have more NIDs than 0x20, thus it may overflow the bitmap
array on them.

Just double the number to cover all and also add a sanity-check code
to be safer.

Cc: <stable@kernel.org> [v3.2+]
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c