audio/cs4344: Set the default sample rate to the lowest possible

According to the struct `mclk_rate_s`, set the default sample rate
to its lowest valid value. This prevents the underlying driver from
setting unsupported values.
This commit is contained in:
Tiago Medicci Serrano 2023-08-30 08:57:45 -03:00 committed by Xiang Xiao
parent 0627b9970e
commit d9169b84e4

View File

@ -43,7 +43,7 @@
* Pre-Processor Definitions
****************************************************************************/
#define CS4344_DEFAULT_SAMPRATE 11025 /* Initial sample rate */
#define CS4344_DEFAULT_SAMPRATE 16000 /* Initial sample rate */
#define CS4344_DEFAULT_NCHANNELS 1 /* Initial number of channels */
#define CS4344_DEFAULT_BPSAMP 16 /* Initial bits per sample */