Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 216714
b: refs/heads/master
c: f41cc2a
h: refs/heads/master
v: v3
  • Loading branch information
Vitaliy Kulikov authored and Takashi Iwai committed Sep 25, 2010
1 parent 9a54876 commit 69fc2a0
Show file tree
Hide file tree
Showing 2 changed files with 4 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: fec88dea9d316e9d850e84c5a57c4c6b15cb9b26
refs/heads/master: f41cc2a85d52ac6971299922084ac5ac59dc339d
4 changes: 3 additions & 1 deletion trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -3481,8 +3481,10 @@ static int stac92xx_auto_create_dmic_input_ctls(struct hda_codec *codec,
return err;
}

if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1)
if (snd_hda_get_bool_hint(codec, "separate_dmux") != 1) {
snd_hda_add_imux_item(imux, label, index, NULL);
spec->num_analog_muxes++;
}
}

return 0;
Expand Down

0 comments on commit 69fc2a0

Please sign in to comment.