kernel: bump kernel 4.4 to 4.4.129 for 17.01
[openwrt/openwrt.git] / target / linux / brcm2708 / patches-4.4 / 0565-Add-driver_name-properties-to-JustBoom-drivers-1787.patch
1 From 0ec03b021ee12ab6c30bcc8cb617cc4b87384d25 Mon Sep 17 00:00:00 2001
2 From: Aaron Shaw <shawaj@gmail.com>
3 Date: Tue, 10 Jan 2017 16:22:53 +0000
4 Subject: [PATCH] Add driver_name properties to JustBoom drivers (#1787)
5
6 Add driver name properties for use with 5.1 passthrough audio in LibreElec
7 and other Kodi based OSs
8 ---
9 sound/soc/bcm/justboom-dac.c | 1 +
10 sound/soc/bcm/justboom-digi.c | 1 +
11 2 files changed, 2 insertions(+)
12
13 --- a/sound/soc/bcm/justboom-dac.c
14 +++ b/sound/soc/bcm/justboom-dac.c
15 @@ -98,6 +98,7 @@ static struct snd_soc_dai_link snd_rpi_j
16 /* audio machine driver */
17 static struct snd_soc_card snd_rpi_justboom_dac = {
18 .name = "snd_rpi_justboom_dac",
19 + .driver_name = "JustBoomDac",
20 .owner = THIS_MODULE,
21 .dai_link = snd_rpi_justboom_dac_dai,
22 .num_links = ARRAY_SIZE(snd_rpi_justboom_dac_dai),
23 --- a/sound/soc/bcm/justboom-digi.c
24 +++ b/sound/soc/bcm/justboom-digi.c
25 @@ -154,6 +154,7 @@ static struct snd_soc_dai_link snd_rpi_j
26 /* audio machine driver */
27 static struct snd_soc_card snd_rpi_justboom_digi = {
28 .name = "snd_rpi_justboom_digi",
29 + .driver_name = "JustBoomDigi",
30 .owner = THIS_MODULE,
31 .dai_link = snd_rpi_justboom_digi_dai,
32 .num_links = ARRAY_SIZE(snd_rpi_justboom_digi_dai),