From: Mark Brown Date: Mon, 29 Nov 2021 16:43:16 +0000 (+0000) Subject: ASoC: soc-pcm: tidyup soc_pcm_pointer()'s delay update method X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7be10cef0fbe91f83c55faea7e8b70c0529dde5f;p=linux.git ASoC: soc-pcm: tidyup soc_pcm_pointer()'s delay update method Merge series from Kuninori Morimoto : Current soc_pcm_pointer() is checking runtime->delay, but it might be updated silently by component's .point callback. It is strange and difficult to find/know the issue. This patch adds .delay callback for component, and solve the issue. --- 7be10cef0fbe91f83c55faea7e8b70c0529dde5f