diff options
author | Guenter Roeck <groeck@chromium.org> | 2018-05-24 21:49:23 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-06-01 19:09:17 +0200 |
commit | 0c24fdc00244cc08309e397e3783f2943221dc53 (patch) | |
tree | 069a45d90b2bf396c5bca9b19d71cdaa33813027 /sound/soc/intel/skylake/skl-topology.h | |
parent | ASoC: topology: Move v4 manifest header data structures to uapi (diff) | |
download | linux-0c24fdc00244cc08309e397e3783f2943221dc53.tar.xz linux-0c24fdc00244cc08309e397e3783f2943221dc53.zip |
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.h')
-rw-r--r-- | sound/soc/intel/skylake/skl-topology.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/intel/skylake/skl-topology.h b/sound/soc/intel/skylake/skl-topology.h index b1e0667c0ae0..6d7e0569695f 100644 --- a/sound/soc/intel/skylake/skl-topology.h +++ b/sound/soc/intel/skylake/skl-topology.h @@ -25,8 +25,8 @@ #include <sound/hdaudio_ext.h> #include <sound/soc.h> +#include <uapi/sound/skl-tplg-interface.h> #include "skl.h" -#include "skl-tplg-interface.h" #define BITS_PER_BYTE 8 #define MAX_TS_GROUPS 8 |