drivers/audio: fix CS4344 supported sample rates
This commit is contained in:
parent
6f1fbc29ee
commit
41475e11e0
@ -272,7 +272,6 @@ static int cs4344_getcaps(FAR struct audio_lowerhalf_s *dev, int type,
|
|||||||
/* Report the Sample rates we support */
|
/* Report the Sample rates we support */
|
||||||
|
|
||||||
caps->ac_controls.b[0] =
|
caps->ac_controls.b[0] =
|
||||||
AUDIO_SAMP_RATE_8K | AUDIO_SAMP_RATE_11K |
|
|
||||||
AUDIO_SAMP_RATE_16K | AUDIO_SAMP_RATE_22K |
|
AUDIO_SAMP_RATE_16K | AUDIO_SAMP_RATE_22K |
|
||||||
AUDIO_SAMP_RATE_32K | AUDIO_SAMP_RATE_44K |
|
AUDIO_SAMP_RATE_32K | AUDIO_SAMP_RATE_44K |
|
||||||
AUDIO_SAMP_RATE_48K;
|
AUDIO_SAMP_RATE_48K;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user