Home
last modified time | relevance | path

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

/linux/sound/drivers/opl3/
H A Dopl3_synth.c96 info.fm_mode = opl3->fm_mode; in snd_opl3_ioctl()
379 opl3->fm_mode = SNDRV_DM_FM_MODE_OPL2; in snd_opl3_reset()
398 if (note->voice >= ((opl3->fm_mode == SNDRV_DM_FM_MODE_OPL3) ? in snd_opl3_play_note()
449 if (voice->voice >= ((opl3->fm_mode == SNDRV_DM_FM_MODE_OPL3) ? in snd_opl3_set_voice()
521 if (opl3->fm_mode == SNDRV_DM_FM_MODE_OPL3) { in snd_opl3_set_voice()
584 opl3->fm_mode = mode; in snd_opl3_set_mode()
596 if (opl3->fm_mode != SNDRV_DM_FM_MODE_OPL3) in snd_opl3_set_connection()
/linux/include/uapi/sound/
H A Dasound_fm.h19 unsigned char fm_mode; /* OPL mode, see SNDRV_DM_FM_MODE_XXX */ member
/linux/sound/soc/codecs/
H A Dcs4265.c237 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/drivers/media/tuners/
H A Dtda8290.c146 } 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()
/linux/include/sound/
H A Dopl3.h303 unsigned char fm_mode; /* OPL mode, see SNDRV_DM_FM_MODE_XXX */ member