2007-10-26 23:54:54 +04:00
/*
2019-06-05 20:24:35 +03:00
* SPDX - License - Identifier : GPL - 2.0
*
2019-02-18 22:28:59 +03:00
* Handlers for board audio hooks , split from bttv - cards
2007-10-26 23:54:54 +04:00
*
MAINTAINERS & files: Canonize the e-mails I use at files
From now on, I'll start using my @kernel.org as my development e-mail.
As such, let's remove the entries that point to the old
mchehab@s-opensource.com at MAINTAINERS file.
For the files written with a copyright with mchehab@s-opensource,
let's keep Samsung on their names, using mchehab+samsung@kernel.org,
in order to keep pointing to my employer, with sponsors the work.
For the files written before I join Samsung (on July, 4 2013),
let's just use mchehab@kernel.org.
For bug reports, we can simply point to just kernel.org, as
this will reach my mchehab+samsung inbox anyway.
Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Signed-off-by: Brian Warner <brian.warner@samsung.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
2018-04-25 12:34:48 +03:00
* Copyright ( c ) 2006 Mauro Carvalho Chehab < mchehab @ kernel . org >
2007-10-26 23:54:54 +04:00
* This code is placed under the terms of the GNU General Public License
*/
# include "bttvp.h"
2006-08-25 23:53:04 +04:00
void winview_volume ( struct bttv * btv , __u16 volume ) ;
void lt9415_audio ( struct bttv * btv , struct v4l2_tuner * tuner , int set ) ;
void avermedia_tvphone_audio ( struct bttv * btv , struct v4l2_tuner * tuner , int set ) ;
void avermedia_tv_stereo_audio ( struct bttv * btv , struct v4l2_tuner * tuner , int set ) ;
void terratv_audio ( struct bttv * btv , struct v4l2_tuner * tuner , int set ) ;
void gvbctv3pci_audio ( struct bttv * btv , struct v4l2_tuner * tuner , int set ) ;
void gvbctv5pci_audio ( struct bttv * btv , struct v4l2_tuner * tuner , int set ) ;
void winfast2000_audio ( struct bttv * btv , struct v4l2_tuner * tuner , int set ) ;
void pvbt878p9b_audio ( struct bttv * btv , struct v4l2_tuner * tuner , int set ) ;
void fv2000s_audio ( struct bttv * btv , struct v4l2_tuner * tuner , int set ) ;
void windvr_audio ( struct bttv * btv , struct v4l2_tuner * tuner , int set ) ;
void adtvk503_audio ( struct bttv * btv , struct v4l2_tuner * tuner , int set ) ;