<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi<div><br></div><div>I'm trying to do basic audio playback through the Minnowboard jack line output, using a c-program sending a PCM data to an audio device. <span style="font-size: 12pt;">Does anyone have documentation or tips on how to do this using the standard Linux Angstrom image from minnowboard.org?</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">The only playback device I see is /dev/snd/pcmC0D0p, but opening and sending PCM data to this fails (write returns -1).</span></div><div><span style="font-size: 12pt;"><br></span></div><div><span style="font-size: 12pt;">I cannot find any linux OSS modules (modprobe snd-pcm-oss) in the Angstrom distribution to create a /dev/dsp or /dev/audio device</span></div><div><span style="font-size: 12pt;"><br></span></div><div>I don't seem to have a full ALSA support either, I don't have /usr/include/<span style="font-size: 12pt;">alsa/asoundlib.h. I only have  </span><span style="background-color: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: Arial, Helvetica, sans-serif; font-size: 13px;">/usr/include/sound/asound.h which does not have the basic function calls such as snd_pcm_open().</span></div><div><span style="background-color: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: Arial, Helvetica, sans-serif; font-size: 13px;"><br></span></div><div><span style="background-color: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: Arial, Helvetica, sans-serif; font-size: 13px;">Is there a standard way of PCM audio playback on the Angstrom OS image for Minnowboard, or do I need to install additional audio drivers and/or ALSA modules?</span></div><div><span style="background-color: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: Arial, Helvetica, sans-serif; font-size: 13px;"><br></span></div><div><span style="background-color: rgb(255, 255, 255); color: rgb(34, 34, 34); font-family: Arial, Helvetica, sans-serif; font-size: 13px;">Thanks!</span></div>                                         </div></body>
</html>