alsa-devel.alsa-project.org archive mirror
 help / color / mirror / Atom feed
From: l9jj@163.com
To: Alsa-devel@alsa-project.org
Subject: Hello
Date: Wed, 21 Nov 2012 23:56:06 +0800 (CST)	[thread overview]
Message-ID: <63b4ad60.8e08.13b23aef3f7.Coremail.l9jj@163.com> (raw)


Hello guys, i am debuging the alsa. After I insmoding the codec.ko pcm.ko i2s.ko into the kernel I can get the device node : /dev/pcmC0D0p and /dev/pcmC0D0c and /dev/controlC0 and /dev/timer .i create the link
Ln -s /dev/pcmC0D0c /dev/snd/pcmC0D0c
Ln –s /dev/pcmC0D0p /dev/snd/pcmC0D0p
Ln –s /dev/controlC0 /dev/snd/controlC0
Ln –s /dev/timer /dev/snd/timer
but it failed when I executed
aplay Noise.wav.
I use the shell cmd strace to follow it and found the Segmentation Fault will take place when call the open(“/dev/snd/controlC0”,O_RDONLY|O_CLOEXEC),so my question is how should I check the node /dev/snd/controlC0 is correct?
Thanks for any suggestion.
Best Regards

_______________________________________________
Alsa-devel mailing list
Alsa-devel@alsa-project.org
http://mailman.alsa-project.org/mailman/listinfo/alsa-devel

             reply	other threads:[~2012-11-21 15:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-11-21 15:56 l9jj [this message]
  -- strict thread matches above, loose matches on Subject: below --
2013-09-12  3:12 Hello Michael Jordan
2013-09-12 17:33 ` Hello Daniel Mack
2013-08-11 19:37 Hello Michael Jordan
2007-01-06 15:13 HELLO Rudolph Moseley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=63b4ad60.8e08.13b23aef3f7.Coremail.l9jj@163.com \
    --to=l9jj@163.com \
    --cc=Alsa-devel@alsa-project.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).