cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

bttv-audio-hook.h (1159B)


      1/*
      2 * SPDX-License-Identifier: GPL-2.0
      3 *
      4 * Handlers for board audio hooks, split from bttv-cards
      5 *
      6 * Copyright (c) 2006 Mauro Carvalho Chehab <mchehab@kernel.org>
      7 * This code is placed under the terms of the GNU General Public License
      8 */
      9
     10#include "bttvp.h"
     11
     12void winview_volume (struct bttv *btv, __u16 volume);
     13
     14void lt9415_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
     15void avermedia_tvphone_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
     16void avermedia_tv_stereo_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
     17void terratv_audio(struct bttv *btv,  struct v4l2_tuner *tuner, int set);
     18void gvbctv3pci_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
     19void gvbctv5pci_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
     20void winfast2000_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
     21void pvbt878p9b_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
     22void fv2000s_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
     23void windvr_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
     24void adtvk503_audio(struct bttv *btv, struct v4l2_tuner *tuner, int set);
     25