Searched refs:fm_mode (Results 1 – 6 of 6) sorted by relevance
/Linux-v6.1/sound/drivers/opl3/ |
D | opl3_synth.c | 96 info.fm_mode = opl3->fm_mode; in snd_opl3_ioctl() 381 opl3->fm_mode = SNDRV_DM_FM_MODE_OPL2; in snd_opl3_reset() 400 if (note->voice >= ((opl3->fm_mode == SNDRV_DM_FM_MODE_OPL3) ? in snd_opl3_play_note() 451 if (voice->voice >= ((opl3->fm_mode == SNDRV_DM_FM_MODE_OPL3) ? in snd_opl3_set_voice() 523 if (opl3->fm_mode == SNDRV_DM_FM_MODE_OPL3) { in snd_opl3_set_voice() 586 opl3->fm_mode = mode; in snd_opl3_set_mode() 598 if (opl3->fm_mode != SNDRV_DM_FM_MODE_OPL3) in snd_opl3_set_connection()
|
/Linux-v6.1/include/uapi/sound/ |
D | asound_fm.h | 19 unsigned char fm_mode; /* OPL mode, see SNDRV_DM_FM_MODE_XXX */ member
|
/Linux-v6.1/drivers/media/radio/wl128x/ |
D | fmdrv_common.c | 1372 int fmc_set_mode(struct fmdev *fmdev, u8 fm_mode) in fmc_set_mode() argument 1376 if (fm_mode >= FM_MODE_ENTRY_MAX) { in fmc_set_mode() 1380 if (fmdev->curr_fmmode == fm_mode) { in fmc_set_mode() 1381 fmdbg("Already fm is in mode(%d)\n", fm_mode); in fmc_set_mode() 1385 switch (fm_mode) { in fmc_set_mode() 1405 ret = fm_power_up(fmdev, fm_mode); in fmc_set_mode() 1411 fmdev->curr_fmmode = fm_mode; in fmc_set_mode()
|
/Linux-v6.1/sound/soc/codecs/ |
D | cs4265.c | 237 u8 fm_mode; /* values 1, 2, or 4 */ member 418 CS4265_ADC_FM, clk_map_table[index].fm_mode << 6); in cs4265_pcm_hw_params()
|
/Linux-v6.1/include/sound/ |
D | opl3.h | 303 unsigned char fm_mode; /* OPL mode, see SNDRV_DM_FM_MODE_XXX */ member
|
/Linux-v6.1/drivers/media/tuners/ |
D | tda8290.c | 146 } fm_mode[] = { variable 208 for (i = 0; i < ARRAY_SIZE(fm_mode); i++) in tda8290_set_params() 209 tuner_i2c_xfer_send(&priv->i2c_props, fm_mode[i].seq, 2); in tda8290_set_params()
|