From 9b74de00f7b35427bbea34c5d59d6f05fc0e3a8f Mon Sep 17 00:00:00 2001 From: John Crispin Date: Fri, 13 Feb 2015 07:38:27 +0000 Subject: brcm2708: refresh patches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Fernández Rojas SVN-Revision: 44433 --- .../0100-HiFiBerry-Amp-fix-device-tree-problems.patch | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) mode change 100755 => 100644 target/linux/brcm2708/patches-3.18/0100-HiFiBerry-Amp-fix-device-tree-problems.patch (limited to 'target/linux/brcm2708/patches-3.18/0100-HiFiBerry-Amp-fix-device-tree-problems.patch') diff --git a/target/linux/brcm2708/patches-3.18/0100-HiFiBerry-Amp-fix-device-tree-problems.patch b/target/linux/brcm2708/patches-3.18/0100-HiFiBerry-Amp-fix-device-tree-problems.patch old mode 100755 new mode 100644 index f27224ac25..a896a352ee --- a/target/linux/brcm2708/patches-3.18/0100-HiFiBerry-Amp-fix-device-tree-problems.patch +++ b/target/linux/brcm2708/patches-3.18/0100-HiFiBerry-Amp-fix-device-tree-problems.patch @@ -8,11 +8,9 @@ Some code to load the driver based on device-tree-overlays was missing. This is sound/soc/bcm/hifiberry_amp.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) -diff --git a/sound/soc/bcm/hifiberry_amp.c b/sound/soc/bcm/hifiberry_amp.c -index 1e87ee0..5903915 100644 --- a/sound/soc/bcm/hifiberry_amp.c +++ b/sound/soc/bcm/hifiberry_amp.c -@@ -65,6 +65,12 @@ static struct snd_soc_card snd_rpi_hifiberry_amp = { +@@ -65,6 +65,12 @@ static struct snd_soc_card snd_rpi_hifib .num_links = ARRAY_SIZE(snd_rpi_hifiberry_amp_dai), }; @@ -25,7 +23,7 @@ index 1e87ee0..5903915 100644 static int snd_rpi_hifiberry_amp_probe(struct platform_device *pdev) { -@@ -72,6 +78,20 @@ static int snd_rpi_hifiberry_amp_probe(struct platform_device *pdev) +@@ -72,6 +78,20 @@ static int snd_rpi_hifiberry_amp_probe(s snd_rpi_hifiberry_amp.dev = &pdev->dev; @@ -46,7 +44,7 @@ index 1e87ee0..5903915 100644 ret = snd_soc_register_card(&snd_rpi_hifiberry_amp); if (ret != 0) { -@@ -92,6 +112,7 @@ static struct platform_driver snd_rpi_hifiberry_amp_driver = { +@@ -92,6 +112,7 @@ static struct platform_driver snd_rpi_hi .driver = { .name = "snd-hifiberry-amp", .owner = THIS_MODULE, @@ -54,6 +52,3 @@ index 1e87ee0..5903915 100644 }, .probe = snd_rpi_hifiberry_amp_probe, .remove = snd_rpi_hifiberry_amp_remove, --- -1.8.3.2 - -- cgit v1.2.3