projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1f34852
)
ALSA: HDA: Fix single internal mic on ALC275 (Sony Vaio VPCSB1C5E)
author
David Henningsson
<
[email protected]
>
Thu, 7 Apr 2011 09:43:00 +0000
(11:43 +0200)
committer
Takashi Iwai
<
[email protected]
>
Thu, 7 Apr 2011 10:12:00 +0000
(12:12 +0200)
In cases where there is only one internal mic connected to ADC 0x11,
alc275_setup_dual_adc won't handle the case, so we need to add the
ADC node to the array of candidates.
Cc:
[email protected]
BugLink:
http://bugs.launchpad.net/bugs/752792
Reported-by: Vincenzo Pii
Signed-off-by: David Henningsson <
[email protected]
>
Signed-off-by: Takashi Iwai <
[email protected]
>
sound/pci/hda/patch_realtek.c
patch
|
blob
|
history
diff --git
a/sound/pci/hda/patch_realtek.c
b/sound/pci/hda/patch_realtek.c
index 12c6f4508c54ffbf9a31c25f0f6b6b7bdcfa9abb..d9f1ef7dac2e1f50390c7a8f19247c6c10d1708b 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-14124,7
+14124,7
@@
static hda_nid_t alc269vb_capsrc_nids[1] = {
};
static hda_nid_t alc269_adc_candidates[] = {
- 0x08, 0x09, 0x07,
+ 0x08, 0x09, 0x07,
0x11,
};
#define alc269_modes alc260_modes