projects
/
GitHub
/
LineageOS
/
android_kernel_samsung_universal7580.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b7d90a3
)
[ALSA] hda-codec - Fix capture from line-in on VAIO SZ/FE laptops
author
Takashi Iwai
<tiwai@suse.de>
Tue, 25 Apr 2006 11:05:43 +0000
(13:05 +0200)
committer
Jaroslav Kysela
<perex@suse.cz>
Thu, 27 Apr 2006 19:10:46 +0000
(21:10 +0200)
Added the missing line-in capture on VAIO SZ/FE laptops with
STAC 7661 codec.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_sigmatel.c
patch
|
blob
|
blame
|
history
diff --git
a/sound/pci/hda/patch_sigmatel.c
b/sound/pci/hda/patch_sigmatel.c
index 7152607879539a8bf4be5e25060c810a82da5985..8c440fb98603aab986aedc734ec716331b529999 100644
(file)
--- a/
sound/pci/hda/patch_sigmatel.c
+++ b/
sound/pci/hda/patch_sigmatel.c
@@
-1212,8
+1212,8
@@
static hda_nid_t vaio_mux_nids[] = { 0x15 };
static struct hda_input_mux vaio_mux = {
.num_items = 2,
.items = {
- /* { "HP", 0x0 },
- { "Unknown", 0x1 }, */
+ /* { "HP", 0x0 },
*/
+ { "Line", 0x1 },
{ "Mic", 0x2 },
{ "PCM", 0x3 },
}