mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
26 lines
868 B
Diff
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
|
|
|