Back to home page

OSCL-LXR

 
 

    


0001 /*
0002  * SPDX-License-Identifier: GPL-2.0
0003  *
0004  * Handlers for board audio hooks, split from bttv-cards
0005  *
0006  * Copyright (c) 2006 Mauro Carvalho Chehab <mchehab@kernel.org>
0007  * This code is placed under the terms of the GNU General Public License
0008  */
0009 
0010 #include "bttvp.h"
0011 
0012 void winview_volume (struct bttv *btv, __u16 volume);
0013 
0014 void lt9415_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0015 void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0016 void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0017 void terratv_audio(struct bttv *btv,  struct v4l2_tuner *tuner, int set);
0018 void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0019 void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0020 void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0021 void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0022 void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0023 void windvr_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0024 void adtvk503_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
0025