Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 401b3c61 authored by Asish Bhattacharya's avatar Asish Bhattacharya Committed by Laxminath Kasam
Browse files

ASoC: msm: reorg q6core header file



This is needed to allow include from
non soc folder.

CRs-Fixed: 689849
Change-Id: I753012d5ce9c5a788e75b4edf9b0099b58b30ec0
Signed-off-by: default avatarAsish Bhattacharya <asishb@codeaurora.org>
parent b31147a7
Loading
Loading
Loading
Loading
+0 −0

File moved.

+1 −0
Original line number Diff line number Diff line
@@ -17,5 +17,6 @@ struct dev_avtimer_data {
};
int avcs_core_open(void);
int avcs_core_disable_power_collapse(int disable);/* true or flase */
uint64_t avcs_core_query_timer(void);

#endif
+1 −1
Original line number Diff line number Diff line
@@ -34,11 +34,11 @@
#include <sound/soc.h>
#include <sound/soc-dapm.h>
#include <sound/tlv.h>
#include <sound/q6core.h>
#include <linux/qdsp6v2/apr.h>
#include "msm8x10-wcd.h"
#include "wcd9xxx-resmgr.h"
#include "msm8x10_wcd_registers.h"
#include "../msm/qdsp6v2/q6core.h"
#include "wcd9xxx-common.h"

#define MSM8X10_WCD_RATES (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000 |\
+1 −1
Original line number Diff line number Diff line
@@ -39,12 +39,12 @@
#include <sound/soc.h>
#include <sound/soc-dapm.h>
#include <sound/tlv.h>
#include <sound/q6core.h>
#include <soc/qcom/subsystem_notif.h>
#include "msm8x16-wcd.h"
#include "wcd-mbhc-v2.h"
#include "msm8916-wcd-irq.h"
#include "msm8x16_wcd_registers.h"
#include "../msm/qdsp6v2/q6core.h"

#define MSM8X16_WCD_RATES (SNDRV_PCM_RATE_8000 | SNDRV_PCM_RATE_16000 |\
			SNDRV_PCM_RATE_32000 | SNDRV_PCM_RATE_48000)
+1 −1
Original line number Diff line number Diff line
@@ -28,10 +28,10 @@
#include <sound/pcm.h>
#include <sound/jack.h>
#include <sound/q6afe-v2.h>
#include <sound/q6core.h>
#include <sound/pcm_params.h>

#include "qdsp6v2/msm-pcm-routing-v2.h"
#include "qdsp6v2/q6core.h"
#include "../codecs/wcd9xxx-common.h"
#include "../codecs/wcd9320.h"

Loading