Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133085
b: refs/heads/master
c: 892981f
h: refs/heads/master
i:
  133083: aa1e1e8
v: v3
  • Loading branch information
Takashi Iwai committed Mar 2, 2009
1 parent 0ff6bbe commit 4dfd5f0
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: b31b43e9fb49b71ae753bebc185fe55797ba20c6
refs/heads/master: 892981ffbe9a5c4cbc9d75f423b145f32c765f9c
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 @@ -11915,7 +11915,7 @@ static int alc268_parse_auto_config(struct hda_codec *codec)
if (spec->kctls.list)
add_mixer(spec, spec->kctls.list);

if (spec->autocfg.speaker_pins[0] != 0x1d)
if (!spec->no_analog && spec->autocfg.speaker_pins[0] != 0x1d)
add_mixer(spec, alc268_beep_mixer);

add_verb(spec, alc268_volume_init_verbs);
Expand Down

0 comments on commit 4dfd5f0

Please sign in to comment.