Lines Matching refs:hdac_stream

20 struct hdac_stream;
348 struct hdac_stream *));
389 struct hdac_stream { struct
435 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev, argument
437 struct hdac_stream *snd_hdac_stream_assign(struct hdac_bus *bus,
439 void snd_hdac_stream_release(struct hdac_stream *azx_dev);
440 struct hdac_stream *snd_hdac_get_stream(struct hdac_bus *bus,
443 int snd_hdac_stream_setup(struct hdac_stream *azx_dev);
444 void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev);
445 int snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev);
446 int snd_hdac_stream_set_params(struct hdac_stream *azx_dev,
448 void snd_hdac_stream_start(struct hdac_stream *azx_dev, bool fresh_start);
449 void snd_hdac_stream_clear(struct hdac_stream *azx_dev);
450 void snd_hdac_stream_stop(struct hdac_stream *azx_dev);
451 void snd_hdac_stream_reset(struct hdac_stream *azx_dev);
452 void snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set,
454 void snd_hdac_stream_sync(struct hdac_stream *azx_dev, bool start,
456 void snd_hdac_stream_timecounter_init(struct hdac_stream *azx_dev,
501 int snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format,
503 void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start);
504 void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev,
513 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, in snd_hdac_dsp_prepare()
519 static inline void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start) in snd_hdac_dsp_trigger()
523 static inline void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev, in snd_hdac_dsp_cleanup()