snd_hdac_stream_setup
int snd_hdac_stream_setup(struct hdac_stream *azx_dev, bool code_loading);
snd_hdac_stream_setup(azx_stream(azx_dev), false);
setup_op = snd_hdac_stream_setup;
ret = snd_hdac_stream_setup(hstream, code_loading);
EXPORT_SYMBOL_GPL(snd_hdac_stream_setup);
snd_hdac_stream_setup(azx_dev, true);
ret = snd_hdac_stream_setup(hdac_stream(host_stream), false);