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:
Wim Taymans 2022-12-07 12:21:32 +01:00
parent 126bcd200b
commit 3e000c11c4

View file

@ -34,7 +34,7 @@ void *_acp_log_data;
struct spa_i18n *acp_i18n; 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 */ #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 */