Searched defs:audioformat (Results 1 – 2 of 2) sorted by relevance
12 struct audioformat { struct13 struct list_head list;14 u64 formats; /* ALSA format bits */15 unsigned int channels; /* # channels */16 unsigned int fmt_type; /* USB audio format type (1-3) */17 unsigned int fmt_bits; /* number of significant bits */18 unsigned int frame_size; /* samples per frame for non-audio */19 unsigned char iface; /* interface number */20 unsigned char altsetting; /* corresponding alternate setting */21 unsigned char ep_idx; /* endpoint array index */[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 */