Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Enumerations | Variables
sst_dsp.h File Reference

Go to the source code of this file.

Data Structures

struct  snd_pcm_params
 
struct  snd_mp3_params
 
struct  snd_aac_params
 
struct  snd_wma_params
 
union  snd_sst_codec_params
 
struct  sst_address_info
 
struct  snd_sst_alloc_params_ext
 
struct  snd_sst_stream_params
 
struct  snd_sst_params
 

Macros

#define AAC_BIT_STREAM_ADTS   0
 
#define AAC_BIT_STREAM_ADIF   1
 
#define AAC_BIT_STREAM_RAW   2
 

Enumerations

enum  sst_codec_types {
  SST_CODEC_TYPE_UNKNOWN = 0, SST_CODEC_TYPE_PCM, SST_CODEC_TYPE_MP3, SST_CODEC_TYPE_MP24,
  SST_CODEC_TYPE_AAC, SST_CODEC_TYPE_AACP, SST_CODEC_TYPE_eAACP
}
 
enum  stream_type { SST_STREAM_TYPE_NONE = 0, SST_STREAM_TYPE_MUSIC = 1 }
 

Variables

struct snd_pcm_params __packed
 

Macro Definition Documentation

#define AAC_BIT_STREAM_ADIF   1

Definition at line 65 of file sst_dsp.h.

#define AAC_BIT_STREAM_ADTS   0

Definition at line 64 of file sst_dsp.h.

#define AAC_BIT_STREAM_RAW   2

Definition at line 66 of file sst_dsp.h.

Enumeration Type Documentation

Enumerator:
SST_CODEC_TYPE_UNKNOWN 
SST_CODEC_TYPE_PCM 
SST_CODEC_TYPE_MP3 
SST_CODEC_TYPE_MP24 
SST_CODEC_TYPE_AAC 
SST_CODEC_TYPE_AACP 
SST_CODEC_TYPE_eAACP 

Definition at line 26 of file sst_dsp.h.

Enumerator:
SST_STREAM_TYPE_NONE 
SST_STREAM_TYPE_MUSIC 

Definition at line 37 of file sst_dsp.h.

Variable Documentation