Go to the documentation of this file.
27 #include <linux/types.h>
91 #define AUDIO_CAP_DTS 1
92 #define AUDIO_CAP_LPCM 2
93 #define AUDIO_CAP_MP1 4
94 #define AUDIO_CAP_MP2 8
95 #define AUDIO_CAP_MP3 16
96 #define AUDIO_CAP_AAC 32
97 #define AUDIO_CAP_OGG 64
98 #define AUDIO_CAP_SDDS 128
99 #define AUDIO_CAP_AC3 256
101 #define AUDIO_STOP _IO('o', 1)
102 #define AUDIO_PLAY _IO('o', 2)
103 #define AUDIO_PAUSE _IO('o', 3)
104 #define AUDIO_CONTINUE _IO('o', 4)
105 #define AUDIO_SELECT_SOURCE _IO('o', 5)
106 #define AUDIO_SET_MUTE _IO('o', 6)
107 #define AUDIO_SET_AV_SYNC _IO('o', 7)
108 #define AUDIO_SET_BYPASS_MODE _IO('o', 8)
109 #define AUDIO_CHANNEL_SELECT _IO('o', 9)
110 #define AUDIO_GET_STATUS _IOR('o', 10, audio_status_t)
112 #define AUDIO_GET_CAPABILITIES _IOR('o', 11, unsigned int)
113 #define AUDIO_CLEAR_BUFFER _IO('o', 12)
114 #define AUDIO_SET_ID _IO('o', 13)
115 #define AUDIO_SET_MIXER _IOW('o', 14, audio_mixer_t)
116 #define AUDIO_SET_STREAMTYPE _IO('o', 15)
117 #define AUDIO_SET_EXT_ID _IO('o', 16)
118 #define AUDIO_SET_ATTRIBUTES _IOW('o', 17, audio_attributes_t)
119 #define AUDIO_SET_KARAOKE _IOW('o', 18, audio_karaoke_t)
132 #define AUDIO_GET_PTS _IOR('o', 19, __u64)
133 #define AUDIO_BILINGUAL_CHANNEL_SELECT _IO('o', 20)