https://bugs.freedesktop.org/show_bug.cgi?id=93637
--- Comment #8 from Tom Yan <[email protected]> --- (In reply to Raymond from comment #7) > http://git.alsa-project.org/?p=alsa-plugins.git;a=blob_plain;f=doc/a52.txt; > hb=HEAD > > Do pulseaudio misuse a52 plugin since it only supoort fixed card number That has nothing to do with pulseaudio. These in the alsa conf allow a52 to route to different card: @args [ CARD ] @args.CARD { type string } card $CARD The first line define the possible argument(s), the second define the type (if you use integer instead you can only use the index, otherwise you can use both the index or the name like "PCH" or so, the third will route to different card base on the argument (e.g. inserted by pulse). As the document has mentioned, the "card" parameter will look for iec958 (digital output port) automatically. -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ pulseaudio-bugs mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/pulseaudio-bugs
