Release 4.18 drivers/media/tuners/mxl301rf.h
/* SPDX-License-Identifier: GPL-2.0 */
/*
* MaxLinear MxL301RF OFDM tuner driver
*
* Copyright (C) 2014 Akihiro Tsukada <tskd08@gmail.com>
*/
#ifndef MXL301RF_H
#define MXL301RF_H
#include <media/dvb_frontend.h>
struct mxl301rf_config {
struct dvb_frontend *fe;
};
#endif /* MXL301RF_H */
Overall Contributors
Person | Tokens | Prop | Commits | CommitProp |
Akihiro Tsukada | 23 | 95.83% | 2 | 66.67% |
Mauro Carvalho Chehab | 1 | 4.17% | 1 | 33.33% |
Total | 24 | 100.00% | 3 | 100.00% |
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.