Searched refs:out_stream (Results 1 – 4 of 4) sorted by relevance
25 struct out_stream { struct50 struct out_stream *out; argument71 int out_stream_reset(struct out_stream *out);72 int out_stream_mute(struct out_stream *out, int mute);73 bool out_stream_configured(struct out_stream *out);75 int out_stream_period_duration(struct out_stream *out);76 int out_stream_write(struct out_stream *out, uint8_t *buffer, int nbytes);77 int out_stream_silent(struct out_stream *out);78 int out_stream_stop(struct out_stream *out);79 struct out_stream *out_stream_create(void);[all …]
115 int out_stream_reset(struct out_stream *out) in out_stream_reset()127 int out_stream_mute(struct out_stream *out, int mute) in out_stream_mute()149 int out_stream_period_duration(struct out_stream *out) in out_stream_period_duration()173 bool out_stream_configured(struct out_stream *out) in out_stream_configured()261 static int out_stream_start(struct out_stream *out) in out_stream_start()419 int out_stream_silent(struct out_stream *out) in out_stream_silent()460 int out_stream_stop(struct out_stream *out) in out_stream_stop()511 struct out_stream *out_stream_create(void) in out_stream_create()514 struct out_stream *out; in out_stream_create()521 out = snd_zalloc(sizeof(struct out_stream), AFM_EXTN); in out_stream_create()[all …]
27 int audio_out_process(struct out_stream *out, uint8_t *buffer, int nbytes) in audio_out_process()41 int audio_out_process_init(struct audio_device *adev, struct out_stream *out) in audio_out_process_init()70 int audio_out_process_deinit(struct out_stream *out) in audio_out_process_deinit()
123 struct out_stream *out;200 struct out_stream *out;
Completed in 6 milliseconds