5 Aug
2019
5 Aug
'19
5:45 p.m.
On Fri, Jul 26, 2019 at 01:49:17PM +0900, Kuninori Morimoto wrote:
Now, ALSA SoC doesn't setup rtd->ops.get_time_info. This means it never used in ALSA SoC even if sound driver had .get_time_info.
This patch disable .get_time_info from skl-pcm.c. Because we might be going to support it in the future, it uses #if 0.
The #if 0 here isn't exactly nice... it'd be better to just implement get_time_info().