Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 293096
b: refs/heads/master
c: 9155f82
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Feb 20, 2012
1 parent d9094c1 commit fccd76d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 67b6ec3196da235317ff1b9474f17379b78f3294
refs/heads/master: 9155f82a6a26da4a5b8d2d29f1d31836906b4712
7 changes: 7 additions & 0 deletions trunk/sound/pci/hda/patch_realtek.c
Original file line number Diff line number Diff line change
Expand Up @@ -1556,6 +1556,13 @@ static void alc_pick_fixup(struct hda_codec *codec,
int id = -1;
const char *name = NULL;

/* when model=nofixup is given, don't pick up any fixups */
if (codec->modelname && !strcmp(codec->modelname, "nofixup")) {
spec->fixup_list = NULL;
spec->fixup_id = -1;
return;
}

if (codec->modelname && models) {
while (models->name) {
if (!strcmp(codec->modelname, models->name)) {
Expand Down

0 comments on commit fccd76d

Please sign in to comment.