]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: hda - Fix invalid amp value for STAC925x
authorTakashi Iwai <tiwai@suse.de>
Thu, 15 Jan 2009 15:56:59 +0000 (16:56 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 15 Jan 2009 16:02:49 +0000 (17:02 +0100)
commit0ca6eec6c808cc3a7e0cd38c93d3a081a68c9ee9
tree4f41a36c77b0615bf0553267f2202eaa817fd4ce
parentac591132225b8a3bc66eb106a28352955d60f072
ALSA: hda - Fix invalid amp value for STAC925x

The value set in the commit da6de890d3e85b3fb43a51f3724bd635829d22fe
is actually wrong.  The value range is from 0 to 0x1f while the patch
sets to 0x7f.  Let's fix it.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c