Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1238419
| From | Mark Brown <broonie@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [RESEND PATCH v2 1/1] ASoC: dwc: fix dma stop transferring issue |
| Date | 2015-10-02 19:10 +0200 |
| Message-ID | <qfc0h-1bK-3@gated-at.bofh.it> (permalink) |
| References | <qe4oa-ZN-15@gated-at.bofh.it> <qeuiC-4z9-13@gated-at.bofh.it> <qeBN8-6ZF-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
[Multipart message — attachments visible in raw view] - view raw
On Thu, Oct 01, 2015 at 10:24:42AM +0800, yitian wrote: > I think maybe two reasons: > 1. designware I2S IP in my chipset(new design) is using tx empty and rx > available signal as the DMA handshaking signal, but it may be not true > for all chipsets. If I2S has separate signal as DMA handshaking signal, mask > irq should not impact DMA transfer. But Synopsys's engineer recommend us to > use > tx and rx irq signal as the DMA handshaking signal, meanwhile we cannot find > separate DMA handshaking signal from designware's IP spec, that's why tx/rx > irq > will impact DMA transfer. If that's what the Synopsis engineers recommend I'd guess that other integrations are doing the same thing. > 2. I am using a FPGA for test, the cpu frequency of it is only 26MHz, that > means > XRUN is very easy to happen on my board. But I guess most of the developers > are using real chipset which can have at least 600MHz frequency so XRUN is > not easy to be reproduced. As my test, No XUN, no this bug... Ah, that might be it - it might just be that other systems are working due to race conditions.
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[RESEND PATCH v2 1/1] ASoC: dwc: fix dma stop transferring issue "yitian" <yitian.bu@tangramtek.com> - 2015-09-29 16:50 +0200
Re: [RESEND PATCH v2 1/1] ASoC: dwc: fix dma stop transferring issue Mark Brown <broonie@kernel.org> - 2015-09-30 20:30 +0200
RE: [RESEND PATCH v2 1/1] ASoC: dwc: fix dma stop transferring issue "yitian" <yitian.bu@tangramtek.com> - 2015-10-01 04:30 +0200
RE: [alsa-devel] [RESEND PATCH v2 1/1] ASoC: dwc: fix dma stop transferring issue "yitian" <yitian.bu@tangramtek.com> - 2015-10-02 03:10 +0200
Re: [RESEND PATCH v2 1/1] ASoC: dwc: fix dma stop transferring issue Mark Brown <broonie@kernel.org> - 2015-10-02 19:10 +0200
Re: [RESEND PATCH v2 1/1] ASoC: dwc: fix dma stop transferring issue Mark Brown <broonie@kernel.org> - 2015-10-02 19:10 +0200
RE: [alsa-devel] [RESEND PATCH v2 1/1] ASoC: dwc: fix dma stop transferring issue "yitian" <yitian.bu@tangramtek.com> - 2015-10-03 02:50 +0200
csiph-web