projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
130e69a
)
ASoC: Intel: add dmabuffer to common sst_dsp
author
Jeeja KP
<jeeja.kp@intel.com>
Fri, 11 Mar 2016 04:42:52 +0000
(10:12 +0530)
committer
Mark Brown
<broonie@kernel.org>
Sat, 12 Mar 2016 06:02:54 +0000
(13:02 +0700)
Broxton uses HDA DMA so needs to keep dmab in the driver context
so add it
Signed-off-by: GuruprasadX Pawse <guruprasadx.pawse@intel.com>
Signed-off-by: Jeeja KP <jeeja.kp@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/common/sst-dsp-priv.h
patch
|
blob
|
blame
|
history
diff --git
a/sound/soc/intel/common/sst-dsp-priv.h
b/sound/soc/intel/common/sst-dsp-priv.h
index 81aa1ed6420116dce01d6a5f12fbf36fa5bb961b..97dc1ae05e69d60858f78ab1c6702dee629aaadf 100644
(file)
--- a/
sound/soc/intel/common/sst-dsp-priv.h
+++ b/
sound/soc/intel/common/sst-dsp-priv.h
@@
-317,6
+317,7
@@
struct sst_dsp {
struct skl_cl_dev cl_dev;
u32 intr_status;
const struct firmware *fw;
+ struct snd_dma_buffer dmab;
};
/* Size optimised DRAM/IRAM memcpy */