1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-13 03:41:54 +00:00
openmptcprouter/6.1/target/linux/bcm27xx/patches-6.1/950-0933-Revert-ASoC-hdmi-codec-Fix-broken-channel-map-report.patch
Ycarus (Yannick Chabanois) 3743692973 Fix RPI5 support
2023-11-17 17:31:36 +01:00

21 lines
639 B
Diff

From ccc510842c770766e546cbcfbb94be55b022107c Mon Sep 17 00:00:00 2001
From: Matthias Reichl <hias@horus.com>
Date: Mon, 2 Oct 2023 17:30:47 +0200
Subject: [PATCH] Revert "ASoC: hdmi-codec: Fix broken channel map reporting"
This reverts commit a319c6c1a5661af2014b98cd0a02526e7f2f515a.
---
sound/soc/codecs/hdmi-codec.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--- a/sound/soc/codecs/hdmi-codec.c
+++ b/sound/soc/codecs/hdmi-codec.c
@@ -520,7 +520,7 @@ static int hdmi_codec_fill_codec_params(
hp->sample_rate = sample_rate;
hp->channels = channels;
- hcp->chmap_idx = ca_id;
+ hcp->chmap_idx = idx;
return 0;
}