]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/sound/ac97_codec.h
Merge branch 'autofs' (patches from Ian Kent)
[karo-tx-linux.git] / include / sound / ac97_codec.h
index fdeb8dceec0f400cccf6358bd7335b4b421eb078..d315a08d6c6d4e359b550a56b6e89515d4dd5898 100644 (file)
  */
 
 struct snd_ac97;
+struct snd_pcm_chmap;
 
 struct snd_ac97_build_ops {
        int (*build_3d) (struct snd_ac97 *ac97);
@@ -528,6 +529,8 @@ struct snd_ac97 {
        struct delayed_work power_work;
 #endif
        struct device dev;
+
+       struct snd_pcm_chmap *chmaps[2]; /* channel-maps (optional) */
 };
 
 #define to_ac97_t(d) container_of(d, struct snd_ac97, dev)