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

/linux-master/include/uapi/sound/
H A Dasound_fm.h67 struct snd_dm_fm_params { struct
89 #define SNDRV_DM_FM_IOCTL_SET_PARAMS _IOW('H', 0x24, struct snd_dm_fm_params)
/linux-master/sound/drivers/opl3/
H 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;
138 if (copy_from_user(&params, argp, sizeof(struct snd_dm_fm_params)))
541 static int snd_opl3_set_params(struct snd_opl3 * opl3, struct snd_dm_fm_params * params)

Completed in 203 milliseconds