ASoC: Rename snd_soc_dai_driver struct ac97_control field to bus_control
[deliverable/linux.git] / include / sound / soc-dai.h
index c0e04688c6ed3a28c81c9b10b7ae46590a191a52..a3738be45563dce10f0730bce9ee642d29d164d7 100644 (file)
@@ -206,7 +206,6 @@ struct snd_soc_dai_driver {
        /* DAI description */
        const char *name;
        unsigned int id;
-       int ac97_control;
        unsigned int base;
 
        /* DAI driver callbacks */
@@ -216,6 +215,8 @@ struct snd_soc_dai_driver {
        int (*resume)(struct snd_soc_dai *dai);
        /* compress dai */
        bool compress_dai;
+       /* DAI is also used for the control bus */
+       bool bus_control;
 
        /* ops */
        const struct snd_soc_dai_ops *ops;
This page took 0.635741 seconds and 5 git commands to generate.