Searched refs:snd_dm_fm_note (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/include/uapi/sound/ |
H A D | asound_fm.h | 71 struct snd_dm_fm_note { struct 102 #define SNDRV_DM_FM_IOCTL_PLAY_NOTE _IOW('H', 0x22, struct snd_dm_fm_note)
|
/kernel/linux/linux-6.6/include/uapi/sound/ |
H A D | asound_fm.h | 56 struct snd_dm_fm_note { struct 87 #define SNDRV_DM_FM_IOCTL_PLAY_NOTE _IOW('H', 0x22, struct snd_dm_fm_note)
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
H A D | asound_fm.h | 34 struct snd_dm_fm_note { struct 54 #define SNDRV_DM_FM_IOCTL_PLAY_NOTE _IOW('H', 0x22, struct snd_dm_fm_note)
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/sound/ |
H A D | asound_fm.h | 47 struct snd_dm_fm_note { struct 66 #define SNDRV_DM_FM_IOCTL_PLAY_NOTE _IOW('H', 0x22, struct snd_dm_fm_note)
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
H A D | asound_fm.h | 47 struct snd_dm_fm_note { struct 66 #define SNDRV_DM_FM_IOCTL_PLAY_NOTE _IOW('H', 0x22, struct snd_dm_fm_note)
|
/kernel/linux/linux-5.10/sound/drivers/opl3/ |
H A D | opl3_synth.c | 60 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(¬e, 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()
|
/kernel/linux/linux-6.6/sound/drivers/opl3/ |
H A D | opl3_synth.c | 60 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(¬e, 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()
|
Completed in 4 milliseconds