Skip to content

Commit cd3ac9a

Browse files
Songjun Wubroonie
authored andcommitted
ASoC: atmel-classd: fix audio clock rate
Fix the audio clock rate according to the datasheet. Reported-by: Dushara Jayasinghe <[email protected]> Signed-off-by: Songjun Wu <[email protected]> Acked-by: Nicolas Ferre <[email protected]> Signed-off-by: Mark Brown <[email protected]> Cc: [email protected]
1 parent c1ae3cf commit cd3ac9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sound/soc/atmel/atmel-classd.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@ static int atmel_classd_codec_dai_digital_mute(struct snd_soc_dai *codec_dai,
349349
}
350350

351351
#define CLASSD_ACLK_RATE_11M2896_MPY_8 (112896 * 100 * 8)
352-
#define CLASSD_ACLK_RATE_12M288_MPY_8 (12228 * 1000 * 8)
352+
#define CLASSD_ACLK_RATE_12M288_MPY_8 (12288 * 1000 * 8)
353353

354354
static struct {
355355
int rate;

0 commit comments

Comments
 (0)