Home
last modified time | relevance | path

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

/aosp_15_r20/device/linaro/dragonboard/audio/
Daudio_hw.h83 struct alsa_stream_in { struct
84 struct audio_stream_in stream;
86 pthread_mutex_t lock; /* see note in in_read() on mutex acquisition order */
87 audio_devices_t devices;
88 struct pcm_config config;
89 struct pcm *pcm;
90 bool unavailable;
91 bool standby;
92 struct alsa_audio_device *dev;
93 int read_threshold;
[all …]
/aosp_15_r20/device/amlogic/yukawa/hal/audio/
Daudio_hw.h85 struct alsa_stream_in { struct
86 struct audio_stream_in stream;
88 pthread_mutex_t lock; /* see note in in_read() on mutex acquisition order */
89 audio_devices_t devices;
90 struct pcm_config config;
91 struct pcm *pcm;
92 bool unavailable;
93 bool standby;
94 struct alsa_audio_device *dev;
95 int read_threshold;
[all …]