diff options
author | Guenter Roeck <groeck@chromium.org> | 2018-05-24 12:49:23 -0700 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-06-01 18:09:17 +0100 |
commit | 0c24fdc00244cc08309e397e3783f2943221dc53 (patch) | |
tree | 069a45d90b2bf396c5bca9b19d71cdaa33813027 /sound/soc/intel/skylake/skl-topology.c | |
parent | 348f48220b97130817de4aa2058569133c5cc051 (diff) | |
download | linux-0c24fdc00244cc08309e397e3783f2943221dc53.tar.bz2 |
ASoC: topology: Move skl-tplg-interface.h to uapi
skl-tplg-interface.h describes firmware format details for Skylake
topology files. It is part of the ABI and should reside in the uapi
directory.
While moving the file, also replace the license boilerplate with
the SPDX License Identifier.
No functional change.
Signed-off-by: Guenter Roeck <groeck@chromium.org>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/intel/skylake/skl-topology.c')
-rw-r--r-- | sound/soc/intel/skylake/skl-topology.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl-topology.c b/sound/soc/intel/skylake/skl-topology.c index 9e4c2cb88dea..2c5129782959 100644 --- a/sound/soc/intel/skylake/skl-topology.c +++ b/sound/soc/intel/skylake/skl-topology.c @@ -23,11 +23,11 @@ #include <sound/soc.h> #include <sound/soc-topology.h> #include <uapi/sound/snd_sst_tokens.h> +#include <uapi/sound/skl-tplg-interface.h> #include "skl-sst-dsp.h" #include "skl-sst-ipc.h" #include "skl-topology.h" #include "skl.h" -#include "skl-tplg-interface.h" #include "../common/sst-dsp.h" #include "../common/sst-dsp-priv.h" |