[pulseaudio-tickets] [Bug 92690] Regression: No right channel sound on Creative Xtreme Audio (CA0106)

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon May 9 01:42:54 UTC 2016


https://bugs.freedesktop.org/show_bug.cgi?id=92690

--- Comment #15 from Raymond <superquad.vortex2 at gmail.com> ---
http://www.alsa-project.org/alsa-doc/alsa-lib/pcm_plugins.html


just make sure that when application open iec958 capture won't lock those
playback ctl elems



Plugin: asym

This plugin is a combination of playback and capture PCM streams. Slave PCMs
can be defined asymmetrically for both directions.

pcm.name {
        type asym               # Asym PCM
        playback STR            # Playback slave name
        # or
        playback {              # Playback slave definition
                pcm STR         # Slave PCM name
                # or
                pcm { }         # Slave PCM definition
        }
        capture STR             # Capture slave name
        # or
        capture {               # Capture slave definition
                pcm STR         # Slave PCM name
                # or
                pcm { }         # Slave PCM definition
        }
}

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are the QA Contact for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/pulseaudio-bugs/attachments/20160509/5217931c/attachment.html>


More information about the pulseaudio-bugs mailing list