diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-02 11:01:14 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-12-02 11:03:40 -0500 |
commit | 87689d567a45f80416feea0a2aa6d3a2a6b8963a (patch) | |
tree | d33d923e9e359f3be124d0a63c30b41637b9f933 /include/sound | |
parent | 6308419a199eed66086cd756ab8dc81b88d54a6b (diff) |
ASoC: Push platform registration down into the card
As part of the deprecation of snd_soc_device push the registration of
the platform down into the card structure.
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/soc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/soc.h b/include/sound/soc.h index 359ec49f8d0d..ad8141acd6b0 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h | |||
@@ -352,6 +352,7 @@ struct snd_soc_card { | |||
352 | 352 | ||
353 | struct snd_soc_device *socdev; | 353 | struct snd_soc_device *socdev; |
354 | 354 | ||
355 | struct snd_soc_platform *platform; | ||
355 | struct delayed_work delayed_work; | 356 | struct delayed_work delayed_work; |
356 | struct work_struct deferred_resume_work; | 357 | struct work_struct deferred_resume_work; |
357 | }; | 358 | }; |
@@ -360,7 +361,6 @@ struct snd_soc_card { | |||
360 | struct snd_soc_device { | 361 | struct snd_soc_device { |
361 | struct device *dev; | 362 | struct device *dev; |
362 | struct snd_soc_card *card; | 363 | struct snd_soc_card *card; |
363 | struct snd_soc_platform *platform; | ||
364 | struct snd_soc_codec *codec; | 364 | struct snd_soc_codec *codec; |
365 | struct snd_soc_codec_device *codec_dev; | 365 | struct snd_soc_codec_device *codec_dev; |
366 | void *codec_data; | 366 | void *codec_data; |