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

ASoC: Update jh7110 PWM DAC for ops move

For some reason the JH7110 PWM DAC driver made it through build testing
in spite of not being updated for the move of probe() to the ops struct.
Make the required update.

Signed-off-by: Mark Brown <broonie@kernel.org>

+1 -1
+1 -1
sound/soc/starfive/jh7110_pwmdac.c
··· 357 357 } 358 358 359 359 static const struct snd_soc_dai_ops jh7110_pwmdac_dai_ops = { 360 + .probe = jh7110_pwmdac_dai_probe, 360 361 .startup = jh7110_pwmdac_startup, 361 362 .hw_params = jh7110_pwmdac_hw_params, 362 363 .trigger = jh7110_pwmdac_trigger, ··· 370 369 static struct snd_soc_dai_driver jh7110_pwmdac_dai = { 371 370 .name = "jh7110-pwmdac", 372 371 .id = 0, 373 - .probe = jh7110_pwmdac_dai_probe, 374 372 .playback = { 375 373 .channels_min = 1, 376 374 .channels_max = 2,