On 01/29/2017 11:23 AM, Jochen Kirchner wrote:
Analog Surround 5.1 + Analog Stereo Input is selected in the
configuration tab in pavucontrol

Front left+right speaker volume is shown on firefox (CubebUtils:
audiostream) under the playback tab
But the sound is coming from the rear speakers.

Could be an issue with the playback program. The "stereo upmix" setting in alsamixer is only for when stereo is being sent to the card. Some programs convert stereo to surround on their own *prior* to sending it to the card. The card then sees it as surround and plays it as-is. If Firefox sends a surround stream with silence on the front speakers and sound on the rear ones, the card just plays it as-is since it's a surround signal.


> Another strange thing: If I start Diablo 3 with wine and select stereo
> in the audio settings of Diablo, the sound is coming through the front
> speakers... wtf :)

In this case, wine sends a stereo stream to the card, and the "stereo upmix" setting takes effect. Which is why I think it's Firefox that's the issue.


This is my kernel sound config:
[...]
Currently I'm rebuilding the kernel without "HD-Audio" and the old alsa
API. I will report back.

For reference, this is my config (for a Xonar D1, which uses the same driver):

$ cat /boot/config | grep CONFIG_SND | grep -v "not set"
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_RAWMIDI=y
CONFIG_SND_JACK=y
CONFIG_SND_JACK_INPUT_DEV=y
CONFIG_SND_SEQUENCER=y
CONFIG_SND_PCM_TIMER=y
CONFIG_SND_HRTIMER=y
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_PROC_FS=y
CONFIG_SND_DMA_SGBUF=y
CONFIG_SND_RAWMIDI_SEQ=y
CONFIG_SND_MPU401_UART=y
CONFIG_SND_DRIVERS=y
CONFIG_SND_PCI=y
CONFIG_SND_OXYGEN_LIB=y
CONFIG_SND_VIRTUOSO=y
CONFIG_SND_HDA_PREALLOC_SIZE=2048
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=y



Reply via email to