Home
last modified time | relevance | path

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

/linux-3.4.99/include/sound/
Dasound_fm.h81 struct snd_dm_fm_params { struct
103 #define SNDRV_DM_FM_IOCTL_SET_PARAMS _IOW('H', 0x24, struct snd_dm_fm_params) argument
/linux-3.4.99/sound/drivers/opl3/
Dopl3_synth.c74 static int snd_opl3_set_params(struct snd_opl3 * opl3, struct snd_dm_fm_params * params);
147 struct snd_dm_fm_params params; in snd_opl3_ioctl()
148 if (copy_from_user(&params, argp, sizeof(struct snd_dm_fm_params))) in snd_opl3_ioctl()
549 static int snd_opl3_set_params(struct snd_opl3 * opl3, struct snd_dm_fm_params * params) in snd_opl3_set_params()