ASoC: stm: Rename set_fmt_new back to set_fmt
Now the core has been migrated across to the new direct clock specification we can move the drivers back to the normal set_fmt callback. Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://lore.kernel.org/r/20220519154318.2153729-49-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
Родитель
adced68031
Коммит
02ba0d9680
|
@ -954,7 +954,7 @@ static const struct regmap_config stm32_h7_i2s_regmap_conf = {
|
|||
|
||||
static const struct snd_soc_dai_ops stm32_i2s_pcm_dai_ops = {
|
||||
.set_sysclk = stm32_i2s_set_sysclk,
|
||||
.set_fmt_new = stm32_i2s_set_dai_fmt,
|
||||
.set_fmt = stm32_i2s_set_dai_fmt,
|
||||
.startup = stm32_i2s_startup,
|
||||
.hw_params = stm32_i2s_hw_params,
|
||||
.trigger = stm32_i2s_trigger,
|
||||
|
|
|
@ -1225,7 +1225,7 @@ static int stm32_sai_dai_probe(struct snd_soc_dai *cpu_dai)
|
|||
|
||||
static const struct snd_soc_dai_ops stm32_sai_pcm_dai_ops = {
|
||||
.set_sysclk = stm32_sai_set_sysclk,
|
||||
.set_fmt_new = stm32_sai_set_dai_fmt,
|
||||
.set_fmt = stm32_sai_set_dai_fmt,
|
||||
.set_tdm_slot = stm32_sai_set_dai_tdm_slot,
|
||||
.startup = stm32_sai_startup,
|
||||
.hw_params = stm32_sai_hw_params,
|
||||
|
|
Загрузка…
Ссылка в новой задаче