]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/sound/tea575x-tuner.h
oom: do not dump task state for non thread group leaders
[linux-2.6-omap-h63xx.git] / include / sound / tea575x-tuner.h
index e8eeb3a1ed291fd0aae971cf45d1ced075785bce..b6870cbaf2b38812e6bc77c24ce7a7e416eadd3f 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 {
@@ -42,6 +43,7 @@ struct snd_tea575x {
        unsigned int freq_fixup;        /* crystal onboard */
        unsigned int val;               /* hw value */
        unsigned long freq;             /* frequency */
+       unsigned long in_use;           /* set if the device is in use */
        struct snd_tea575x_ops *ops;
        void *private_data;
 };