Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 270363
b: refs/heads/master
c: 9c4e84d
h: refs/heads/master
i:
  270361: 453229b
  270359: 546f649
v: v3
  • Loading branch information
Takashi Iwai committed Aug 24, 2011
1 parent 310ba46 commit 4623760
Show file tree
Hide file tree
Showing 2 changed files with 2 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: e92d4b08d756e11f89a5d7e7d45a3ab9387bd25a
refs/heads/master: 9c4e84d3b8cbcde88947ceff265e11d38ab127b9
2 changes: 1 addition & 1 deletion trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -3014,7 +3014,7 @@ static int alc_auto_create_multi_out_ctls(struct hda_codec *codec,
sw = alc_look_for_out_mute_nid(codec, pin, dac);
vol = alc_look_for_out_vol_nid(codec, pin, dac);
name = alc_get_line_out_pfx(spec, i, true, &index);
if (!name) {
if (!name || !strcmp(name, "CLFE")) {
/* Center/LFE */
err = alc_auto_add_vol_ctl(codec, "Center", 0, vol, 1);
if (err < 0)
Expand Down

0 comments on commit 4623760

Please sign in to comment.