Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 248473
b: refs/heads/master
c: 1387cde
h: refs/heads/master
i:
  248471: 03825c1
v: v3
  • Loading branch information
Takashi Iwai committed May 15, 2011
1 parent 7dd6766 commit 005cb4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 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: 22ce5f74a954d02e56352ecfa45f8d7c817693e7
refs/heads/master: 1387cde51d0946eb3d8091b63f025c40cc1acdf4
12 changes: 1 addition & 11 deletions trunk/sound/pci/hda/patch_conexant.c
Original file line number Diff line number Diff line change
Expand Up @@ -4081,20 +4081,10 @@ static int patch_conexant_auto(struct hda_codec *codec)
if (!spec)
return -ENOMEM;
codec->spec = spec;
codec->pin_amp_workaround = 1;
err = cx_auto_search_adcs(codec);
if (err < 0)
return err;
switch (codec->vendor_id) {
case 0x14f15051:
codec->pin_amp_workaround = 1;
break;
case 0x14f15045:
codec->pin_amp_workaround = 1;
break;
case 0x14f15047:
codec->pin_amp_workaround = 1;
break;
}
err = cx_auto_parse_auto_config(codec);
if (err < 0) {
kfree(codec->spec);
Expand Down

0 comments on commit 005cb4d

Please sign in to comment.