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.13-1+rpi1~8^2~82 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=df80a91297eea9dd8ec5e6930a9a0be65c4455c3;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),