Audio: mux: move mux header file to mux module folder

Move mux header file to mux module folder.

Signed-off-by: Baofeng Tian <baofeng.tian@intel.com>
This commit is contained in:
Baofeng Tian 2023-12-08 14:59:37 +08:00 committed by Kai Vehmanen
parent bfb67801a9
commit 11a806bffe
3 changed files with 4 additions and 2 deletions

View File

@ -10,7 +10,6 @@
#include <sof/audio/module_adapter/module/generic.h>
#include <sof/audio/component.h>
#include <sof/audio/data_blob.h>
#include <sof/audio/mux.h>
#include <sof/audio/ipc-config.h>
#include <sof/common.h>
#include <sof/ipc/msg.h>
@ -32,6 +31,8 @@
#include <stddef.h>
#include <stdint.h>
#include "mux.h"
#define MUX_BLOB_STREAMS_SIZE (MUX_MAX_STREAMS * sizeof(struct mux_stream_data))
#define MUX_BLOB_MAX_SIZE (sizeof(struct sof_mux_config) + MUX_BLOB_STREAMS_SIZE)

View File

@ -10,13 +10,14 @@
#include <sof/audio/buffer.h>
#include <sof/audio/component.h>
#include <sof/audio/format.h>
#include <sof/audio/mux.h>
#include <rtos/bit.h>
#include <sof/common.h>
#include <ipc/stream.h>
#include <stddef.h>
#include <stdint.h>
#include "mux.h"
LOG_MODULE_DECLARE(muxdemux, CONFIG_SOF_LOG_LEVEL);
static void mux_check_for_wrap(struct audio_stream *sink,