mirror of
https://github.com/Ysurac/openmptcprouter.git
synced 2025-02-15 04:42:02 +00:00
28 lines
801 B
Diff
28 lines
801 B
Diff
|
From 3256af79fffeea5b6e506da5524c1482c4746d9a Mon Sep 17 00:00:00 2001
|
||
|
From: Matthias Reichl <hias@horus.com>
|
||
|
Date: Mon, 2 Oct 2023 17:30:47 +0200
|
||
|
Subject: [PATCH 0995/1016] 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(-)
|
||
|
|
||
|
diff --git a/sound/soc/codecs/hdmi-codec.c b/sound/soc/codecs/hdmi-codec.c
|
||
|
index 94dddaeeb3ea..a192d985c5f1 100644
|
||
|
--- 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(struct snd_soc_dai *dai,
|
||
|
hp->sample_rate = sample_rate;
|
||
|
hp->channels = channels;
|
||
|
|
||
|
- hcp->chmap_idx = ca_id;
|
||
|
+ hcp->chmap_idx = idx;
|
||
|
|
||
|
return 0;
|
||
|
}
|
||
|
--
|
||
|
2.42.0
|
||
|
|