Lines Matching refs:hdac_stream
23 struct hdac_stream;
399 struct hdac_stream *));
465 struct hdac_stream { struct
512 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev, argument
514 struct hdac_stream *snd_hdac_stream_assign(struct hdac_bus *bus,
516 void snd_hdac_stream_release(struct hdac_stream *azx_dev);
517 struct hdac_stream *snd_hdac_get_stream(struct hdac_bus *bus,
520 int snd_hdac_stream_setup(struct hdac_stream *azx_dev);
521 void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev);
522 int snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev);
523 int snd_hdac_stream_set_params(struct hdac_stream *azx_dev,
525 void snd_hdac_stream_start(struct hdac_stream *azx_dev, bool fresh_start);
526 void snd_hdac_stream_clear(struct hdac_stream *azx_dev);
527 void snd_hdac_stream_stop(struct hdac_stream *azx_dev);
528 void snd_hdac_stream_reset(struct hdac_stream *azx_dev);
529 void snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set,
531 void snd_hdac_stream_sync(struct hdac_stream *azx_dev, bool start,
533 void snd_hdac_stream_timecounter_init(struct hdac_stream *azx_dev,
576 int snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format,
578 void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start);
579 void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev,
588 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format, in snd_hdac_dsp_prepare()
594 static inline void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start) in snd_hdac_dsp_trigger()
598 static inline void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev, in snd_hdac_dsp_cleanup()