Searched refs:AIOGSIZE (Results 1 – 5 of 5) sorted by relevance
138 if (ioctl(fd, AIOGSIZE, &s_size) == -1) in main()
291 if (ioctl(fd, AIOGSIZE, &s_size) == -1) in audio_init() 292 printf("audio_init: AIOGSIZE: %s\n", strerror(errno)); in audio_init()
140 #define AIOGSIZE _IOR('A', 11, struct snd_size)/* read current blocksize */ macro
219 {AIOGSIZE, "AIOGSIZE"},
815 case AIOGSIZE: /* get the current blocksize */ in dsp_ioctl()