ASoC: SOF: fix include dependencies in channel_map.h

The external headers included in sound/sof/channel_map.h
break CONFIG_KERNEL_HEADER_TEST.

Signed-off-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
This commit is contained in:
Kai Vehmanen 2019-11-28 13:02:27 +02:00 committed by Pierre Bossart
parent 7d913c868f
commit bf2b84fcb0

View File

@ -9,8 +9,8 @@
#ifndef __IPC_CHANNEL_MAP_H__
#define __IPC_CHANNEL_MAP_H__
#include <ipc/header.h>
#include <stdint.h>
#include <uapi/sound/sof/header.h>
#include <sound/sof/header.h>
/**
* \brief Channel map, specifies transformation of one-to-many or many-to-one.