projects
/
linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6189342
)
Add driver_name paramater
author
Aaron Shaw
<shawaj@gmail.com>
Tue, 10 Jan 2017 16:11:04 +0000
(16:11 +0000)
committer
Raspbian kernel package updater
<root@raspbian.org>
Sun, 8 Oct 2017 01:00:02 +0000
(
01:00
+0000)
Add driver_name parameter for use with 5.1 passthrough audio in LibreElec and other Kodi OSs
sound/soc/bcm/justboom-digi.c
patch
|
blob
|
history
diff --git
a/sound/soc/bcm/justboom-digi.c
b/sound/soc/bcm/justboom-digi.c
index 91acb666380faa3c0deb2230f8a0f8bbec59417b..abfdc5c4dd5811e6847bddda4921abe33fa02812 100644
(file)
--- a/
sound/soc/bcm/justboom-digi.c
+++ b/
sound/soc/bcm/justboom-digi.c
@@
-154,6
+154,7
@@
static struct snd_soc_dai_link snd_rpi_justboom_digi_dai[] = {
/* audio machine driver */
static struct snd_soc_card snd_rpi_justboom_digi = {
.name = "snd_rpi_justboom_digi",
+ .driver_name = "JustBoomDigi",
.owner = THIS_MODULE,
.dai_link = snd_rpi_justboom_digi_dai,
.num_links = ARRAY_SIZE(snd_rpi_justboom_digi_dai),