<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:arial,helvetica,sans-serif;font-size:10pt"># Encode AC3 -&gt; Directly on hardware<br># with Rate Converter to 48kHz, needed for some applications<br>pcm.a52 {<br>&nbsp;&nbsp;&nbsp; @args [ CARD ]<br>&nbsp;&nbsp;&nbsp; @args.CARD {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; type integer<br>&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp; type rate<br>&nbsp;&nbsp;&nbsp; slave {<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; pcm {<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;type a52<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;bitrate 448<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;channels 6<br>&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &nbsp;card $CARD<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; }<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; rate 48000<br>&nbsp;&nbsp;&nbsp; }<br>}<br><br><div>If I
 replace $CARD with 0 (manually), the above works - does anyone know why it doesn't work when I leave the $CARD there - shouldn't it get it from Pulseaudio when udev tries a52:0 ? Or is this not the correct way to do it?<br><br>Cheers,<br>Mike<br></div><div style="font-family: arial,helvetica,sans-serif; font-size: 10pt;"><br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font size="2" face="Tahoma"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> pl bossart &lt;bossart.nospam@gmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> General PulseAudio Discussion &lt;pulseaudio-discuss@mail.0pointer.de&gt;<br><b><span style="font-weight: bold;">Sent:</span></b> Mon, 12 July, 2010 23:14:06<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [pulseaudio-discuss] {PATCH][RFC] AC3 passthrough support<br></font><br>&gt; This may be an obvious question, but what is the<br>&gt; @args.0 {<br>&gt;
 &nbsp; &nbsp; type integer<br>&gt; &nbsp; &nbsp; }<br>&gt; for?<br>&gt;<br>&gt; Is that what you meant by "Adding the argument removes the need to exit the<br>&gt; profile." and if you did, I didn't understand at what point I had to exit<br>&gt; the profile. Can you explain? Sorry if I'm being stupid.<br><br>Oops, this is a typo. 'edit' the profile I meant, not exit You can<br>keep a52:0 in the profile definition, no need to change pulseaudio<br>configuration files.<br>_______________________________________________<br>pulseaudio-discuss mailing list<br><a ymailto="mailto:pulseaudio-discuss@mail.0pointer.de" href="mailto:pulseaudio-discuss@mail.0pointer.de">pulseaudio-discuss@mail.0pointer.de</a><br><a href="https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss" target="_blank">https://tango.0pointer.de/mailman/listinfo/pulseaudio-discuss</a><br></div></div>
</div><br>



      </body></html>