ASoC: component: Add sync_stop PCM ops
authorTakashi Iwai <tiwai@suse.de>
Thu, 21 Nov 2019 19:07:09 +0000 (20:07 +0100)
committerTakashi Iwai <tiwai@suse.de>
Fri, 22 Nov 2019 13:38:01 +0000 (14:38 +0100)
commit1e5ddb6ba73894e6186e6379dde870979852af6d
treed249a309352e1952669115ae954e274c83d6805c
parent3b1c952c951d5ae91821386d692bc291e87a17b1
ASoC: component: Add sync_stop PCM ops

Add the support of the new PCM sync_stop ops in ASoC component.
It's optional and can be NULL unless you need the sync operation.

Acked-by: Mark Brown <broonie@kernel.org>
Link: https://lore.kernel.org/r/20191121190709.29121-3-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
include/sound/soc-component.h
sound/soc/soc-component.c
sound/soc/soc-pcm.c