asoc: update relative header files
Move all relative header files to include folder. Change-Id: Ic61a61a88823b4749dbe8c1f680d08201a3b4a48 Signed-off-by: Meng Wang <mengw@codeaurora.org>
This commit is contained in:
@@ -12,8 +12,8 @@
|
||||
#include <asoc/wcd934x_registers.h>
|
||||
#include "wcd934x.h"
|
||||
#include "wcd934x-dsp-cntl.h"
|
||||
#include "../wcd9xxx-irq.h"
|
||||
#include "../core.h"
|
||||
#include <asoc/wcd9xxx-irq.h>
|
||||
#include <asoc/core.h>
|
||||
|
||||
#define WCD_CNTL_DIR_NAME_LEN_MAX 32
|
||||
#define WCD_CPE_FLL_MAX_RETRIES 5
|
||||
|
@@ -21,11 +21,11 @@
|
||||
#include "wcd934x-mbhc.h"
|
||||
#include <asoc/wcd934x_registers.h>
|
||||
#include "wcd934x_irq.h"
|
||||
#include "../core.h"
|
||||
#include "../pdata.h"
|
||||
#include "../wcd9xxx-irq.h"
|
||||
#include "../wcdcal-hwdep.h"
|
||||
#include "../wcd-mbhc-v2-api.h"
|
||||
#include <asoc/core.h>
|
||||
#include <asoc/pdata.h>
|
||||
#include <asoc/wcd9xxx-irq.h>
|
||||
#include <asoc/wcdcal-hwdep.h>
|
||||
#include <asoc/wcd-mbhc-v2-api.h>
|
||||
|
||||
#define TAVIL_ZDET_SUPPORTED true
|
||||
/* Z value defined in milliohm */
|
||||
|
@@ -4,7 +4,7 @@
|
||||
*/
|
||||
#ifndef __WCD934X_MBHC_H__
|
||||
#define __WCD934X_MBHC_H__
|
||||
#include "../wcd-mbhc-v2.h"
|
||||
#include <asoc/wcd-mbhc-v2.h>
|
||||
|
||||
enum wcd934x_on_demand_supply_name {
|
||||
WCD934X_ON_DEMAND_MICBIAS = 0,
|
||||
|
@@ -6,8 +6,8 @@
|
||||
#include <linux/regmap.h>
|
||||
#include <linux/device.h>
|
||||
#include <asoc/wcd934x_registers.h>
|
||||
#include "../core.h"
|
||||
#include "../wcd9xxx-regmap.h"
|
||||
#include <asoc/core.h>
|
||||
#include <asoc/wcd9xxx-regmap.h>
|
||||
|
||||
|
||||
static const struct reg_sequence wcd934x_1_1_defaults[] = {
|
||||
|
@@ -35,12 +35,12 @@
|
||||
#include "wcd934x-routing.h"
|
||||
#include "wcd934x-dsp-cntl.h"
|
||||
#include "wcd934x_irq.h"
|
||||
#include "../core.h"
|
||||
#include "../pdata.h"
|
||||
#include "../wcd9xxx-irq.h"
|
||||
#include "../wcd9xxx-common-v2.h"
|
||||
#include "../wcd9xxx-resmgr-v2.h"
|
||||
#include "../wcdcal-hwdep.h"
|
||||
#include <asoc/core.h>
|
||||
#include <asoc/pdata.h>
|
||||
#include <asoc/wcd9xxx-irq.h>
|
||||
#include <asoc/wcd9xxx-common-v2.h>
|
||||
#include <asoc/wcd9xxx-resmgr-v2.h>
|
||||
#include <asoc/wcdcal-hwdep.h>
|
||||
#include "wcd934x-dsd.h"
|
||||
|
||||
#define DRV_NAME "tavil_codec"
|
||||
|
@@ -7,9 +7,9 @@
|
||||
|
||||
#include <dsp/apr_audio-v2.h>
|
||||
#include "wcd934x-dsp-cntl.h"
|
||||
#include "../wcd9xxx-slimslave.h"
|
||||
#include "../wcd9xxx-common-v2.h"
|
||||
#include "../wcd-mbhc-v2.h"
|
||||
#include <asoc/wcd9xxx-slimslave.h>
|
||||
#include <asoc/wcd9xxx-common-v2.h>
|
||||
#include <asoc/wcd-mbhc-v2.h>
|
||||
|
||||
#define WCD934X_REGISTER_START_OFFSET 0x800
|
||||
#define WCD934X_SB_PGD_PORT_RX_BASE 0x40
|
||||
|
Reference in New Issue
Block a user