ASoC: Push the codec runtime storage into the card structure
[deliverable/linux.git] / include / sound / soc.h
index 7039343e8a78b2a3cd7ff515496b7c47e1fa9da0..0e7735264169de31b9db0da91e3ba8310c7b3a88 100644 (file)
@@ -418,6 +418,8 @@ struct snd_soc_card {
 
        struct snd_soc_device *socdev;
 
+       struct snd_soc_codec *codec;
+
        struct snd_soc_platform *platform;
        struct delayed_work delayed_work;
        struct work_struct deferred_resume_work;
@@ -427,7 +429,6 @@ struct snd_soc_card {
 struct snd_soc_device {
        struct device *dev;
        struct snd_soc_card *card;
-       struct snd_soc_codec *codec;
        struct snd_soc_codec_device *codec_dev;
        void *codec_data;
 };
This page took 0.034954 seconds and 5 git commands to generate.