ASoC: Allow mulitple usage count of codec and cpu dai
[safe/jmp/linux-2.6] / include / sound / soc.h
index 27a2ad9..f792c18 100644 (file)
@@ -375,7 +375,7 @@ struct snd_soc_pcm_stream {
        unsigned int rate_max;          /* max rate */
        unsigned int channels_min;      /* min channels */
        unsigned int channels_max;      /* max channels */
-       unsigned int active:1;          /* stream is in use */
+       unsigned int active;            /* num of active users of the stream */
 };
 
 /* SoC audio ops */