[pulseaudio-discuss] redirect sound to different out jack

Raymond Yau superquad.vortex2 at gmail.com
Sun Nov 23 08:11:33 PST 2014


Need the hw params of surround40 similar to

https://bugs.freedesktop.org/show_bug.cgi?id=84804#c17

>
> What I noticed is that even if I disable pulseaudio and play only with
kmix sliders there is the same situation.
>http://i.imgur.com/497ClHc.png
>http://i.imgur.com/ixClsH2.png
> Now I enebled it again.
> I guess the reason is that when I use rear line out (surround option) and
want to use TV (line in) there is no input devices in pulse audio volume
control - the tab shows that there are no active devices.
>

Post the output of

pactl list

AFAIK, pulseaudio don't touch those playback volume/switches of sources in
capture source control (mic playback volume, line in playback volume,....

control.64 {
                iface MIXER
                name 'Capture Source'
                value.0 Mic
                value.1 Mic
                comment {
                        access 'read write'
                        type ENUMERATED
                        count 2
                        item.0 Mic
                        item.1 CD
                        item.2 Video
                        item.3 Aux
                        item.4 Line
                        item.5 Mix
                        item.6 'Mix Mono'
                        item.7 Phone
                }
        }

http://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer/paths

pulseaudio only  implement a few source in capture source control of ac97
codec and the existing algorithm does not save and restore the selected
source of capture control of ac97 codec at shutdown or startup of
pulseaudio server

This mean capture source is always  the default value of record select
register of ac97 codec after codec reset

Do pactl can select the capture source?

> I found some information
>http://i.imgur.com/anqw0JX.png
>http://i.imgur.com/n9kogZl.png
>
>

Pulseaudio use most of the devices defined in emu10k1.conf except rear and
clfe
(i.e. playback and capture device 0 )


Which devices do you want to use?

card 0: Live [SB Live! Value [CT4832]], device 2: emu10k1 efx [Multichannel
Capture/PT Playback]
  Subdevices: 8/8
  Subdevice #0: subdevice #0
  Subdevice #1: subdevice #1
  Subdevice #2: subdevice #2
  Subdevice #3: subdevice #3
  Subdevice #4: subdevice #4
  Subdevice #5: subdevice #5
  Subdevice #6: subdevice #6
  Subdevice #7: subdevice #7

card 0: Live [SB Live! Value [CT4832]], device 3: emu10k1 [Multichannel
Playback]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

 ARECORD

**** List of CAPTURE Hardware Devices ****

card 0: Live [SB Live! Value [CT4832]], device 1: emu10k1 mic [Mic Capture]
  Subdevices: 1/1
  Subdevice #0: subdevice #0

card 0: Live [SB Live! Value [CT4832]], device 2: emu10k1 efx [Multichannel
Capture/PT Playback]
  Subdevices: 1/1
  Subdevice #0: subdevice #0
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/pulseaudio-discuss/attachments/20141124/1da24461/attachment.html>


More information about the pulseaudio-discuss mailing list