[pulseaudio-tickets] [Bug 95021] LFE channel not synthesized properly

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 12 15:51:41 UTC 2016


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

--- Comment #20 from Raymond <superquad.vortex2 at gmail.com> ---



https://git.kernel.org/cgit/linux/kernel/git/tiwai/sound.git/commit/sound/pci/hda?id=ee81abb623cb5e03c182d16871bb4fb34fdc9b4f

how do 2.1 work since the driver expect LFE in last two channels ,  (e.g. asus
notenbook external subwoofer only use the right channels but acer laptop use
left channel )


+const struct snd_pcm_chmap_elem snd_pcm_2_1_chmaps[] = {
+       { .channels = 2,
+         .map = { SNDRV_CHMAP_FL, SNDRV_CHMAP_FR } },
+       { .channels = 4,
+         .map = { SNDRV_CHMAP_FL, SNDRV_CHMAP_FR,
+                  SNDRV_CHMAP_LFE, SNDRV_CHMAP_LFE } },
+       { }

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


More information about the pulseaudio-bugs mailing list