Lines Matching refs:hdac_stream
24 struct hdac_stream;
329 /* hdac_stream linked list */
407 struct hdac_stream *));
500 struct hdac_stream {
549 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev,
551 struct hdac_stream *snd_hdac_stream_assign(struct hdac_bus *bus,
553 void snd_hdac_stream_release(struct hdac_stream *azx_dev);
554 struct hdac_stream *snd_hdac_get_stream(struct hdac_bus *bus,
557 int snd_hdac_stream_setup(struct hdac_stream *azx_dev);
558 void snd_hdac_stream_cleanup(struct hdac_stream *azx_dev);
559 int snd_hdac_stream_setup_periods(struct hdac_stream *azx_dev);
560 int snd_hdac_stream_set_params(struct hdac_stream *azx_dev,
562 void snd_hdac_stream_start(struct hdac_stream *azx_dev, bool fresh_start);
563 void snd_hdac_stream_clear(struct hdac_stream *azx_dev);
564 void snd_hdac_stream_stop(struct hdac_stream *azx_dev);
567 void snd_hdac_stream_reset(struct hdac_stream *azx_dev);
568 void snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set,
570 void snd_hdac_stream_sync(struct hdac_stream *azx_dev, bool start,
572 void snd_hdac_stream_timecounter_init(struct hdac_stream *azx_dev,
615 int snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format,
617 void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start);
618 void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev,
627 snd_hdac_dsp_prepare(struct hdac_stream *azx_dev, unsigned int format,
633 static inline void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start)
637 static inline void snd_hdac_dsp_cleanup(struct hdac_stream *azx_dev,