1 Aug
2009
1 Aug
'09
11:46 a.m.
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.