Home
last modified time | relevance | path

Searched refs:fm_mode (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/sound/drivers/opl3/
Dopl3_synth.c106 info.fm_mode = opl3->fm_mode; in snd_opl3_ioctl()
391 opl3->fm_mode = SNDRV_DM_FM_MODE_OPL2; in snd_opl3_reset()
410 if (note->voice >= ((opl3->fm_mode == SNDRV_DM_FM_MODE_OPL3) ? in snd_opl3_play_note()
461 if (voice->voice >= ((opl3->fm_mode == SNDRV_DM_FM_MODE_OPL3) ? in snd_opl3_set_voice()
531 if (opl3->fm_mode == SNDRV_DM_FM_MODE_OPL3) { in snd_opl3_set_voice()
594 opl3->fm_mode = mode; in snd_opl3_set_mode()
606 if (opl3->fm_mode != SNDRV_DM_FM_MODE_OPL3) in snd_opl3_set_connection()
/linux-4.4.14/include/uapi/sound/
Dasound_fm.h33 unsigned char fm_mode; /* OPL mode, see SNDRV_DM_FM_MODE_XXX */ member
/linux-4.4.14/drivers/media/radio/wl128x/
Dfmdrv_common.c1379 int fmc_set_mode(struct fmdev *fmdev, u8 fm_mode) in fmc_set_mode() argument
1383 if (fm_mode >= FM_MODE_ENTRY_MAX) { in fmc_set_mode()
1387 if (fmdev->curr_fmmode == fm_mode) { in fmc_set_mode()
1388 fmdbg("Already fm is in mode(%d)\n", fm_mode); in fmc_set_mode()
1392 switch (fm_mode) { in fmc_set_mode()
1412 ret = fm_power_up(fmdev, fm_mode); in fmc_set_mode()
1418 fmdev->curr_fmmode = fm_mode; in fmc_set_mode()
/linux-4.4.14/sound/soc/codecs/
Dcs4265.c241 u8 fm_mode; /* values 1, 2, or 4 */ member
422 CS4265_ADC_FM, clk_map_table[index].fm_mode << 6); in cs4265_pcm_hw_params()
/linux-4.4.14/include/sound/
Dopl3.h321 unsigned char fm_mode; /* OPL mode, see SNDRV_DM_FM_MODE_XXX */ member
/linux-4.4.14/drivers/media/tuners/
Dtda8290.c158 } fm_mode[] = { variable
220 for (i = 0; i < ARRAY_SIZE(fm_mode); i++) in tda8290_set_params()
221 tuner_i2c_xfer_send(&priv->i2c_props, fm_mode[i].seq, 2); in tda8290_set_params()