linux/drivers/media/dvb-frontends/bsbe1.h

/* SPDX-License-Identifier: GPL-2.0-or-later */
/*
 * bsbe1.h - ALPS BSBE1 tuner support
 *
 * the project's page is at https://linuxtv.org
 */

#ifndef BSBE1_H
#define BSBE1_H

static u8 alps_bsbe1_inittab[] =;


static int alps_bsbe1_set_symbol_rate(struct dvb_frontend* fe, u32 srate, u32 ratio)
{}

static int alps_bsbe1_tuner_set_params(struct dvb_frontend *fe)
{}

static struct stv0299_config alps_bsbe1_config =;

#endif