diff options
Diffstat (limited to 'include/sound/soc.h')
-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; |