summaryrefslogtreecommitdiffstats
path: root/sound/soc/qcom/lpass.h
diff options
context:
space:
mode:
authorSrinivas Kandagatla2015-05-22 17:53:52 +0200
committerMark Brown2015-05-25 16:04:32 +0200
commitdc1ebd1811e984301f98f3f9edd192327d2e35e1 (patch)
tree5d1c65053fc13c5f6472d6262393736818c7c30b /sound/soc/qcom/lpass.h
parentASoC: qcom: Document apq8016 bindings. (diff)
downloadkernel-qcow2-linux-dc1ebd1811e984301f98f3f9edd192327d2e35e1.tar.gz
kernel-qcow2-linux-dc1ebd1811e984301f98f3f9edd192327d2e35e1.tar.xz
kernel-qcow2-linux-dc1ebd1811e984301f98f3f9edd192327d2e35e1.zip
ASoC: qcom: Add apq8016 lpass driver support
This patch adds apq8016 lpass driver support. APQ8016 has 4 MI2S which can be routed to one internal codec and 2 external codec interfaces. Primary, Secondary, Quaternary I2S can do Rx(playback) and Tertiary and Quaternary can do Tx(capture). Tested-by: Kenneth Westfield <kwestfie@codeaurora.org> Acked-by: Kenneth Westfield <kwestfie@codeaurora.org> Signed-off-by: Srinivas Kandagatla <srinivas.kandagatla@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/qcom/lpass.h')
-rw-r--r--sound/soc/qcom/lpass.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/qcom/lpass.h b/sound/soc/qcom/lpass.h
index deecae9f64f9..d6e86c119e74 100644
--- a/sound/soc/qcom/lpass.h
+++ b/sound/soc/qcom/lpass.h
@@ -54,6 +54,10 @@ struct lpass_data {
/* used it for handling interrupt per dma channel */
struct snd_pcm_substream *substream[LPASS_MAX_DMA_CHANNELS];
+
+ /* 8016 specific */
+ struct clk *pcnoc_mport_clk;
+ struct clk *pcnoc_sway_clk;
};
/* Vairant data per each SOC */