ASoC: img: 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-38-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
b9a7972818
commit
1830a30ec4
@ -373,7 +373,7 @@ static int img_i2s_in_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
|
||||
static const struct snd_soc_dai_ops img_i2s_in_dai_ops = {
|
||||
.trigger = img_i2s_in_trigger,
|
||||
.hw_params = img_i2s_in_hw_params,
|
||||
.set_fmt_new = img_i2s_in_set_fmt
|
||||
.set_fmt = img_i2s_in_set_fmt
|
||||
};
|
||||
|
||||
static int img_i2s_in_dai_probe(struct snd_soc_dai *dai)
|
||||
|
@ -381,7 +381,7 @@ static int img_i2s_out_set_fmt(struct snd_soc_dai *dai, unsigned int fmt)
|
||||
static const struct snd_soc_dai_ops img_i2s_out_dai_ops = {
|
||||
.trigger = img_i2s_out_trigger,
|
||||
.hw_params = img_i2s_out_hw_params,
|
||||
.set_fmt_new = img_i2s_out_set_fmt
|
||||
.set_fmt = img_i2s_out_set_fmt
|
||||
};
|
||||
|
||||
static int img_i2s_out_dai_probe(struct snd_soc_dai *dai)
|
||||
|
Loading…
Reference in New Issue
Block a user