mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 20:14:06 +02:00
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:
parent
7d913c868f
commit
bf2b84fcb0
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user