mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-21 09:34:51 +07:00
3259081991
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>
24 lines
1.1 KiB
C
24 lines
1.1 KiB
C
/*
|
|
* Handlers for board audio hooks, splitted from bttv-cards
|
|
*
|
|
* Copyright (c) 2006 Mauro Carvalho Chehab <mchehab@kernel.org>
|
|
* This code is placed under the terms of the GNU General Public License
|
|
*/
|
|
|
|
#include "bttvp.h"
|
|
|
|
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);
|
|
|