From: Takashi Iwai Date: Thu, 16 Oct 2008 14:39:46 +0000 (+0200) Subject: Merge branch 'topic/hda-reconfig' into topic/hda-next X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=dd125b28c1523a857b7657b5d8aa774ed1563687;p=deliverable%2Flinux.git Merge branch 'topic/hda-reconfig' into topic/hda-next --- dd125b28c1523a857b7657b5d8aa774ed1563687 diff --cc sound/pci/hda/patch_sigmatel.c index ec88ba881482,9c67af8e2089..579b32817836 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@@ -217,13 -215,9 +216,12 @@@ struct sigmatel_spec struct hda_pcm pcm_rec[2]; /* PCM information */ + /* jack detection */ + struct snd_jack *jack; + /* dynamic controls and input_mux */ struct auto_pin_cfg autocfg; - unsigned int num_kctl_alloc, num_kctl_used; - struct snd_kcontrol_new *kctl_alloc; + struct snd_array kctls; struct hda_input_mux private_dimux; struct hda_input_mux private_imux; struct hda_input_mux private_smux;