Searched defs:alsa_stream_out (Results 1 – 4 of 4) sorted by relevance
99 struct alsa_stream_out { struct100 struct audio_stream_out stream;102 pthread_mutex_t lock; /* see note in out_write() on mutex acquisition order */103 audio_devices_t devices;104 struct pcm_config config;105 struct pcm *pcm;106 bool unavailable;107 int standby;108 struct alsa_audio_device *dev;109 int write_threshold;[all …]
101 struct alsa_stream_out { struct102 struct audio_stream_out stream;104 pthread_mutex_t lock; /* see note in out_write() on mutex acquisition order */105 audio_devices_t devices;106 struct pcm_config config;107 struct pcm *pcm;108 bool unavailable;109 int standby;110 struct alsa_audio_device *dev;111 int write_threshold;[all …]
74 struct alsa_stream_out { struct89 static int start_output_stream(struct alsa_stream_out *out) in start_output_stream() argument
107 struct alsa_stream_out { struct108 struct audio_stream_out stream;110 pthread_mutex_t lock; /* see note below on mutex acquisition order */111 struct pcm_config config;112 struct pcm *pcm;113 bool unavailable;114 int standby;115 struct alsa_audio_device *dev;116 int write_threshold;117 unsigned int written;