X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fsound%2Fsoc.h;h=db6edba8ef08c1de709bfbb60e591a7e80c7353b;hb=7616ee95f27a04fd5a6434e9ef4a82cec4b2807c;hp=b1dc364b8f74cca36aa4ec4850d1675accf9d1ee;hpb=4935361766cc73949fe032cd157d314f288922ba;p=linux-2.6 diff --git a/include/sound/soc.h b/include/sound/soc.h index b1dc364b8f..db6edba8ef 100644 --- a/include/sound/soc.h +++ b/include/sound/soc.h @@ -22,7 +22,7 @@ #include #include -#define SND_SOC_VERSION "0.13.0" +#define SND_SOC_VERSION "0.13.1" /* * Convenience kcontrol builders @@ -83,6 +83,7 @@ #define SND_SOC_DAI_AC97 0x1 #define SND_SOC_DAI_I2S 0x2 #define SND_SOC_DAI_PCM 0x4 +#define SND_SOC_DAI_AC97_BUS 0x8 /* for custom i.e. non ac97_codec.c */ /* * DAI hardware audio formats @@ -278,6 +279,7 @@ struct snd_soc_cpu_ops { struct snd_soc_codec_dai { char *name; int id; + unsigned char type; /* DAI capabilities */ struct snd_soc_pcm_stream playback;