Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257654
b: refs/heads/master
c: 695cd4a
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jun 10, 2011
1 parent 2dfb8ad commit 2e091a6
Show file tree
Hide file tree
Showing 2 changed files with 3 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: b4a655e81d4d1d12abc92d29dfb7550e66a08799
refs/heads/master: 695cd4a34e4e02486e35d3c8e0ee85581a619357
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/patch_analog.c
Original file line number Diff line number Diff line change
Expand Up @@ -1922,7 +1922,8 @@ static int patch_ad1981(struct hda_codec *codec)
spec->mixers[0] = ad1981_hp_mixers;
spec->num_init_verbs = 2;
spec->init_verbs[1] = ad1981_hp_init_verbs;
spec->multiout.dig_out_nid = 0;
if (!is_jack_available(codec, 0x0a))
spec->multiout.dig_out_nid = 0;
spec->input_mux = &ad1981_hp_capture_source;

codec->patch_ops.init = ad1981_hp_init;
Expand Down

0 comments on commit 2e091a6

Please sign in to comment.