Unable to record using focusrite audio interface 24/7. Please help

Hello,

I am using focusrite audio interface to record the audio data with the same recording program to record the sound 24/7 in both odroidN2+ and odroidXU4. OdroidXU4 use arm71 architecture and odoridN2+ use aarch64 architecture. Therefore, before running the same program, I compiled main.c in those different device.

When I run the compiled C program in odroidXU4, there is no issue and it can run 24/7. But when I compiled the same program in odroidN2+ and run that compiled file in odroidN2+, the program can record only for 1 hours with no issue and the program seems hang but does not show any error.

When I check the sudo dmesg -l emerg, alert, crit,err , it shows the following message [quote]
[ 1.988107] panfrost ffe40000.gpu: dev_pm_opp_set_regulators: no regulator (mali) found: -19
[ 2701.661817] fe.dai-link-0: ASoC: no backend DAIs enabled for fe.dai-link-0
[ 2701.661892] fe.dai-link-0: ASoC: dpcm_fe_dai_prepare() failed (-22)
[ 3883.610982] fe.dai-link-0: ASoC: no backend DAIs enabled for fe.dai-link-0
[ 3883.611041] fe.dai-link-0: ASoC: dpcm_fe_dai_prepare() failed (-22)
[ 4007.504566] fe.dai-link-0: ASoC: no backend DAIs enabled for fe.dai-link-0
[ 4007.504628] fe.dai-link-0: ASoC: dpcm_fe_dai_prepare() failed (-22)
[ 4029.492083] fe.dai-link-0: ASoC: no backend DAIs enabled for fe.dai-link-0
[ 4029.492145] fe.dai-link-0: ASoC: dpcm_fe_dai_prepare() failed (-22)
[17876.360485] fe.dai-link-0: ASoC: no backend DAIs enabled for fe.dai-link-0
[17876.360544] fe.dai-link-0: ASoC: dpcm_fe_dai_prepare() failed (-22)
[17878.092086] fe.dai-link-0: ASoC: no backend DAIs enabled for fe.dai-link-0
[17878.092162] fe.dai-link-0: ASoC: dpcm_fe_dai_prepare() failed (-22)
[17879.024128] fe.dai-link-0: ASoC: no backend DAIs enabled for fe.dai-link-0
[17879.024187] fe.dai-link-0: ASoC: dpcm_fe_dai_prepare() failed (-22)
[17879.818072] fe.dai-link-0: ASoC: no backend DAIs enabled for fe.dai-link-0
[17879.818149] fe.dai-link-0: ASoC: dpcm_fe_dai_prepare() failed (-22)
[17917.160369] fe.dai-link-0: ASoC: no backend DAIs enabled for fe.dai-link-0
[17917.160441] fe.dai-link-0: ASoC: dpcm_fe_dai_prepare() failed (-22)
[/quote]

May I know is it related to ALSA is not working correctly?

Thank you.
Yours sincerely,
Jasmine