Home
last modified time | relevance | path

Searched refs:snd_dm_fm_params (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/sound/
A Dasound_fm.h82 struct snd_dm_fm_params { struct
104 #define SNDRV_DM_FM_IOCTL_SET_PARAMS _IOW('H', 0x24, struct snd_dm_fm_params) argument
/linux/sound/drivers/opl3/
A Dopl3_synth.c62 static int snd_opl3_set_params(struct snd_opl3 * opl3, struct snd_dm_fm_params * params);
137 struct snd_dm_fm_params params; in snd_opl3_ioctl()
138 if (copy_from_user(&params, argp, sizeof(struct snd_dm_fm_params))) in snd_opl3_ioctl()
541 static int snd_opl3_set_params(struct snd_opl3 * opl3, struct snd_dm_fm_params * params) in snd_opl3_set_params()

Completed in 6 milliseconds