FCONT=1 means On FIFO error, the SAI will continue from the
same word that caused the FIFO error to set after the FIFO
warning flag has been cleared.
Set FCONT bit in control register to avoid the channel swap
issue after SAI xrun.
Signed-off-by: Shengjiu Wang
---
sound/soc/fsl/fsl_sai.c | 5 ++
On 17/09/24 1:20 pm, Alexei Starovoitov wrote:
On Sun, Sep 15, 2024 at 10:58 PM Hari Bathini wrote:
+
+ /*
+* Generated stack layout:
+*
+* func prev back chain [ back chain]
+* [ ]
+
> On 26 September 2024 at 6:38pm, Christian Zigotzky
> wrote:
>
> On 26 September 2024 at 5:50pm, Alex Deucher wrote:
>
> Can you attach your dmesg output? There was a regression in the dma
> subsystem what was fixed by this commit:
>
> commit b348b6d17fd1d5d89b86db602f02be
> a54a754bd8
> A
Fixed some confusing typos that were currently identified with codespell,
the details are as follows:
-in the code comments:
drivers/ps3/ps3-lpm.c:94: rigths ==> rights
drivers/ps3/ps3-sys-manager.c:365: acnowledge ==> acknowledge
drivers/ps3/ps3-vuart.c:470: remaning ==> remaining
drivers/ps3/ps3
From: zhang jiao
If there were no anamolies noted, then we can
simply remove the log file and return.
Signed-off-by: zhang jiao
---
v1->v2:
Remove the path after initialization.
tools/testing/selftests/powerpc/mm/tlbie_test.c | 10 +-
1 file changed, 5 insertions(+), 5 deletio
Hello,
I tested the latest Git kernel with my VAPOR-X Radeon HD5870 1GB GDDR5 PCI-E
DUAL DVI-I/HDMI/DP on my PASEMI Nemo board today.
Unfortunately it has the same issue like my FSL P5040 board.
I think it depends on which graphics card is used.
It could be, that FSL P5020 boards are also affec
LEROY Christophe writes:
> Le 28/09/2024 à 18:08, Florian Weimer a écrit :
>> I'm working on adding a header to glibc, so that
>> programmers can easily determine the range of possible page sizes for a
>> particular target, for things like pointer tagging and mapped file
>> alignment requirement