18c2ecf20Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0 */ 28c2ecf20Sopenharmony_ci/* 38c2ecf20Sopenharmony_ci * ddbridge-max.h: Digital Devices bridge MAX card support 48c2ecf20Sopenharmony_ci * 58c2ecf20Sopenharmony_ci * Copyright (C) 2010-2017 Digital Devices GmbH 68c2ecf20Sopenharmony_ci * Ralph Metzler <rjkm@metzlerbros.de> 78c2ecf20Sopenharmony_ci * Marcus Metzler <mocm@metzlerbros.de> 88c2ecf20Sopenharmony_ci * 98c2ecf20Sopenharmony_ci * This program is free software; you can redistribute it and/or 108c2ecf20Sopenharmony_ci * modify it under the terms of the GNU General Public License 118c2ecf20Sopenharmony_ci * version 2 only, as published by the Free Software Foundation. 128c2ecf20Sopenharmony_ci * 138c2ecf20Sopenharmony_ci * This program is distributed in the hope that it will be useful, 148c2ecf20Sopenharmony_ci * but WITHOUT ANY WARRANTY; without even the implied warranty of 158c2ecf20Sopenharmony_ci * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 168c2ecf20Sopenharmony_ci * GNU General Public License for more details. 178c2ecf20Sopenharmony_ci */ 188c2ecf20Sopenharmony_ci 198c2ecf20Sopenharmony_ci#ifndef _DDBRIDGE_MAX_H_ 208c2ecf20Sopenharmony_ci#define _DDBRIDGE_MAX_H_ 218c2ecf20Sopenharmony_ci 228c2ecf20Sopenharmony_ci#include "ddbridge.h" 238c2ecf20Sopenharmony_ci 248c2ecf20Sopenharmony_ci/******************************************************************************/ 258c2ecf20Sopenharmony_ci 268c2ecf20Sopenharmony_ciint ddb_lnb_init_fmode(struct ddb *dev, struct ddb_link *link, u32 fm); 278c2ecf20Sopenharmony_ciint ddb_fe_attach_mxl5xx(struct ddb_input *input); 288c2ecf20Sopenharmony_ciint ddb_fe_attach_mci(struct ddb_input *input, u32 type); 298c2ecf20Sopenharmony_ci 308c2ecf20Sopenharmony_ci#endif /* _DDBRIDGE_MAX_H */ 31