I am running Speech Recognition, using one of those cheap, white USB sound cards with a mic, and have Pocketsphinx as the recognizer. When I run the code, it spits out literally hundreds of ALSA and Jack Server errors - but yet it runs. The microphone calibrates, and it recognizes speech... but outputs that enormous volume of errors between every recognition event.
I found a post on stack overflow form several years ago that talked about this. If needed, for reference, that post is at https://stackoverflow.com/questions/708 ... -each-time
There are several "fixes" for that issue in the referenced post, the simplest being to simply append 2>/dev/null to the end of my command line when I run SR up, but they also state that "...some of those messages are telling something is wrong in your configuration, though they do not cause any real problem."
Being somewhat obsessive about having things run cleanly and not just hiding some config or other underlying issue - how might I go about finding out what is actually wrong with my configuration, so I may fix it for real? I don't just want to comment out lines in alsa.conf if something IS wrong, and, as they also point out in that post, my changes may get overwritten by future updates to alsa.
For reference, here's a sample of the error messages I get if I do NOT run it to 2>/dev/null:
Thanks for any help!
I found a post on stack overflow form several years ago that talked about this. If needed, for reference, that post is at https://stackoverflow.com/questions/708 ... -each-time
There are several "fixes" for that issue in the referenced post, the simplest being to simply append 2>/dev/null to the end of my command line when I run SR up, but they also state that "...some of those messages are telling something is wrong in your configuration, though they do not cause any real problem."
Being somewhat obsessive about having things run cleanly and not just hiding some config or other underlying issue - how might I go about finding out what is actually wrong with my configuration, so I may fix it for real? I don't just want to comment out lines in alsa.conf if something IS wrong, and, as they also point out in that post, my changes may get overwritten by future updates to alsa.
For reference, here's a sample of the error messages I get if I do NOT run it to 2>/dev/null:
Code:
ALSA lib pcm_asym.c:105:(_snd_pcm_asym_open) capture slave is not definedALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.front.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM frontALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rearALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfeALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.sideALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.surround51.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM surround21ALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.surround51.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM surround21ALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.surround40.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM surround40ALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.surround51.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM surround41ALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.surround51.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM surround50ALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.surround51.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM surround51ALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.surround71.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM surround71ALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.iec958.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM iec958ALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.iec958.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM spdifALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.iec958.0:CARD=0,AES0=4,AES1=130,AES2=0,AES3=2'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM spdifALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modemALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.modemALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phonelineALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.phonelineALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S8ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U8ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U16_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U16_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S32_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S32_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U32_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U32_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S18_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S18_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U18_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U18_3BEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S8ALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U8ALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U16_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U16_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S32_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S32_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U32_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U32_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S18_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S18_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U18_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U18_3BEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S8ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U8ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U16_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U16_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S32_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S32_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U32_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U32_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S18_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S18_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U18_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U18_3BEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S8ALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U8ALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U16_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U16_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S32_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S32_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U32_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U32_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S18_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S18_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U18_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U18_3BEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S8ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U8ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U16_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U16_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S32_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S32_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U32_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U32_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S18_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S18_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U18_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U18_3BEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S8ALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U8ALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U16_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U16_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S32_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S32_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U32_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U32_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S18_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S18_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U18_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U18_3BEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S8ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U8ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U16_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U16_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S32_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S32_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U32_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U32_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S18_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S18_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U18_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U18_3BEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S8ALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U8ALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U16_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U16_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S32_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S32_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U32_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U32_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S18_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S18_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U18_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U18_3BEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S8ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U8ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U16_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U16_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S32_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S32_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U32_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U32_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S18_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S18_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U18_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U18_3BEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S8ALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U8ALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U16_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U16_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S32_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S32_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U32_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U32_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S18_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S18_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U18_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U18_3BEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S8ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U8ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U16_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U16_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S32_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S32_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U32_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U32_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S18_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S18_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U18_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U18_3BEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S8ALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U8ALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U16_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U16_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S32_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S32_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U32_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U32_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S18_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S18_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U18_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U18_3BEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S8ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U8ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U16_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U16_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S32_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S32_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U32_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U32_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S24_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U24_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S20_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U20_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S18_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S18_3BEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U18_3LEALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: U18_3BEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S8ALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U8ALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U16_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U16_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S32_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S32_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U32_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U32_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S24_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U24_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S20_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U20_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S18_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S18_3BEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U18_3LEALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: U18_3BEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'Cannot connect to server socket err = No such file or directoryCannot connect to server request channeljack server is not running or cannot be startedJackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlockJackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlockCannot connect to server socket err = No such file or directoryCannot connect to server request channeljack server is not running or cannot be startedJackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlockJackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlockALSA lib pcm_oss.c:397:(_snd_pcm_oss_open) Cannot open device /dev/dspALSA lib pcm_oss.c:397:(_snd_pcm_oss_open) Cannot open device /dev/dspALSA lib pcm_a52.c:1001:(_snd_pcm_a52_open) a52 is only for playbackALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.iec958.0:CARD=0,AES0=6,AES1=130,AES2=0,AES3=2'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM iec958:{AES0 0x6 AES1 0x82 AES2 0x0 AES3 0x2 CARD 0}ALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:835:(snd_pcm_plug_hw_refine_schange) Unable to find an usable slave format for 'plug:hw'ALSA lib pcm_plug.c:839:(snd_pcm_plug_hw_refine_schange) Format: S16_LEALSA lib pcm_plug.c:844:(snd_pcm_plug_hw_refine_schange) Slave format: IEC958_SUBFRAME_LEALSA lib pcm_plug.c:924:(snd_pcm_plug_hw_refine_cchange) Unable to find an usable client formatALSA lib pcm_plug.c:928:(snd_pcm_plug_hw_refine_cchange) Format: S16_LEALSA lib pcm_plug.c:933:(snd_pcm_plug_hw_refine_cchange) Slave format: IEC958_SUBFRAME_LEALSA lib confmisc.c:160:(snd_config_get_card) Invalid field cardALSA lib pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card 'card'ALSA lib confmisc.c:160:(snd_config_get_card) Invalid field cardALSA lib pcm_usb_stream.c:482:(_snd_pcm_usb_stream_open) Invalid card 'card'ALSA lib pcm_direct.c:1258:(snd1_pcm_direct_initialize_slave) requested or auto-format is not availableALSA lib pcm_dmix.c:1011:(snd_pcm_dmix_open) unable to initialize slaveCannot connect to server socket err = No such file or directoryCannot connect to server request channeljack server is not running or cannot be startedJackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlockJackShmReadWritePtr::~JackShmReadWritePtr - Init not done for -1, skipping unlockALSA lib pcm_asym.c:105:(_snd_pcm_asym_open) capture slave is not definedALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.front.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM frontALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.rearALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.center_lfeALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.sideALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.surround51.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM surround21ALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.surround51.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM surround21ALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.surround40.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM surround40ALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.surround51.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM surround41ALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.surround51.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM surround50ALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.surround51.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directoryALSA lib pcm.c:2666:(snd_pcm_open_noupdate) Unknown PCM surround51ALSA lib confmisc.c:1369:(snd_func_refer) Unable to find definition 'cards.0.pcm.surround71.0:CARD=0'ALSA lib conf.c:5180:(_snd_config_evaluate) function snd_func_refer returned error: No such file or directoryALSA lib conf.c:5703:(snd_config_expand) Evaluate error: No such file or directory
Statistics: Posted by dave xanatos — Tue Feb 18, 2025 12:48 am — Replies 0 — Views 28