Ticket #508 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

wrong channel-map used for auto-detected a52:0 sink

Reported by: dr_evil Owned by: lennart
Milestone: 0.9.15 Component: daemon
Keywords: Cc:

Description

While testing pulseaudio-0.9.15-test5 i get the wrong channel map for a 6ch a52 device. The log says:

I: sink.c: Created sink 0 "alsa_output.pci_10de_371" with sample spec s16le 6ch 48000Hz and channel map 
front-left,front-center,front-right,rear-left,rear-right,lfe

but the channel-map should be front-left,front-right,rear-left,rear-right,front-center,lfe

if i load a 6ch stream i get this my log:

I: sink-input.c: Created input 4 "Audio Stream" on alsa_output.pci_10de_371 with sample spec s16le 6ch 
48000Hz and channel map front-left,front-right,rear-left,rear-right,front-center,lfe

this one looks right, but the mapping isn't applied. the sink still uses the wrong map, as i can hear the center signal is actually comming out of front-right for example.

Change History

Changed 3 years ago by lennart

  • status changed from new to closed
  • resolution set to fixed

Should be fixed in r0251078.

You'd do me a favour if you chould check 4.0 a52 as well!

Note: See TracTickets for help on using tickets.