aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/intel/avs/topology.c
diff options
context:
space:
mode:
authorCezary Rojewski <cezary.rojewski@intel.com>2022-05-16 12:11:04 +0200
committerMark Brown <broonie@kernel.org>2022-05-17 11:57:54 +0100
commit9114700b496c6ce16ad6fc0073f0502cd0f46991 (patch)
treeeddd7c481277ff5b1f20990d9a6752f98db5686b /sound/soc/intel/avs/topology.c
parentASoC: Intel: avs: Generic soc component driver (diff)
downloadlinux-dev-9114700b496c6ce16ad6fc0073f0502cd0f46991.tar.xz
linux-dev-9114700b496c6ce16ad6fc0073f0502cd0f46991.zip
ASoC: Intel: avs: Generic PCM FE operations
Each stream in AVS is represented by FE and BE domain. FE path stands for HOST part of the stream while BE stands for LINK (hardware) one. While BE portion is interface specific, FE is not. Handle all standard DAI operations to implement FE part of the stream. 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-4-cezary.rojewski@intel.com Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/avs/topology.c')
-rw-r--r--sound/soc/intel/avs/topology.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/intel/avs/topology.c b/sound/soc/intel/avs/topology.c
index d3fd5e145ee1..4ea799658ed9 100644
--- a/sound/soc/intel/avs/topology.c
+++ b/sound/soc/intel/avs/topology.c
@@ -15,8 +15,6 @@
#include "avs.h"
#include "topology.h"
-const struct snd_soc_dai_ops avs_dai_fe_ops;
-
/* Get pointer to vendor array at the specified offset. */
#define avs_tplg_vendor_array_at(array, offset) \
((struct snd_soc_tplg_vendor_array *)((u8 *)array + offset))