Searched defs:audioformat (Results 1 – 2 of 2) sorted by relevance
11 struct audioformat { struct12 struct list_head list;13 u64 formats; /* ALSA format bits */14 unsigned int channels; /* # channels */15 unsigned int fmt_type; /* USB audio format type (1-3) */16 unsigned int frame_size; /* samples per frame for non-audio */17 int iface; /* interface number */18 unsigned char altsetting; /* corresponding alternate setting */19 unsigned char altset_idx; /* array index of altenate setting */20 unsigned char attributes; /* corresponding attributes of cs endpoint */[all …]
351 struct audioformat { struct352 u8 interleave; /* How the data is arranged in memory:355 u8 bits_per_sample; /* 8, 16, 24, 32 (24 bits left aligned) */356 char mono_to_stereo; /* Only used if interleave is 1 and359 char data_are_bigendian; /* 1 = big endian, 0 = little endian */