From: Aaron Shaw Date: Tue, 10 Jan 2017 16:05:41 +0000 (+0000) Subject: Add driver_name property X-Git-Tag: archive/raspbian/4.9.82-1+deb9u3+rpi1_jessie~5^2~370 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=05ab513465c2ee2b6ce898ffa9297ee77f3fe60d;p=linux-4.9.git Add driver_name property Add driver name property for use with 5.1 passthrough audio in LibreElec and other Kodi based OSs --- diff --git a/sound/soc/bcm/justboom-dac.c b/sound/soc/bcm/justboom-dac.c index 8fd50dbe6815..05a224ec712d 100644 --- a/sound/soc/bcm/justboom-dac.c +++ b/sound/soc/bcm/justboom-dac.c @@ -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),