* Creating a /dev entry.
@ 2010-05-18 13:21 Adish Kuvelker
2010-05-18 14:07 ` Clemens Ladisch
0 siblings, 1 reply; 2+ messages in thread
From: Adish Kuvelker @ 2010-05-18 13:21 UTC (permalink / raw)
To: alsa-devel
Hello,
I am writing a ALSA driver for the AtlasIII AC'97 Controller. The
controller communicates with the AC'97 Codec and the necessary PCM,
Sequencer, Control and Timer nodes are created in the /sys. Also I get
the necessary information registered in the procfs under /proc/asound.
However, I do not see any sound nodes created under /dev. Are these
nodes created by the sound driver registration function which creates
necessary files under /sys or will I have to use utilities like
"snddevices" to create the "snd" node under /dev. I read that
"snddevices" would create the necessary entries under /dev/snd, and I
reckon that it does not create the entry "snd" under /dev.
Although I am using kernel 2.6.19.2, it doesn't have the "udev"
enabled. Will I need the "udev" to create these nodes under /dev?
Regards;
Aadish
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: Creating a /dev entry.
2010-05-18 13:21 Creating a /dev entry Adish Kuvelker
@ 2010-05-18 14:07 ` Clemens Ladisch
0 siblings, 0 replies; 2+ messages in thread
From: Clemens Ladisch @ 2010-05-18 14:07 UTC (permalink / raw)
To: Adish Kuvelker; +Cc: alsa-devel
Adish Kuvelker wrote:
> I am writing a ALSA driver for the AtlasIII AC'97 Controller. The
> controller communicates with the AC'97 Codec and the necessary PCM,
> Sequencer, Control and Timer nodes are created in the /sys. Also I get
> the necessary information registered in the procfs under /proc/asound.
> However, I do not see any sound nodes created under /dev. Are these
> nodes created by the sound driver registration function which creates
> necessary files under /sys
Yes, if the udev daemon is running.
> Although I am using kernel 2.6.19.2, it doesn't have the "udev"
> enabled.
Then you have to use the snddevices script.
Regards,
Clemens
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2010-05-18 14:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-18 13:21 Creating a /dev entry Adish Kuvelker
2010-05-18 14:07 ` Clemens Ladisch
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.