<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Aug 8, 2013 at 10:53 AM, Len Ovens <span dir="ltr"><<a href="mailto:len@ovenwerks.net" target="_blank">len@ovenwerks.net</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
Generally for trouble shooting I would hit the card directly:<br>
alsaplayer -i hw:1,0 filename.flac<br>
<br>
aplay --device=hw:1,0 filename.flac<br></blockquote><div><br></div><div>aplay can't handle anything but straight PCM formats. in addition, using hw:XXX means that the requested data format MUST match the hardware capabilities. if you ask for a sample rate or channel count not supported by the hardware, the device configuration will fail. this is why the "default" device with ALSA is never hw:XXX but at minimum plughw:XXX (which can do just about any format conversion necessary).<br>
</div></div></div></div>