snd_hdac_dsp_trigger
void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start);
snd_hdac_dsp_trigger(azx_stream(azx_dev), start);
EXPORT_SYMBOL_GPL(snd_hdac_dsp_trigger);
snd_hdac_dsp_trigger(hstream, true);
snd_hdac_dsp_trigger(hstream, false);
snd_hdac_dsp_trigger(stream, true);
snd_hdac_dsp_trigger(stream, false);