Searched refs:hdac_stream (Results 1 – 3 of 3) sorted by relevance
23 struct hdac_stream;399 struct hdac_stream *));465 struct hdac_stream { struct512 void snd_hdac_stream_init(struct hdac_bus *bus, struct hdac_stream *azx_dev, argument514 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);[all …]
311 snd_hdac_stream_get_pos_lpib(struct hdac_stream *stream) in snd_hdac_stream_get_pos_lpib()317 snd_hdac_stream_get_pos_posbuf(struct hdac_stream *stream) in snd_hdac_stream_get_pos_posbuf()
57 struct hdac_stream hstream;76 #define hdac_stream(s) (&(s)->hstream) macro