Searched refs:snd_dm_fm_params (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.h81 struct snd_dm_fm_params { struct
103 #define SNDRV_DM_FM_IOCTL_SET_PARAMS _IOW('H', 0x24, struct snd_dm_fm_params)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/sound/
H A 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)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/drivers/opl3/
H A Dopl3_synth.c73 static int snd_opl3_set_params(struct snd_opl3 * opl3, struct snd_dm_fm_params * params);
146 struct snd_dm_fm_params params;
147 if (copy_from_user(&params, argp, sizeof(struct snd_dm_fm_params)))
548 static int snd_opl3_set_params(struct snd_opl3 * opl3, struct snd_dm_fm_params * params)

Completed in 56 milliseconds