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:
parent
0627b9970e
commit
d9169b84e4
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user