<p></p>
<p>><br>
> According to specification sound card is capable of 24bit 96kHz max, so I have added:<br>
>><br>
>> default-sample-format = s24le<br>
><br>
> to my /etc/pulse/daemon.conf<br></p>
<p>Do you mean try_auto does not work as expected ?</p>
<p>  [PA_SAMPLE_S24LE] = SND_PCM_FORMAT_S24_3LE,</p>
<p>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></p>