diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-13 10:00:22 -0500 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-13 10:00:22 -0500 |
commit | 4de3a8e101150feaefa1139611a50ff37467f33e (patch) | |
tree | daada742542518b02d7db7c5d32e715eaa5f166d /sound/soc/omap/rx51.c | |
parent | 294064f58953f9964e5945424b09c51800330a83 (diff) | |
parent | 099469502f62fbe0d7e4f0b83a2f22538367f734 (diff) |
Merge branch 'master' into fixes
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 4cabb74d97e..fada6ef43ee 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, |