azx_stream
azx_stream(get_azx_dev(substream))->stripe = 0;
azx_stream(get_azx_dev(substream))->stripe = 1;
struct hdac_stream *hstr = azx_stream(azx_dev);
snd_pcm_period_elapsed(azx_stream(azx_dev)->substream);
struct hdac_stream *hdas = azx_stream(azx_dev);
snd_hdac_stream_init(azx_bus(chip), azx_stream(azx_dev),
snd_hdac_stream_cleanup(azx_stream(azx_dev));
azx_stream(azx_dev)->prepared = 0;
snd_hdac_stream_reset(azx_stream(azx_dev));
err = snd_hdac_stream_set_params(azx_stream(azx_dev), format_val);
snd_hdac_stream_setup(azx_stream(azx_dev), false);
azx_stream(azx_dev)->prepared = 1;
hstr = azx_stream(azx_dev);
snd_hdac_stream_start(azx_stream(azx_dev));
snd_hdac_stream_stop(azx_stream(azx_dev));
return snd_hdac_stream_get_pos_lpib(azx_stream(azx_dev));
return snd_hdac_stream_get_pos_posbuf(azx_stream(azx_dev));
#define guard_dsp_lock(dev) guard(snd_hdac_dsp_lock)(azx_stream(dev))
#define dsp_is_locked(dev) snd_hdac_stream_is_locked(azx_stream(dev))
snd_hdac_stream_release(azx_stream(azx_dev));
hstr = azx_stream(azx_dev);
snd_hdac_dsp_trigger(azx_stream(azx_dev), start);
link_pos = snd_hdac_stream_get_pos_lpib(azx_stream(azx_dev));
fifo_size = azx_stream(azx_dev)->fifo_size;
pos = snd_hdac_stream_get_pos_lpib(azx_stream(azx_dev));