Mauro Carvalho Chehab | c2806d0 | 2007-10-26 16:54:54 -0300 | [diff] [blame^] | 1 | /* |
| 2 | * Handlers for board audio hooks, splitted from bttv-cards |
| 3 | * |
| 4 | * Copyright (c) 2006 Mauro Carvalho Chehab (mchehab@infradead.org) |
| 5 | * This code is placed under the terms of the GNU General Public License |
| 6 | */ |
| 7 | |
| 8 | #include "bttvp.h" |
| 9 | |
| 10 | static void winview_audio(struct bttv *btv, struct video_audio *v, int set); |
| 11 | static void lt9415_audio(struct bttv *btv, struct video_audio *v, int set); |
| 12 | static void avermedia_tvphone_audio(struct bttv *btv, struct video_audio *v, |
| 13 | int set); |
| 14 | static void avermedia_tv_stereo_audio(struct bttv *btv, struct video_audio *v, |
| 15 | int set); |
| 16 | static void terratv_audio(struct bttv *btv, struct video_audio *v, int set); |
| 17 | static void gvbctv3pci_audio(struct bttv *btv, struct video_audio *v, int set); |
| 18 | static void gvbctv5pci_audio(struct bttv *btv, struct video_audio *v, int set); |
| 19 | static void winfast2000_audio(struct bttv *btv, struct video_audio *v, int set); |
| 20 | static void pvbt878p9b_audio(struct bttv *btv, struct video_audio *v, int set); |
| 21 | static void fv2000s_audio(struct bttv *btv, struct video_audio *v, int set); |
| 22 | static void windvr_audio(struct bttv *btv, struct video_audio *v, int set); |
| 23 | static void adtvk503_audio(struct bttv *btv, struct video_audio *v, int set); |