X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=include%2Fsound%2Ftea575x-tuner.h;h=b62ce3e077f9176274b80156afdafcd027edfe0c;hb=6c2545eefffc452e52302c96c955d9aa26353aa9;hp=a4f5545201975da167e6b3dddb0eba96766d1c78;hpb=97f02e05f246a2346275c1c93a3079e8933e74b2;p=linux-2.6 diff --git a/include/sound/tea575x-tuner.h b/include/sound/tea575x-tuner.h index a4f5545201..b62ce3e077 100644 --- a/include/sound/tea575x-tuner.h +++ b/include/sound/tea575x-tuner.h @@ -4,7 +4,7 @@ /* * ALSA driver for TEA5757/5759 Philips AM/FM tuner chips * - * Copyright (c) 2004 Jaroslav Kysela + * Copyright (c) 2004 Jaroslav Kysela * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -20,15 +20,17 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA * - */ + */ #include +#include 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 {