include/linux/dvb/audio.h
changeset 2 d1f6d8b6f81c
parent 0 aa628870c1d3
equal deleted inserted replaced
1:0056487c491e 2:d1f6d8b6f81c
    22  */
    22  */
    23 
    23 
    24 #ifndef _DVBAUDIO_H_
    24 #ifndef _DVBAUDIO_H_
    25 #define _DVBAUDIO_H_
    25 #define _DVBAUDIO_H_
    26 
    26 
    27 #ifdef __KERNEL__
       
    28 #include <linux/types.h>
    27 #include <linux/types.h>
    29 #else
       
    30 #include <stdint.h>
       
    31 #endif
       
    32 
       
    33 
    28 
    34 typedef enum {
    29 typedef enum {
    35 	AUDIO_SOURCE_DEMUX, /* Select the demux as the main source */
    30 	AUDIO_SOURCE_DEMUX, /* Select the demux as the main source */
    36 	AUDIO_SOURCE_MEMORY /* Select internal memory as the main source */
    31 	AUDIO_SOURCE_MEMORY /* Select internal memory as the main source */
    37 } audio_stream_source_t;
    32 } audio_stream_source_t;