Timur Tabi wrote: > What is the difference between SNDRV_PCM_FMTBIT_S24_LE and SNDRV_PCM_FMTBIT_S24_3LE? > SNDRV_PCM_FMTBIT_S24_LE is 24bit audio padded to fill 4 bytes. SNDRV_PCM_FMTBIT_S24_3LE is 24bit audio with no padding, thus taking only 3 types.