On Sat, Aug 01, 2009 at 08:45:31AM +0530, Harsha, Priya wrote: > In my probe function, after adding the controls, I added the following code > > retval = snd_jack_new(intelmaddata->card, "Headphone", > SND_JACK_HEADPHONE, &jack); > But I do not see any jacks in /dev/input.... Am I missing anything? It's hard to say without seeing the whole driver but you do need to create the jack before you instantiate the sound card - it will be created along with all the other controls and PCMs. _______________________________________________ Alsa-devel mailing list Alsa-devel@xxxxxxxxxxxxxxxx http://mailman.alsa-project.org/mailman/listinfo/alsa-devel