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:
a72cb4b
)
ALSA: hda - Resurrect input-source mixer of ALC268 model=acer
author
Takashi Iwai
<
[email protected]
>
Wed, 30 Sep 2009 06:13:44 +0000
(08:13 +0200)
committer
Takashi Iwai
<
[email protected]
>
Wed, 30 Sep 2009 06:13:44 +0000
(08:13 +0200)
In the commit
fdbc66266c21976027938642f60e0f047149a61a
, I mistakenly
replaced the capture mixer array for ALC268_ACER to nosrc version
although this should be kept to alt_mixer. Now fixed back.
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 129605819560073d542de35b1b265d4cd0696ae0..bc057a8ae248916694cd322708c683c4db1a16ae 100644
(file)
--- a/
sound/pci/hda/patch_realtek.c
+++ b/
sound/pci/hda/patch_realtek.c
@@
-12660,7
+12660,7
@@
static struct alc_config_preset alc268_presets[] = {
.init_hook = alc268_toshiba_automute,
},
[ALC268_ACER] = {
- .mixers = { alc268_acer_mixer, alc268_capture_
nosrc
_mixer,
+ .mixers = { alc268_acer_mixer, alc268_capture_
alt
_mixer,
alc268_beep_mixer },
.init_verbs = { alc268_base_init_verbs, alc268_eapd_verbs,
alc268_acer_verbs },