SM8550: drop patches that have been upstreamed

This commit is contained in:
Igor Pecovnik 2025-09-27 09:33:52 +02:00 committed by Igor
parent 12fea788f9
commit b81d9e8b48
2 changed files with 0 additions and 50 deletions

View File

@ -1,25 +0,0 @@
From a16145b3536e0c4768c43004294c2e24ad4e0f14 Mon Sep 17 00:00:00 2001
From: Teguh Sobirin <teguh@sobir.in>
Date: Wed, 12 Feb 2025 17:01:09 +0800
Subject: [PATCH] ASoC: qcom: audioreach: Set lpaif_type for i2s
Signed-off-by: Teguh Sobirin <teguh@sobir.in>
---
sound/soc/qcom/qdsp6/audioreach.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/sound/soc/qcom/qdsp6/audioreach.c b/sound/soc/qcom/qdsp6/audioreach.c
index 4ebaaf736fb9..3f5eed5afce5 100644
--- a/sound/soc/qcom/qdsp6/audioreach.c
+++ b/sound/soc/qcom/qdsp6/audioreach.c
@@ -971,6 +971,7 @@ static int audioreach_i2s_set_media_format(struct q6apm_graph *graph,
param_data->param_id = PARAM_ID_I2S_INTF_CFG;
param_data->param_size = ic_sz - APM_MODULE_PARAM_DATA_SIZE;
+ intf_cfg->cfg.lpaif_type = module->hw_interface_type;
intf_cfg->cfg.intf_idx = module->hw_interface_idx;
intf_cfg->cfg.sd_line_idx = module->sd_line_idx;
--
2.34.1

View File

@ -1,25 +0,0 @@
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