Home
last modified time | relevance | path

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

/Linux-v6.6/include/uapi/sound/
Dasound_fm.h56 struct snd_dm_fm_note { struct
87 #define SNDRV_DM_FM_IOCTL_PLAY_NOTE _IOW('H', 0x22, struct snd_dm_fm_note)
/Linux-v6.6/sound/drivers/opl3/
Dopl3_synth.c60 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note);
115 struct snd_dm_fm_note note; in snd_opl3_ioctl()
116 if (copy_from_user(&note, argp, sizeof(struct snd_dm_fm_note))) in snd_opl3_ioctl()
390 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note) in snd_opl3_play_note()