162306a36Sopenharmony_ci/* SPDX-License-Identifier: GPL-2.0-only */ 262306a36Sopenharmony_ci/* 362306a36Sopenharmony_ci * FM Driver for Connectivity chip of Texas Instruments. 462306a36Sopenharmony_ci * FM TX module header. 562306a36Sopenharmony_ci * 662306a36Sopenharmony_ci * Copyright (C) 2011 Texas Instruments 762306a36Sopenharmony_ci */ 862306a36Sopenharmony_ci 962306a36Sopenharmony_ci#ifndef _FMDRV_TX_H 1062306a36Sopenharmony_ci#define _FMDRV_TX_H 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciint fm_tx_set_freq(struct fmdev *, u32); 1362306a36Sopenharmony_ciint fm_tx_set_pwr_lvl(struct fmdev *, u8); 1462306a36Sopenharmony_ciint fm_tx_set_region(struct fmdev *, u8); 1562306a36Sopenharmony_ciint fm_tx_set_mute_mode(struct fmdev *, u8); 1662306a36Sopenharmony_ciint fm_tx_set_stereo_mono(struct fmdev *, u16); 1762306a36Sopenharmony_ciint fm_tx_set_rds_mode(struct fmdev *, u8); 1862306a36Sopenharmony_ciint fm_tx_set_radio_text(struct fmdev *, u8 *, u8); 1962306a36Sopenharmony_ciint fm_tx_set_af(struct fmdev *, u32); 2062306a36Sopenharmony_ciint fm_tx_set_preemph_filter(struct fmdev *, u32); 2162306a36Sopenharmony_ciint fm_tx_get_tune_cap_val(struct fmdev *); 2262306a36Sopenharmony_ci 2362306a36Sopenharmony_ci#endif 2462306a36Sopenharmony_ci 25