Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
HDsoundcard.h136 struct snd_size { struct
140 #define AIOGSIZE _IOR('A', 11, struct snd_size)/* read current blocksize */ argument
141 #define AIOSSIZE _IOWR('A', 11, struct snd_size) /* sets blocksize */
/dragonfly/sys/dev/sound/pcm/
HDdsp.c1200 struct snd_size *p = (struct snd_size *)arg; in dsp_ioctl()
1222 struct snd_size *p = (struct snd_size *)arg; in dsp_ioctl()