]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: intel: skl-pcm: remove snd_pcm_ops
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Wed, 2 Oct 2019 05:31:36 +0000 (14:31 +0900)
committerMark Brown <broonie@kernel.org>
Tue, 8 Oct 2019 12:41:33 +0000 (13:41 +0100)
commiteae919237b397a2bd51bb54bc9a051ec0794338a
tree1232d484d088d2d5a9278112a9b7dd58e5406718
parentbc2c417d259a0ca70b5fb2517ef57704252d3862
ASoC: intel: skl-pcm: remove snd_pcm_ops

snd_pcm_ops is no longer needed.
Let's use component driver callback.

*Note*

Only Intel skl-pcm has .get_time_info implementation, but ALSA SoC
framework doesn't call it so far.
To keep its implementation, this patch keeps .get_time_info,
but it is still not called.
Intel guy need to support it in the future.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://lore.kernel.org/r/87o8yzaf2f.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-pcm.c