diff options
author | Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com> | 2019-12-17 21:22:30 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2019-12-18 21:02:02 +0100 |
commit | 0f501c7cde4086d15c396a95c59631b05dbc0351 (patch) | |
tree | e1fe33284b0b2668bb25ad27ccf8825b6785bef0 /include/sound | |
parent | ASoC: SOF: Intel: hda: add namespace for hda-codec functionality (diff) | |
download | linux-0f501c7cde4086d15c396a95c59631b05dbc0351.tar.xz linux-0f501c7cde4086d15c396a95c59631b05dbc0351.zip |
ASoC: SOF: move arch_ops under ops
The current structures are not well designed. We include Xtensa
information from the ACPI and PCI levels, but at the Kconfig/module
level everything Xtensa related is included at the sof/intel level.
Move the arch_ops under ops so that Xtensa is hidden in the DSP ops,
with a structure that follows the Kconfig/module partition.
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Link: https://lore.kernel.org/r/20191217202231.18259-8-pierre-louis.bossart@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/sof.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sound/sof.h b/include/sound/sof.h index 6ea74f1a9ec2..a0cbca021230 100644 --- a/include/sound/sof.h +++ b/include/sound/sof.h @@ -93,7 +93,6 @@ struct sof_dev_desc { const char *default_fw_filename; const struct snd_sof_dsp_ops *ops; - const struct sof_arch_ops *arch_ops; }; int sof_nocodec_setup(struct device *dev, |