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>
此提交包含在:
@@ -21,6 +21,7 @@
|
||||
#include <linux/pci.h>
|
||||
#include <sound/core.h>
|
||||
#include <sound/pcm.h>
|
||||
#include <uapi/sound/skl-tplg-interface.h>
|
||||
#include "skl-sst-dsp.h"
|
||||
#include "cnl-sst-dsp.h"
|
||||
#include "skl-sst-ipc.h"
|
||||
@@ -28,7 +29,6 @@
|
||||
#include "../common/sst-dsp.h"
|
||||
#include "../common/sst-dsp-priv.h"
|
||||
#include "skl-topology.h"
|
||||
#include "skl-tplg-interface.h"
|
||||
|
||||
static int skl_alloc_dma_buf(struct device *dev,
|
||||
struct snd_dma_buffer *dmab, size_t size)
|
||||
|
新增問題並參考
封鎖使用者