<p><br>
>><br>
>> Do you mean try_auto does not work as expected ?<br>
>><br>
>>   [PA_SAMPLE_S24LE] = SND_PCM_FORMAT_S24_3LE,<br>
>><br>
>> static const pa_sample_format_t try_order[] = {<br>
>>         PA_SAMPLE_FLOAT32NE,<br>
>>         PA_SAMPLE_FLOAT32RE,<br>
>>         PA_SAMPLE_S32NE,<br>
>>         PA_SAMPLE_S32RE,<br>
>>         PA_SAMPLE_S24_32NE,<br>
>>         PA_SAMPLE_S24_32RE,<br>
>>         PA_SAMPLE_S24NE,<br>
>>         PA_SAMPLE_S24RE,<br>
>>         PA_SAMPLE_S16NE,<br>
>>         PA_SAMPLE_S16RE,<br>
>>         PA_SAMPLE_ALAW,<br>
>>         PA_SAMPLE_ULAW,<br>
>>         PA_SAMPLE_U8<br>
>>     };<br>
>><br>
> No, I just found line in that file:<br>
>><br>
>> ; default-sample-format = s16le<br>
><br>
> This is comment, but I thought this is also default value, so I've added:<br>
>><br>
>> default-sample-format = s24le<br>
><br>
> at the end, didn't check it though.<br>
> Should I remove it because of automatic detection?</p>
<p>try_order does contain PA_SAMPLE_S24LE</p>
<p>(   0.091|   0.000) D: [pulseaudio] alsa-util.c: Trying hw:1,1,0 with SND_PCM_NO_AUTO_FORMAT ...<br>
(   0.091|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hw:1,1,0<br>
(   0.091|   0.000) I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set<br>
(   0.091|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 3640 ms<br>
(   0.091|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_HW_PARAMS failed (-5)<br>
(   0.091|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_HW_PARAMS failed (-5)<br>
(   0.092|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_HW_PARAMS failed (-5)<br>
(   0.092|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_HW_PARAMS failed (-5)<br>
(   0.092|   0.000) D: [pulseaudio] alsa-util.c: Set neither period nor buffer size.<br>
(   0.093|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_HW_PARAMS failed (-5)<br>
(   0.093|   0.000) I: [pulseaudio] alsa-util.c: snd_pcm_hw_params failed: Input/output error<br>
(   0.093|   0.000) D: [pulseaudio] alsa-util.c: Trying hw:1,1,0 without SND_PCM_NO_AUTO_FORMAT ...<br>
(   0.093|   0.000) D: [pulseaudio] alsa-util.c: Managed to open hw:1,1,0<br>
(   0.093|   0.000) I: [pulseaudio] alsa-util.c: Disabling tsched mode since BATCH flag is set<br>
(   0.093|   0.000) D: [pulseaudio] alsa-util.c: Maximum hw buffer size is 3640 ms<br>
(   0.093|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_HW_PARAMS failed (-5)<br>
(   0.094|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_HW_PARAMS failed (-5)<br>
(   0.094|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_HW_PARAMS failed (-5)<br>
(   0.094|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_HW_PARAMS failed (-5)<br>
(   0.094|   0.000) D: [pulseaudio] alsa-util.c: Set neither period nor buffer size.<br>
(   0.095|   0.000) I: [pulseaudio] (alsa-lib)pcm_hw.c: SNDRV_PCM_IOCTL_HW_PARAMS failed (-5)<br>
(   0.095|   0.000) I: [pulseaudio] alsa-util.c: snd_pcm_hw_params failed: Input/output error<br>
(   0.095|   0.000) D: [pulseaudio] alsa-util.c: Trying plug:hw:1,1,0 with SND_PCM_NO_AUTO_FORMAT ...</p>
<p>Do capture work as there is no output of snd_pcm_dump of the snd-usb-audio 's hw params ?</p>