[ALSA] fm801 - Add mute support for FM-only card with FM801 PCI to tuner bridge
[safe/jmp/linux-2.6] / include / sound / tea575x-tuner.h
index e8eeb3a..b62ce3e 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 {