mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
acp: do probing in 48000 Hz again
And... we're back to 48Khz probing. Some devices fail to probe with 44.1KHz so when we need to choose between 2 bad things we choose to do the right thing, which is probe in 48KHz. Fixes #2857
This commit is contained in:
parent
126bcd200b
commit
3e000c11c4
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ void *_acp_log_data;
|
|||
|
||||
struct spa_i18n *acp_i18n;
|
||||
|
||||
#define DEFAULT_RATE 44100
|
||||
#define DEFAULT_RATE 48000
|
||||
|
||||
#define VOLUME_ACCURACY (PA_VOLUME_NORM/100) /* don't require volume adjustments to be perfectly correct. don't necessarily extend granularity in software unless the differences get greater than this level */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue