]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitd14b068f773df2379f44ce865644d8168e22d58b
tree4c76b1d76cbb9dac76662a92b172a22e3a6b04f3
parent8be567dcea0007df98322c29a4e19a7d0da2cb2a
ALSA: hda/realtek - Fix overflow of vol/sw check bitmap

The bitmap introduced in the commit [2590a849: 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