Comment 106 for bug 1516025

Revision history for this message
In , superquad.vortex2 (superquad.vortex2-linux-kernel-bugs) wrote :

can you post the output of alsa-info.sh for the patched driver

https://wiki.ubuntu.com/PulseAudio/Log

can you post the pulseaudio vebose log

after select 2.1 profile, play stereo

you should see "LR4 filter enabled" in pulseaudio log

http://git.alsa-project.org/?p=alsa-lib.git;a=commitdiff;h=48f1b308cc66152eb6db66742dd0d08d888cda8d;hp=5c4cd46810cef8850b037fca9e38ffd43b0bff22

http://git.alsa-project.org/?p=alsa-lib.git;a=commitdiff;h=5c4cd46810cef8850b037fca9e38ffd43b0bff22;hp=8ad8d22216f818872a764ef5dafcaae1adeee211

it is not clear alsa lib will pick up which channel map when both are available

    { .channels = 4,
   .map = { SNDRV_CHMAP_FL, SNDRV_CHMAP_FR,
     SNDRV_CHMAP_LFE, SNDRV_CHMAP_LFE } },
 { }

      { .channels = 6,
         .map = { SNDRV_CHMAP_FL, SNDRV_CHMAP_FR,
                 SNDRV_CHMAP_RL, SNDRV_CHMAP_RR,
                  SNDRV_CHMAP_FC, SNDRV_CHMAP_LFE } },

for using three jacks for external 5.1

options snd-hda-intel patch=,surround51.fw

0x15 0x02014010 retask headset as line out
0x16 0x02014011 ewtask headphone as line out
0x19 0x02014012 retask mic jack as line out
0x1a 0x90100111 subwoofer

https://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer/paths/analog-output-lineout.conf

https://cgit.freedesktop.org/pulseaudio/pulseaudio/tree/src/modules/alsa/mixer/paths/analog-output-speaker.conf

do line out profile and speaker profile still work since pulseaudio assume headphone jack must exist ?