Commit 975bcdd
committed
ASoC: SOF: Intel: hda-sdw-bpt: use hda_dsp_dma_channel_pair_get/put
helpers
We use the host and link DMA SoundWire BTP. But hda_cl_prepare() doesn't
reserve the link DMA as code loader doesn't need. It works fine because
we assume the SwoundWire BPT will not run with audio streams
simultaneously. Change the helpers to hda_dsp_dma_channel_pair_get/put
to allow running BTP and audio stream simultaneously.
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>1 parent 61390d0 commit 975bcdd
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
162 | 162 | | |
163 | 163 | | |
164 | 164 | | |
165 | | - | |
| 165 | + | |
166 | 166 | | |
167 | 167 | | |
168 | 168 | | |
| |||
0 commit comments