Searched refs:AUDIO_GET_STATUS (Results 1 – 5 of 5) sorted by relevance
13 AUDIO_GET_STATUS chapter19 AUDIO_GET_STATUS26 .. c:function:: int ioctl(int fd, AUDIO_GET_STATUS, struct audio_status *status)27 :name: AUDIO_GET_STATUS
41 The following values can be returned by the AUDIO_GET_STATUS call73 The AUDIO_GET_STATUS call returns the following structure informing
86 AUDIO_GET_STATUS. All other call will return with an error code.
92 #define AUDIO_GET_STATUS _IOR('o', 10, audio_status_t) macro
1362 (cmd != AUDIO_GET_STATUS)) in dvb_audio_ioctl()1459 case AUDIO_GET_STATUS: in dvb_audio_ioctl()