mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-06 13:30:01 -05:00
acp: add api.acp.probe-rate option
Add an option to configure the samplerate used for probing because the default 48KHz might not work for everyone. See also #1599
This commit is contained in:
parent
f4f316b951
commit
6a69152185
2 changed files with 6 additions and 2 deletions
|
|
@ -47,6 +47,7 @@ struct pa_card {
|
|||
bool auto_profile;
|
||||
bool auto_port;
|
||||
bool ignore_dB;
|
||||
uint32_t rate;
|
||||
|
||||
pa_alsa_ucm_config ucm;
|
||||
pa_alsa_profile_set *profile_set;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue