From b81d9e8b48634803b490b575d8376b6203389b6e Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sat, 27 Sep 2025 09:33:52 +0200 Subject: [PATCH] SM8550: drop patches that have been upstreamed --- ...--audioreach--Set-lpaif_type-for-i2s.patch | 25 ------------------- ...apm-lpass-dais--Add-set_fmt-to-q6i2s.patch | 25 ------------------- 2 files changed, 50 deletions(-) delete mode 100644 patch/kernel/archive/sm8550-6.12/0034_ASoC--qcom--audioreach--Set-lpaif_type-for-i2s.patch delete mode 100644 patch/kernel/archive/sm8550-6.12/0035_ASoC--qcom--q6apm-lpass-dais--Add-set_fmt-to-q6i2s.patch diff --git a/patch/kernel/archive/sm8550-6.12/0034_ASoC--qcom--audioreach--Set-lpaif_type-for-i2s.patch b/patch/kernel/archive/sm8550-6.12/0034_ASoC--qcom--audioreach--Set-lpaif_type-for-i2s.patch deleted file mode 100644 index 6a7cff58d2..0000000000 --- a/patch/kernel/archive/sm8550-6.12/0034_ASoC--qcom--audioreach--Set-lpaif_type-for-i2s.patch +++ /dev/null @@ -1,25 +0,0 @@ -From a16145b3536e0c4768c43004294c2e24ad4e0f14 Mon Sep 17 00:00:00 2001 -From: Teguh Sobirin -Date: Wed, 12 Feb 2025 17:01:09 +0800 -Subject: [PATCH] ASoC: qcom: audioreach: Set lpaif_type for i2s - -Signed-off-by: Teguh Sobirin ---- - 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 - diff --git a/patch/kernel/archive/sm8550-6.12/0035_ASoC--qcom--q6apm-lpass-dais--Add-set_fmt-to-q6i2s.patch b/patch/kernel/archive/sm8550-6.12/0035_ASoC--qcom--q6apm-lpass-dais--Add-set_fmt-to-q6i2s.patch deleted file mode 100644 index 08235b4052..0000000000 --- a/patch/kernel/archive/sm8550-6.12/0035_ASoC--qcom--q6apm-lpass-dais--Add-set_fmt-to-q6i2s.patch +++ /dev/null @@ -1,25 +0,0 @@ -From a6758e6e569333786eab78de6594f775ddcca2d6 Mon Sep 17 00:00:00 2001 -From: Teguh Sobirin -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 ---- - 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 -