Files
build/patch/kernel/archive/sm8550-6.12/0035_ASoC--qcom--q6apm-lpass-dais--Add-set_fmt-to-q6i2s.patch
2025-03-15 10:29:56 +01:00

26 lines
868 B
Diff

From a6758e6e569333786eab78de6594f775ddcca2d6 Mon Sep 17 00:00:00 2001
From: Teguh Sobirin <teguh@sobir.in>
Date: Wed, 12 Feb 2025 17:05:53 +0800
Subject: [PATCH] ASoC: qcom: q6apm-lpass-dais: Add set_fmt to q6i2s_ops
Signed-off-by: Teguh Sobirin <teguh@sobir.in>
---
sound/soc/qcom/qdsp6/q6apm-lpass-dais.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/qcom/qdsp6/q6apm-lpass-dais.c b/sound/soc/qcom/qdsp6/q6apm-lpass-dais.c
index 9c98a35ad099..4505e5648db9 100644
--- a/sound/soc/qcom/qdsp6/q6apm-lpass-dais.c
+++ b/sound/soc/qcom/qdsp6/q6apm-lpass-dais.c
@@ -260,6 +260,7 @@ static const struct snd_soc_dai_ops q6i2s_ops = {
.shutdown = q6apm_lpass_dai_shutdown,
.set_channel_map = q6dma_set_channel_map,
.hw_params = q6dma_hw_params,
+ .set_fmt = q6i2s_set_fmt,
};
static const struct snd_soc_dai_ops q6hdmi_ops = {
--
2.34.1