Home
last modified time | relevance | path

Searched defs:pcm_info (Results 1 – 3 of 3) sorted by relevance

/linux/sound/aoa/soundbus/i2sbus/
H A Di2sbus.h39 struct pcm_info { struct
40 u32 created:1, /* has this direction been created with alsa? */
41 active:1; /* is this stream active? */
43 struct snd_pcm_substream *substream;
44 int current_period;
45 u32 frame_count;
69 struct pcm_info out, in; argument
/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c160 snd_pcm_info_t *pcm_info; in find_pcms() local
/linux/sound/usb/caiaq/
H A Ddevice.h112 struct snd_pcm_hardware pcm_info; member