[alsa-devel] [PATCH] [RFC 8/13] Intel SST sound card driver
Mark Brown
broonie at sirena.org.uk
Sat Aug 1 11:46:27 CEST 2009
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.
More information about the Alsa-devel
mailing list