Hi!
Apparently there were several more bugs in the HDMI channel mapping code, so here you go.
I haven't marked any for stable since these don't really affect the regular layouts that much and the patches aren't that trivial. If you want to pick some for stable, my suggestions are 1, 5, 6, maybe 3 (those I initially marked for stable until I changed my mind).
Anssi Hannula (7): ALSA: hda - hdmi: Fix reported channel map on common default layouts ALSA: hda - hdmi: Fix incorrect default channel mapping for unusual CAs ALSA: hda - hdmi: Fix programmed active channel count ALSA: hda - hdmi: Fix unused slots being enabled in manual and non-PCM mappings ALSA: hda - hdmi: Fix channel maps with less common speakers ALSA: hda - hdmi: Fix available channel maps missing from TLV ALSA: hda - hdmi: Tweak debug messages to be more useful
sound/pci/hda/patch_hdmi.c | 146 +++++++++++++++++++++-------------- 1 file changed, 90 insertions(+), 56 deletions(-)
-- Anssi Hannula