diff --git a/root/target/linux/brcm2708/patches-4.19/0417-ASoC-tlv320aic32x4-Fix-Common-Pins.patch b/root/target/linux/brcm2708/patches-4.19/0417-ASoC-tlv320aic32x4-Fix-Common-Pins.patch deleted file mode 100644 index fb9ad5af..00000000 --- a/root/target/linux/brcm2708/patches-4.19/0417-ASoC-tlv320aic32x4-Fix-Common-Pins.patch +++ /dev/null @@ -1,32 +0,0 @@ -From 54ddb75a0017ed2b9758628d4d2f47c60a465a74 Mon Sep 17 00:00:00 2001 -From: Annaliese McDermond -Date: Sat, 30 Mar 2019 09:02:02 -0700 -Subject: [PATCH 417/432] ASoC: tlv320aic32x4: Fix Common Pins - -commit c63adb28f6d913310430f14c69f0a2ea55eed0cc upstream. - -The common pins were mistakenly not added to the DAPM graph. -Adding these pins will allow valid graphs to be created. - -Signed-off-by: Annaliese McDermond -Signed-off-by: Mark Brown ---- - sound/soc/codecs/tlv320aic32x4.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/sound/soc/codecs/tlv320aic32x4.c b/sound/soc/codecs/tlv320aic32x4.c -index 3648e251875f..707ca49517a1 100644 ---- a/sound/soc/codecs/tlv320aic32x4.c -+++ b/sound/soc/codecs/tlv320aic32x4.c -@@ -443,6 +443,8 @@ static const struct snd_soc_dapm_widget aic32x4_dapm_widgets[] = { - SND_SOC_DAPM_INPUT("IN2_R"), - SND_SOC_DAPM_INPUT("IN3_L"), - SND_SOC_DAPM_INPUT("IN3_R"), -+ SND_SOC_DAPM_INPUT("CM_L"), -+ SND_SOC_DAPM_INPUT("CM_R"), - }; - - static const struct snd_soc_dapm_route aic32x4_dapm_routes[] = { --- -2.19.1 -