Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

ASoC: fsl: merge DAI call back functions into ops

ALSA SoC merges DAI call backs into .ops.
This patch merge these into one.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202308152047.psX1QNDh-lkp@intel.com/
Cc: Randy Dunlap <rdunlap@infradead.org>
Fixes: 446b31e89493 ("ASoC: soc-dai.h: remove unused call back functions")
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Reported-by: Randy Dunlap <rdunlap@infradead.org>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Tested-by: Randy Dunlap <rdunlap@infradead.org> # build-tested
Link: https://lore.kernel.org/r/87a5ujubj0.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
220adc0f 26ef47e5

+1 -1
+1 -1
sound/soc/fsl/mpc5200_psc_ac97.c
··· 222 222 * psc_ac97_dai_template: template CPU Digital Audio Interface 223 223 */ 224 224 static const struct snd_soc_dai_ops psc_ac97_analog_ops = { 225 + .probe = psc_ac97_probe, 225 226 .hw_params = psc_ac97_hw_analog_params, 226 227 .trigger = psc_ac97_trigger, 227 228 }; ··· 234 233 static struct snd_soc_dai_driver psc_ac97_dai[] = { 235 234 { 236 235 .name = "mpc5200-psc-ac97.0", 237 - .probe = psc_ac97_probe, 238 236 .playback = { 239 237 .stream_name = "AC97 Playback", 240 238 .channels_min = 1,