Searched refs:snd_dm_fm_note (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/alsa-lib-1.0.26/include/sound/
H A Dasound_fm.h70 struct snd_dm_fm_note { struct
101 #define SNDRV_DM_FM_IOCTL_PLAY_NOTE _IOW('H', 0x22, struct snd_dm_fm_note)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A Dasound_fm.h70 struct snd_dm_fm_note { struct
101 #define SNDRV_DM_FM_IOCTL_PLAY_NOTE _IOW('H', 0x22, struct snd_dm_fm_note)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_synth.c71 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note);
124 struct snd_dm_fm_note note;
125 if (copy_from_user(&note, argp, sizeof(struct snd_dm_fm_note)))
399 static int snd_opl3_play_note(struct snd_opl3 * opl3, struct snd_dm_fm_note * note)

Completed in 53 milliseconds