]> err.no Git - linux-2.6/blobdiff - include/sound/tea575x-tuner.h
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
[linux-2.6] / include / sound / tea575x-tuner.h
index e8eeb3a1ed291fd0aae971cf45d1ced075785bce..b62ce3e077f9176274b80156afdafcd027edfe0c 100644 (file)
@@ -30,6 +30,7 @@ struct snd_tea575x;
 struct snd_tea575x_ops {
        void (*write)(struct snd_tea575x *tea, unsigned int val);
        unsigned int (*read)(struct snd_tea575x *tea);
+       void (*mute)(struct snd_tea575x *tea, unsigned int mute);
 };
 
 struct snd_tea575x {