Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257724
b: refs/heads/master
c: e322a36
h: refs/heads/master
v: v3
  • Loading branch information
Lydia Wang authored and Takashi Iwai committed Jun 29, 2011
1 parent 6613fed commit e720f94
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: 94230c11da649866b5b38039d84579d668b6a560
refs/heads/master: e322a36d3998f7f53c76e25e32302632326ec224
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -2338,7 +2338,6 @@ static int via_parse_auto_config(struct hda_codec *codec)
if (spec->kctls.list)
spec->mixers[spec->num_mixers++] = spec->kctls.list;

spec->init_verbs[spec->num_iverbs++] = vt1708_init_verbs;

if (spec->hp_dac_nid && spec->hp_dep_path.depth) {
err = via_hp_build(codec);
Expand Down Expand Up @@ -2504,6 +2503,8 @@ static int patch_vt1708(struct hda_codec *codec)
if (codec->vendor_id == 0x11061708)
spec->stream_analog_playback = &vt1708_pcm_analog_s16_playback;

spec->init_verbs[spec->num_iverbs++] = vt1708_init_verbs;

codec->patch_ops = via_patch_ops;

INIT_DELAYED_WORK(&spec->vt1708_hp_work, vt1708_update_hp_jack_state);
Expand Down

0 comments on commit e720f94

Please sign in to comment.