Mercurial > audlegacy-plugins
changeset 3185:d3cf6d14c960
alsa-ng: Add support for SND_FLOAT (SND_PCM_FORMAT_FLOAT).
author | William Pitcock <nenolod@atheme.org> |
---|---|
date | Fri, 19 Jun 2009 07:59:56 -0500 |
parents | b009fad90e92 |
children | 2e988f44b85d |
files | src/alsa-ng/alsa-util.c |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/alsa-ng/alsa-util.c Sun Jun 14 23:10:04 2009 -0500 +++ b/src/alsa-ng/alsa-util.c Fri Jun 19 07:59:56 2009 -0500 @@ -20,6 +20,7 @@ #include "alsa-stdinc.h" static alsaplug_format_mapping_t alsaplug_format_conv_tbl[] = { + {FMT_FLOAT, SND_PCM_FORMAT_FLOAT}, {FMT_S24_LE, SND_PCM_FORMAT_S24_LE}, {FMT_S24_BE, SND_PCM_FORMAT_S24_BE}, {FMT_S24_NE, SND_PCM_FORMAT_S24},