commit | 428549f5746c9d6135d425d076a1bed2614d58ee | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Jan 15 16:56:59 2009 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Thu Jan 15 17:02:49 2009 +0100 |
tree | 4f41a36c77b0615bf0553267f2202eaa817fd4ce | |
parent | 1b0652eb588e57c3ab230e0291e7da99c7e665e0 [diff] |
ALSA: hda - Fix invalid amp value for STAC925x The value set in the commit 2465fb6605b4f8f3964b132017bf4078d1265fe9 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>