Linux Kernel
3.7.1
|
#include <hpi_internal.h>
Data Fields | |
u32 | sample_rate |
u32 | bit_rate |
u32 | attributes |
u16 | channels |
u16 | format |
Format info used inside struct hpi_message Not the same as public API struct hpi_format
Definition at line 572 of file hpi_internal.h.
u32 attributes |
stereo/joint_stereo/mono
Definition at line 575 of file hpi_internal.h.
u32 bit_rate |
for MPEG
Definition at line 574 of file hpi_internal.h.
u16 channels |
1,2..., (or ancillary mode or idle bit
Definition at line 576 of file hpi_internal.h.
HPI_FORMAT_PCM16, _MPEG etc. see HPI_FORMATS.
Definition at line 577 of file hpi_internal.h.
u32 sample_rate |
11025, 32000, 44100 etc.
Definition at line 573 of file hpi_internal.h.