Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 111046
b: refs/heads/master
c: f8fdd49
h: refs/heads/master
v: v3
  • Loading branch information
Harald Welte authored and Jaroslav Kysela committed Sep 23, 2008
1 parent 3dce2ec commit 3fad9f2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 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: a6d77317678148c973bb0131cc5a3a772f756d23
refs/heads/master: f8fdd4958b6c7af9abf630f06d43db4ddcd532f6
15 changes: 11 additions & 4 deletions trunk/sound/pci/hda/patch_via.c
Original file line number Diff line number Diff line change
Expand Up @@ -1303,7 +1303,8 @@ static int vt1708_parse_auto_config(struct hda_codec *codec)

spec->input_mux = &spec->private_imux[0];

spec->mixers[spec->num_mixers++] = via_hp_mixer;
if (spec->hp_mux)
spec->mixers[spec->num_mixers++] = via_hp_mixer;

return 1;
}
Expand Down Expand Up @@ -1773,6 +1774,9 @@ static int vt1709_parse_auto_config(struct hda_codec *codec)

spec->input_mux = &spec->private_imux[0];

if (spec->hp_mux)
spec->mixers[spec->num_mixers++] = via_hp_mixer;

return 1;
}

Expand Down Expand Up @@ -2314,7 +2318,8 @@ static int vt1708B_parse_auto_config(struct hda_codec *codec)

spec->input_mux = &spec->private_imux[0];

spec->mixers[spec->num_mixers++] = via_hp_mixer;
if (spec->hp_mux)
spec->mixers[spec->num_mixers++] = via_hp_mixer;

return 1;
}
Expand Down Expand Up @@ -2770,7 +2775,8 @@ static int vt1708S_parse_auto_config(struct hda_codec *codec)

spec->input_mux = &spec->private_imux[0];

spec->mixers[spec->num_mixers++] = via_hp_mixer;
if (spec->hp_mux)
spec->mixers[spec->num_mixers++] = via_hp_mixer;

return 1;
}
Expand Down Expand Up @@ -3100,7 +3106,8 @@ static int vt1702_parse_auto_config(struct hda_codec *codec)

spec->input_mux = &spec->private_imux[0];

spec->mixers[spec->num_mixers++] = via_hp_mixer;
if (spec->hp_mux)
spec->mixers[spec->num_mixers++] = via_hp_mixer;

return 1;
}
Expand Down

0 comments on commit 3fad9f2

Please sign in to comment.