]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit32afef1af89e8dece2fc7307f9b3c5ecbc054b69
treed249a309352e1952669115ae954e274c83d6805c
parent54e2ddad319c35c1793a367719bdf72af45fe8fc
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