mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-04-16 08:21:14 -04:00
pcm_dmix: add support for S24_LE format
From: Bart De Vos <bart_dv@eia.be> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
f171347508
commit
7fd0d9f423
4 changed files with 11 additions and 1 deletions
|
|
@ -77,6 +77,7 @@
|
|||
#define i386_dmix_supported_format \
|
||||
((1ULL << SND_PCM_FORMAT_S16_LE) |\
|
||||
(1ULL << SND_PCM_FORMAT_S32_LE) |\
|
||||
(1ULL << SND_PCM_FORMAT_S24_LE) |\
|
||||
(1ULL << SND_PCM_FORMAT_S24_3LE))
|
||||
|
||||
#define dmix_supported_format \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue