1
0
Fork 0
mirror of https://github.com/Ysurac/openmptcprouter.git synced 2025-02-13 11:51:54 +00:00
openmptcprouter/6.1/target/linux/bcm27xx/patches-6.1/950-0933-Revert-ASoC-hdmi-codec-Fix-broken-channel-map-report.patch

22 lines
639 B
Diff
Raw Normal View History

2023-11-17 16:31:36 +00:00
From ccc510842c770766e546cbcfbb94be55b022107c Mon Sep 17 00:00:00 2001
From: Matthias Reichl <hias@horus.com>
Date: Mon, 2 Oct 2023 17:30:47 +0200
2023-11-17 16:31:36 +00:00
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
2023-11-17 16:31:36 +00:00
@@ -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;
}