mirror of
https://github.com/AetherDroid/android_kernel_samsung_on5xelte.git
synced 2025-10-30 07:38:52 +01:00
Fixed MTP to work with TWRP
This commit is contained in:
commit
f6dfaef42e
50820 changed files with 20846062 additions and 0 deletions
23
drivers/media/pci/bt8xx/bttv-audio-hook.h
Normal file
23
drivers/media/pci/bt8xx/bttv-audio-hook.h
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
/*
|
||||
* Handlers for board audio hooks, splitted from bttv-cards
|
||||
*
|
||||
* Copyright (c) 2006 Mauro Carvalho Chehab (mchehab@infradead.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);
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue