[alsa-devel] [PATCH] ALSA: core: Add 384kHz Support
Clemens Ladisch
clemens at ladisch.de
Wed Jan 27 14:59:04 CET 2016
brian.austin at cirrus.com wrote:
> Adding support for 384kHz audio sample rates
384 kHz already is supported (see the KNOT bit).
> #define SNDRV_PCM_RATE_96000 (1<<10) /* 96000Hz */
> #define SNDRV_PCM_RATE_176400 (1<<11) /* 176400Hz */
> #define SNDRV_PCM_RATE_192000 (1<<12) /* 192000Hz */
> +#define SNDRV_PCM_RATE_384000 (1<<13) /* 384000Hz */
These bits are shortcuts for often-used rates.
384 kHz is not often used.
Regards,
Clemens
More information about the Alsa-devel
mailing list