Home
last modified time | relevance | path

Searched defs:audioformat (Results 1 – 2 of 2) sorted by relevance

/linux/sound/usb/
H A Dcard.h12 struct audioformat { struct
13 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 …]
/linux/sound/pci/echoaudio/
H A Dechoaudio.h325 struct audioformat { struct
326 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 and
333 char data_are_bigendian; /* 1 = big endian, 0 = little endian */