Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 200922
b: refs/heads/master
c: f189efc
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jul 5, 2010
1 parent 8c9603c commit 7d3dd60
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 3bfea98ff73d377ffce0d4c7f938b7ef958cdb35
refs/heads/master: f189efcd1cc06b75fe18642c9751d26aa5ed2b54
4 changes: 3 additions & 1 deletion trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -1268,8 +1268,10 @@ static int alc_auto_parse_customize_define(struct hda_codec *codec)
struct alc_spec *spec = codec->spec;

ass = codec->subsystem_id & 0xffff;
if (ass != codec->bus->pci->subsystem_device && (ass & 1))
if (ass != codec->bus->pci->subsystem_device && (ass & 1)) {
spec->cdefine.enable_pcbeep = 1; /* assume always enabled */
goto do_sku;
}

nid = 0x1d;
if (codec->vendor_id == 0x10ec0260)
Expand Down

0 comments on commit 7d3dd60

Please sign in to comment.