diff options
Diffstat (limited to 'sound/soc/pxa/raumfeld.c')
-rw-r--r-- | sound/soc/pxa/raumfeld.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/soc/pxa/raumfeld.c b/sound/soc/pxa/raumfeld.c index b899a3bc8f42..ba1545188ec6 100644 --- a/sound/soc/pxa/raumfeld.c +++ b/sound/soc/pxa/raumfeld.c | |||
@@ -260,6 +260,7 @@ static struct snd_soc_dai_link snd_soc_raumfeld_speaker_dai[] = | |||
260 | 260 | ||
261 | static struct snd_soc_card snd_soc_raumfeld_connector = { | 261 | static struct snd_soc_card snd_soc_raumfeld_connector = { |
262 | .name = "Raumfeld Connector", | 262 | .name = "Raumfeld Connector", |
263 | .owner = THIS_MODULE, | ||
263 | .dai_link = snd_soc_raumfeld_connector_dai, | 264 | .dai_link = snd_soc_raumfeld_connector_dai, |
264 | .num_links = ARRAY_SIZE(snd_soc_raumfeld_connector_dai), | 265 | .num_links = ARRAY_SIZE(snd_soc_raumfeld_connector_dai), |
265 | .suspend_post = raumfeld_analog_suspend, | 266 | .suspend_post = raumfeld_analog_suspend, |
@@ -268,6 +269,7 @@ static struct snd_soc_card snd_soc_raumfeld_connector = { | |||
268 | 269 | ||
269 | static struct snd_soc_card snd_soc_raumfeld_speaker = { | 270 | static struct snd_soc_card snd_soc_raumfeld_speaker = { |
270 | .name = "Raumfeld Speaker", | 271 | .name = "Raumfeld Speaker", |
272 | .owner = THIS_MODULE, | ||
271 | .dai_link = snd_soc_raumfeld_speaker_dai, | 273 | .dai_link = snd_soc_raumfeld_speaker_dai, |
272 | .num_links = ARRAY_SIZE(snd_soc_raumfeld_speaker_dai), | 274 | .num_links = ARRAY_SIZE(snd_soc_raumfeld_speaker_dai), |
273 | .suspend_post = raumfeld_analog_suspend, | 275 | .suspend_post = raumfeld_analog_suspend, |