Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 206485
b: refs/heads/master
c: 607bc3e
h: refs/heads/master
i:
  206483: 878e28e
v: v3
  • Loading branch information
Jerone Young authored and Takashi Iwai committed Aug 3, 2010
1 parent b13bcb2 commit e51a66e
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 7bfb9c031ec2d220d48bf679553d6177c2e66625
refs/heads/master: 607bc3e4888443cdd21a795f7312f64c2de26b5c
4 changes: 4 additions & 0 deletions trunk/sound/pci/hda/patch_conexant.c
Original file line number Diff line number Diff line change
Expand Up @@ -2057,6 +2057,10 @@ static int patch_cxt5051(struct hda_codec *codec)
break;
case CXT5051_LENOVO_X200:
spec->init_verbs[0] = cxt5051_lenovo_x200_init_verbs;
/* Thinkpad X301 does not have S/PDIF wired and no ability
to use a docking station. */
if (codec->subsystem_id == 0x17aa211f)
spec->multiout.dig_out_nid = 0;
break;
case CXT5051_F700:
spec->init_verbs[0] = cxt5051_f700_init_verbs;
Expand Down

0 comments on commit e51a66e

Please sign in to comment.