Searched refs:snd_dm_fm_params (Results 1 – 2 of 2) sorted by relevance
82 struct snd_dm_fm_params { struct104 #define SNDRV_DM_FM_IOCTL_SET_PARAMS _IOW('H', 0x24, struct snd_dm_fm_params) argument
62 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(¶ms, 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