Home
last modified time | relevance | path

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

/openbmc/linux/sound/aoa/soundbus/i2sbus/
H A Di2sbus.h40 struct pcm_info { struct
41 u32 created:1, /* has this direction been created with alsa? */
42 active:1; /* is this stream active? */
44 struct snd_pcm_substream *substream;
45 int current_period;
46 u32 frame_count;
70 struct pcm_info out, in; argument
/openbmc/linux/tools/testing/selftests/alsa/
H A Dpcm-test.c157 snd_pcm_info_t *pcm_info; in find_pcms() local
/openbmc/linux/sound/usb/caiaq/
H A Ddevice.h112 struct snd_pcm_hardware pcm_info; member
/openbmc/qemu/hw/audio/
H A Dvirtio-snd.c188 g_autofree virtio_snd_pcm_info *pcm_info = NULL; in virtio_snd_handle_pcm_info() local