projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ce0e5a9
)
ALSA: hda - VIA: Add missing support for VT1718S in A-A path
author
Lydia Wang
<lydiawang@viatech.com.cn>
Tue, 22 Mar 2011 08:23:23 +0000
(16:23 +0800)
committer
Takashi Iwai
<tiwai@suse.de>
Tue, 22 Mar 2011 11:53:52 +0000
(12:53 +0100)
Modify mute_aa_path() function to support VT1718S codec.
Signed-off-by: Lydia Wang <lydiawang@viatech.com.cn>
Cc: <stable@kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_via.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_via.c
b/sound/pci/hda/patch_via.c
index 2f605e593957f308e6494a1908c1a95fd6b76f31..23e58f0904695a2fbef1780c244ca205974caa73 100644
(file)
--- a/
sound/pci/hda/patch_via.c
+++ b/
sound/pci/hda/patch_via.c
@@
-1323,6
+1323,11
@@
static void mute_aa_path(struct hda_codec *codec, int mute)
start_idx = 2;
end_idx = 4;
break;
+ case VT1718S:
+ nid_mixer = 0x21;
+ start_idx = 1;
+ end_idx = 3;
+ break;
default:
return;
}