Uh oh!
There was an error while loading. Please reload this page.
link dma: allocate link dma channel at dai_config - #634
Conversation
0b8d466 to
bdbdf2aCompareRanderWang
commented
Nov 27, 2018
Please refer to this commit: b30658d#diff-9f8de02ec82000817dd1a9bbccac158c |
c8d1384 to
9bebdbfCompareFix capture issue with hda codecs. Now the data captured by hda codecs is full of zero. It is caused by mismatch of link dma channel between host and FW. Now host allocates link dma channel at dai config loading stage, and sends it to FW to allocate link dma channel at dai_config function Signed-off-by: Rander Wang <rander.wang@linux.intel.com>
mengdonglin
commented
Nov 28, 2018
@lgirdwood@plbossart Missing of kernel patch: thesofproject/linux#291 has caused regression topology loading failure on APL and GLL: thesofproject/linux#322 |
mengdonglin
commented
Nov 29, 2018
@lgirdwood Could you help to revert this PR? We need to make FW master branch work with sof-dev kernel. Next GLK release will be branch out from master next Monday and we need time for more testing on sof-dev kernel and FW master. |
RanderWang
commented
Nov 30, 2018
@lgirdwood@mengdonglin 291 is merged, no need to revert 322 |
mengdonglin
commented
Nov 30, 2018
@RanderWang@lgirdwood Thank you! The merged kernel kernel PR (thesofproject/linux#291) solved the regression. |
Fix capture issue with hda codecs. Now the data captured by
hda codecs is full of zero. It is caused by mismatch of link
dma channel between host and FW.
Now host allocates link dma channel at dai config loading stage,
and sends it to FW to allocate link dma channel at dai_config
function
it for bug:#433 (comment)
kernel patch: thesofproject/linux#291
Signed-off-by: Rander Wang rander.wang@linux.intel.com