audio: alsa_utils: change default sample rate

* 48000Hz sample rate is set for output devices in audio policy
  configuration. Set the same default sample rate for sanity though this
  should not get used for valid profiles.
This commit is contained in:
Konsta
2025-10-25 15:31:49 +03:00
parent c6340b9c67
commit 5ad2f1d648

View File

@@ -32,7 +32,7 @@
* standard channel formats in std_channel_counts[]
* (in alsa_device_profile.c) */
#define DEFAULT_SAMPLE_RATE 44100
#define DEFAULT_SAMPLE_RATE 48000
#define DEFAULT_SAMPLE_FORMAT PCM_FORMAT_S16_LE
#define DEFAULT_CHANNEL_COUNT 2
#define DEFAULT_PERIOD_COUNT 4