<p>><br>
> I'm a bit stuck. On my system (chip AD1888 in a VIA 8237R) everything<br>
> seems to be detected fine, but I only get front-right and front-left<br>
> instead of 5.1. I configured "daemon.conf" to use a correct default<br>
> mapping and later also "<a href="http://default.pa">default.pa</a>" to create a new sink with right<br>
> mapping. However, even though all gui tools, and even 'pacmd list', show<br>
> it all right, 'pactl stat' shows wrong device mappings in use:<br>
><br>
> Server Name: pulseaudio<br>
> Server Version: 4.0<br>
> Default Sample Specification: s16le 6ch 44100Hz<br>
> Default Channel Map: front-left,front-left-of-center,front-center,<br>
>                      front-right,front-right-of-center,rear-center<br>
> Default Sink: alsa_output.pci-0000_00_14.2.analog-surround-51<br>
> Default Source: alsa_output.pci-0000_00_14.2.analog-surround-51.monitor<br>
><br>
> When I use an own defined sink, this sticks to the HDMI-source and<br>
> stereo, no matter what device I specify, i.e.:<br>
><br>
> load-module module-alsa-sink sink_name=my_surround device=hw:1,0 \<br>
> channels=6 \<br>
> channel_map=front-left,front-right,rear-left,rear-right,front-center,lfe<br>
><br>
> How can I get in sync the default and the chosen default setting?</p>
<p>How about</p>
<p> speaker-test -c 6 -t wav -D surround51:CARD=VIA8237 <br>
 </p>
<p>**** List of PLAYBACK Hardware Devices ****<br>
card 0: V8237 [VIA 8237], device 0: VIA 8237 [VIA 8237]<br>
  Subdevices: 4/4<br>
  Subdevice #0: subdevice #0<br>
  Subdevice #1: subdevice #1<br>
  Subdevice #2: subdevice #2<br>
  Subdevice #3: subdevice #3</p>
<p>seem have four DXS subdevices</p>
<p><a href="http://git.alsa-project.org/?p=alsa-tools.git;a=blob;f=hwmixvolume/README;hb=HEAD">http://git.alsa-project.org/?p=alsa-tools.git;a=blob;f=hwmixvolume/README;hb=HEAD</a></p>
<p>you have to post output of alsa-info.sh and pulseaudio verbose log</p>
<p><a href="http://git.alsa-project.org/?p=alsa-lib.git;a=blob;f=src/conf/cards/VIA8237.conf;hb=HEAD">http://git.alsa-project.org/?p=alsa-lib.git;a=blob;f=src/conf/cards/VIA8237.conf;hb=HEAD</a></p>
<p><a href="https://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer/samples/VIA%208237--Analog%20Devices%20AD1888">https://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer/samples/VIA%208237--Analog%20Devices%20AD1888</a></p>
<p>seem "Master Surround Playback Volume" is not supported by pulseaudio</p>
<p><a href="https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/ac97/ac97_patch.c">https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/tree/sound/pci/ac97/ac97_patch.c</a> <br>
</p>