From: Aaron Shaw Date: Tue, 10 Jan 2017 16:11:04 +0000 (+0000) Subject: Add driver_name paramater X-Git-Tag: archive/raspbian/4.9.51-1+rpi1~5^2~415 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=fc07d3e9281247a6073e06f811796122dcdfa699;p=linux-4.9.git Add driver_name paramater Add driver_name parameter for use with 5.1 passthrough audio in LibreElec and other Kodi OSs --- diff --git a/sound/soc/bcm/justboom-digi.c b/sound/soc/bcm/justboom-digi.c index 91acb666380f..abfdc5c4dd58 100644 --- 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),