Re: [PATCH V3 3/8] soundwire: amd: register SoundWire manager dai ops

From: Pierre-Louis Bossart
Date: Tue Feb 21 2023 - 11:59:01 EST





> +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,
> +};