Skip to content

Commit

Permalink
Add driver_name property
Browse files Browse the repository at this point in the history
Add driver name property for use with 5.1 passthrough audio in LibreElec and other Kodi based OSs
  • Loading branch information
shawaj authored and popcornmix committed Jan 10, 2017
1 parent 456b547 commit 4afbf9d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/bcm/justboom-dac.c
Expand Up @@ -98,6 +98,7 @@ static struct snd_soc_dai_link snd_rpi_justboom_dac_dai[] = {
/* audio machine driver */
static struct snd_soc_card snd_rpi_justboom_dac = {
.name = "snd_rpi_justboom_dac",
.driver_name = "JustBoomDac",
.owner = THIS_MODULE,
.dai_link = snd_rpi_justboom_dac_dai,
.num_links = ARRAY_SIZE(snd_rpi_justboom_dac_dai),
Expand Down

0 comments on commit 4afbf9d

Please sign in to comment.