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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user