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 */19 unsigned char iface; /* interface number */24 unsigned char endpoint; /* endpoint */34 unsigned int rates; /* rate bitmasks */35 unsigned int rate_min, rate_max; /* min/max rates */37 unsigned int *rate_table; /* rate table */38 unsigned char clock; /* associated clock */[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 */
Completed in 6 milliseconds