Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216704
b: refs/heads/master
c: f3550d1
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Sep 20, 2010
1 parent 1ded685 commit c70233f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d433a67831ab2c470cc53a3ff9b60f656767be15
refs/heads/master: f3550d1b052a8acf4159b407dbdd1def47f223f9
6 changes: 5 additions & 1 deletion trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -14593,7 +14593,11 @@ static int alc269_parse_auto_config(struct hda_codec *codec)
err = alc269_auto_create_multi_out_ctls(spec, &spec->autocfg);
if (err < 0)
return err;
err = alc269_auto_create_input_ctls(codec, &spec->autocfg);
if (spec->codec_variant == ALC269_TYPE_NORMAL)
err = alc269_auto_create_input_ctls(codec, &spec->autocfg);
else
err = alc_auto_create_input_ctls(codec, &spec->autocfg, 0,
0x22, 0);
if (err < 0)
return err;

Expand Down

0 comments on commit c70233f

Please sign in to comment.