mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-07 13:30:09 -05:00
alsa-util: Add more standard sample rates.
Dump probed rates
This commit is contained in:
parent
93d0ddc8b3
commit
ccb2fce054
2 changed files with 20 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue