diff options
Diffstat (limited to 'sound/soc/omap/rx51.c')
-rw-r--r-- | sound/soc/omap/rx51.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sound/soc/omap/rx51.c b/sound/soc/omap/rx51.c index 4cabb74d97e9..fada6ef43eea 100644 --- a/sound/soc/omap/rx51.c +++ b/sound/soc/omap/rx51.c | |||
@@ -365,7 +365,7 @@ static struct snd_soc_dai_link rx51_dai[] = { | |||
365 | }, | 365 | }, |
366 | }; | 366 | }; |
367 | 367 | ||
368 | struct snd_soc_aux_dev rx51_aux_dev[] = { | 368 | static struct snd_soc_aux_dev rx51_aux_dev[] = { |
369 | { | 369 | { |
370 | .name = "TLV320AIC34b", | 370 | .name = "TLV320AIC34b", |
371 | .codec_name = "tlv320aic3x-codec.2-0019", | 371 | .codec_name = "tlv320aic3x-codec.2-0019", |
@@ -383,6 +383,7 @@ static struct snd_soc_codec_conf rx51_codec_conf[] = { | |||
383 | /* Audio card */ | 383 | /* Audio card */ |
384 | static struct snd_soc_card rx51_sound_card = { | 384 | static struct snd_soc_card rx51_sound_card = { |
385 | .name = "RX-51", | 385 | .name = "RX-51", |
386 | .owner = THIS_MODULE, | ||
386 | .dai_link = rx51_dai, | 387 | .dai_link = rx51_dai, |
387 | .num_links = ARRAY_SIZE(rx51_dai), | 388 | .num_links = ARRAY_SIZE(rx51_dai), |
388 | .aux_dev = rx51_aux_dev, | 389 | .aux_dev = rx51_aux_dev, |