alsa-util: Add more standard sample rates.

Dump probed rates
This commit is contained in:
Wim Taymans 2023-03-20 17:54:54 +01:00
parent 93d0ddc8b3
commit ccb2fce054
2 changed files with 20 additions and 2 deletions

View file

@ -98,7 +98,7 @@ typedef enum pa_available {
PA_AVAILABLE_YES = 2,
} pa_available_t;
#define PA_RATE_MAX (48000U*8U)
#define PA_RATE_MAX (48000U*16U)
typedef enum pa_sample_format {
PA_SAMPLE_U8, /**< Unsigned 8 Bit PCM */