]> err.no Git - linux-2.6/blobdiff - include/sound/soc.h
ipmi: make comment match actual preprocessor check
[linux-2.6] / include / sound / soc.h
index 0afcdfe42a466af40cc02027f0d4ac156a54b3ee..e6ea6f7509414566c2327a841e206b7249cbaa2c 100644 (file)
@@ -21,7 +21,7 @@
 #include <sound/control.h>
 #include <sound/ac97_codec.h>
 
-#define SND_SOC_VERSION "0.13.1"
+#define SND_SOC_VERSION "0.13.2"
 
 /*
  * Convenience kcontrol builders
@@ -447,6 +447,9 @@ struct snd_soc_dai_link  {
 
        /* codec/machine specific init - e.g. add machine controls */
        int (*init)(struct snd_soc_codec *codec);
+
+       /* DAI pcm */
+       struct snd_pcm *pcm;
 };
 
 /* SoC machine */