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

ASoC: hisilicon: merge DAI call back functions into ops

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

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87leel9m5l.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
4f1ec3da e86cc958

+1 -1
+1 -1
sound/soc/hisilicon/hi6210-i2s.c
··· 511 511 512 512 513 513 static const struct snd_soc_dai_ops hi6210_i2s_dai_ops = { 514 + .probe = hi6210_i2s_dai_probe, 514 515 .trigger = hi6210_i2s_trigger, 515 516 .hw_params = hi6210_i2s_hw_params, 516 517 .set_fmt = hi6210_i2s_set_fmt, ··· 520 519 }; 521 520 522 521 static const struct snd_soc_dai_driver hi6210_i2s_dai_init = { 523 - .probe = hi6210_i2s_dai_probe, 524 522 .playback = { 525 523 .channels_min = 2, 526 524 .channels_max = 2,