Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
hpi_format Struct Reference

#include <hpi.h>

Data Fields

u32 sample_rate
 
u32 bit_rate
 
u32 attributes
 
u16 mode_legacy
 
u16 unused
 
u16 channels
 
u16 format
 

Detailed Description

Structure containing sample format information. See also HPI_FormatCreate().

Definition at line 1115 of file hpi.h.

Field Documentation

u32 attributes

Stereo/JointStereo/Mono

Definition at line 1120 of file hpi.h.

u32 bit_rate

for MPEG

Definition at line 1118 of file hpi.h.

u16 channels

1,2..., (or ancillary mode or idle bit

Definition at line 1124 of file hpi.h.

HPI_FORMAT_PCM16, _MPEG etc. see HPI_FORMATS.

Definition at line 1125 of file hpi.h.

u16 mode_legacy

Legacy ancillary mode or idle bit

Definition at line 1122 of file hpi.h.

u32 sample_rate

11025, 32000, 44100 ...

Definition at line 1117 of file hpi.h.

Unused

Definition at line 1123 of file hpi.h.


The documentation for this struct was generated from the following file: