> +static const struct snd_soc_dai_ops amd_sdw_dai_ops = { > + .hw_params = amd_sdw_hw_params, don't you need a .prepare to deal with suspend-resume? > + .hw_free = amd_sdw_hw_free, > + .set_stream = amd_pcm_set_sdw_stream, > + .get_stream = amd_get_sdw_stream, > +};