OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:paud_control
(Results
1 - 1
of
1
) sorted by null
/external/qemu/distrib/sdl-1.2.12/src/audio/paudio/
SDL_paudio.c
242
audio_control
paud_control
;
local
474
paud_control
.ioctl_request = AUDIO_CHANGE;
475
paud_control
.request_info = (char*)&paud_change;
476
if ( ioctl(audio_fd, AUDIO_CONTROL, &
paud_control
) < 0 ) {
486
paud_control
.ioctl_request = AUDIO_START;
487
paud_control
.position = 0;
488
if ( ioctl(audio_fd, AUDIO_CONTROL, &
paud_control
) < 0 ) {
Completed in 148 milliseconds