mirror of https://github.com/thesofproject/sof.git
Audio: dcblock: move dcblock header file to module folder
Move dcblock header file to module folder. Signed-off-by: Baofeng Tian <baofeng.tian@intel.com>
This commit is contained in:
parent
f93f7d423f
commit
777ee7beab
|
@ -10,7 +10,6 @@
|
|||
#include <sof/audio/data_blob.h>
|
||||
#include <sof/audio/format.h>
|
||||
#include <sof/audio/pipeline.h>
|
||||
#include <sof/audio/dcblock/dcblock.h>
|
||||
#include <sof/audio/ipc-config.h>
|
||||
#include <sof/common.h>
|
||||
#include <rtos/panic.h>
|
||||
|
@ -32,6 +31,8 @@
|
|||
#include <stddef.h>
|
||||
#include <stdint.h>
|
||||
|
||||
#include "dcblock.h"
|
||||
|
||||
LOG_MODULE_REGISTER(dcblock, CONFIG_SOF_LOG_LEVEL);
|
||||
|
||||
/* b809efaf-5681-42b1-9ed6-04bb012dd384 */
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
#include <stdint.h>
|
||||
#include <sof/audio/component.h>
|
||||
#include <sof/audio/format.h>
|
||||
#include <sof/audio/dcblock/dcblock.h>
|
||||
|
||||
#include "dcblock.h"
|
||||
|
||||
#ifdef DCBLOCK_GENERIC
|
||||
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
#include <stdint.h>
|
||||
#include <sof/audio/component.h>
|
||||
#include <sof/audio/format.h>
|
||||
#include <sof/audio/dcblock/dcblock.h>
|
||||
|
||||
#include "dcblock.h"
|
||||
|
||||
#ifdef DCBLOCK_HIFI3
|
||||
|
||||
|
|
|
@ -7,7 +7,8 @@
|
|||
#include <stdint.h>
|
||||
#include <sof/audio/component.h>
|
||||
#include <sof/audio/format.h>
|
||||
#include <sof/audio/dcblock/dcblock.h>
|
||||
|
||||
#include "dcblock.h"
|
||||
|
||||
#ifdef DCBLOCK_HIFI4
|
||||
|
||||
|
|
Loading…
Reference in New Issue