OSDN Git Service

ASoC: Intel: avs: Generic soc component driver
authorCezary Rojewski <cezary.rojewski@intel.com>
Mon, 16 May 2022 10:11:03 +0000 (12:11 +0200)
committerMark Brown <broonie@kernel.org>
Tue, 17 May 2022 10:57:53 +0000 (11:57 +0100)
commitf1b3b320bd6519b16e3480f74f2926d106e3bcba
treefc5706f011b38b576ff08382fc6547b2596ac203
parent81a299105d69344233e6aed8565522da9beec99e
ASoC: Intel: avs: Generic soc component driver

Prepare for concrete PCM operations over HDA, DMIC and I2S interfaces by
providing generic soc component implementation. Interface-specific
components re-use this code as majority of flow is shared.

Signed-off-by: Amadeusz Sławiński <amadeuszx.slawinski@linux.intel.com>
Signed-off-by: Cezary Rojewski <cezary.rojewski@intel.com>
Link: https://lore.kernel.org/r/20220516101116.190192-3-cezary.rojewski@intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
include/sound/soc-acpi.h
sound/soc/intel/avs/Makefile
sound/soc/intel/avs/pcm.c [new file with mode: 0644]