audio: volume: move volume header to volume folder

move them from include path to volume folder.

Signed-off-by: Baofeng Tian <baofeng.tian@intel.com>
This commit is contained in:
Baofeng Tian 2023-08-31 11:18:43 +08:00 committed by Liam Girdwood
parent f78d759f89
commit 651791045a
12 changed files with 12 additions and 12 deletions

View File

@ -47,8 +47,8 @@
LOG_MODULE_REGISTER(volume, CONFIG_SOF_LOG_LEVEL);
#include <sof/audio/volume_uuid.h>
#include <sof/audio/volume.h>
#include "volume_uuid.h"
#include "volume.h"
#if CONFIG_FORMAT_S16LE
/**

View File

@ -6,7 +6,7 @@
*/
/**
* \file audio/volume.h
* \file volume/volume.h
* \brief Volume component header file
* \authors Liam Girdwood <liam.r.girdwood@linux.intel.com>\n
* Keyon Jie <yang.jie@linux.intel.com>\n

View File

@ -25,7 +25,7 @@
LOG_MODULE_DECLARE(volume_generic, CONFIG_SOF_LOG_LEVEL);
#include <sof/audio/volume.h>
#include "volume.h"
#ifdef VOLUME_GENERIC

View File

@ -21,7 +21,7 @@
LOG_MODULE_DECLARE(volume_generic, CONFIG_SOF_LOG_LEVEL);
#include <sof/audio/volume.h>
#include "volume.h"
#ifdef VOLUME_GENERIC

View File

@ -19,7 +19,7 @@
LOG_MODULE_DECLARE(volume_hifi3, CONFIG_SOF_LOG_LEVEL);
#include <sof/audio/volume.h>
#include "volume.h"
#ifdef VOLUME_HIFI3

View File

@ -19,7 +19,7 @@
LOG_MODULE_DECLARE(volume_hifi3, CONFIG_SOF_LOG_LEVEL);
#include <sof/audio/volume.h>
#include "volume.h"
#ifdef VOLUME_HIFI3

View File

@ -19,7 +19,7 @@
LOG_MODULE_DECLARE(volume_hifi4, CONFIG_SOF_LOG_LEVEL);
#include <sof/audio/volume.h>
#include "volume.h"
#ifdef VOLUME_HIFI4

View File

@ -19,7 +19,7 @@
LOG_MODULE_DECLARE(volume_hifi4, CONFIG_SOF_LOG_LEVEL);
#include <sof/audio/volume.h>
#include "volume.h"
#ifdef VOLUME_HIFI4

View File

@ -32,7 +32,7 @@
LOG_MODULE_DECLARE(volume, CONFIG_SOF_LOG_LEVEL);
#include <sof/audio/volume.h>
#include "volume.h"
void set_volume_process(struct vol_data *cd, struct comp_dev *dev, bool source_or_sink)
{

View File

@ -32,7 +32,7 @@
LOG_MODULE_DECLARE(volume, CONFIG_SOF_LOG_LEVEL);
#include <sof/audio/volume.h>
#include "volume.h"
void set_volume_process(struct vol_data *cd, struct comp_dev *dev, bool source_or_sink)
{

View File

@ -13,7 +13,7 @@
#include <cmocka.h>
#include <sof/audio/component.h>
#include <sof/audio/module_adapter/module/generic.h>
#include <sof/audio/volume.h>
#include <volume/volume.h>
#include "../module_adapter.h"
/* Add macro for a volume test level. The levels to test with this code