Searched defs:audioformat (Results 1 – 2 of 2) sorted by relevance
14 struct audioformat { struct15 struct list_head list;16 u64 formats; /* ALSA format bits */17 unsigned int channels; /* # channels */18 unsigned int fmt_type; /* USB audio format type (1-3) */19 unsigned int fmt_bits; /* number of significant bits */20 unsigned int frame_size; /* samples per frame for non-audio */21 int iface; /* interface number */22 unsigned char altsetting; /* corresponding alternate setting */23 unsigned char altset_idx; /* array index of altenate setting */[all …]
325 struct audioformat { struct326 u8 interleave; /* How the data is arranged in memory:329 u8 bits_per_sample; /* 8, 16, 24, 32 (24 bits left aligned) */330 char mono_to_stereo; /* Only used if interleave is 1 and333 char data_are_bigendian; /* 1 = big endian, 0 = little endian */