From 05ed7dc50d7fd0be3ea8d6bdf06227bdeae2e7a5 Mon Sep 17 00:00:00 2001 From: Rui Salvaterra Date: Wed, 2 Mar 2022 13:11:44 +0000 Subject: kernel: bump 5.10 to 5.10.103 Patches automatically rebased. Signed-off-by: Rui Salvaterra --- ...152-ASoC-mchp-i2s-mcc-Add-support-to-select-TDM-pins.patch | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'target/linux/at91/patches-5.10/152-ASoC-mchp-i2s-mcc-Add-support-to-select-TDM-pins.patch') diff --git a/target/linux/at91/patches-5.10/152-ASoC-mchp-i2s-mcc-Add-support-to-select-TDM-pins.patch b/target/linux/at91/patches-5.10/152-ASoC-mchp-i2s-mcc-Add-support-to-select-TDM-pins.patch index b4f1635e68..6d5a15d36b 100644 --- a/target/linux/at91/patches-5.10/152-ASoC-mchp-i2s-mcc-Add-support-to-select-TDM-pins.patch +++ b/target/linux/at91/patches-5.10/152-ASoC-mchp-i2s-mcc-Add-support-to-select-TDM-pins.patch @@ -17,8 +17,6 @@ Signed-off-by: Mark Brown sound/soc/atmel/mchp-i2s-mcc.c | 52 +++++++++++++++++++++++++++++++--- 1 file changed, 48 insertions(+), 4 deletions(-) -diff --git a/sound/soc/atmel/mchp-i2s-mcc.c b/sound/soc/atmel/mchp-i2s-mcc.c -index dca4fd1e2dfd..0818fa864f0e 100644 --- a/sound/soc/atmel/mchp-i2s-mcc.c +++ b/sound/soc/atmel/mchp-i2s-mcc.c @@ -100,6 +100,8 @@ @@ -38,7 +36,7 @@ index dca4fd1e2dfd..0818fa864f0e 100644 unsigned int gclk_use:1; unsigned int gclk_running:1; unsigned int tx_rdy:1; -@@ -589,6 +592,8 @@ static int mchp_i2s_mcc_hw_params(struct snd_pcm_substream *substream, +@@ -589,6 +592,8 @@ static int mchp_i2s_mcc_hw_params(struct if (!frame_length) frame_length = 2 * params_physical_width(params); } else if (dev->fmt & SND_SOC_DAIFMT_DSP_A) { @@ -47,7 +45,7 @@ index dca4fd1e2dfd..0818fa864f0e 100644 if (dev->tdm_slots) { if (channels % 2 && channels * 2 <= dev->tdm_slots) { /* -@@ -914,6 +919,45 @@ static const struct of_device_id mchp_i2s_mcc_dt_ids[] = { +@@ -914,6 +919,45 @@ static const struct of_device_id mchp_i2 MODULE_DEVICE_TABLE(of, mchp_i2s_mcc_dt_ids); #endif @@ -93,7 +91,7 @@ index dca4fd1e2dfd..0818fa864f0e 100644 static int mchp_i2s_mcc_probe(struct platform_device *pdev) { struct mchp_i2s_mcc_dev *dev; -@@ -966,10 +1010,10 @@ static int mchp_i2s_mcc_probe(struct platform_device *pdev) +@@ -966,10 +1010,10 @@ static int mchp_i2s_mcc_probe(struct pla } dev->soc = of_device_get_match_data(&pdev->dev); @@ -108,6 +106,3 @@ index dca4fd1e2dfd..0818fa864f0e 100644 dev->dev = &pdev->dev; dev->regmap = regmap; platform_set_drvdata(pdev, dev); --- -2.32.0 - -- cgit v1.2.3