Re: [PATCH] ASoC: atmel-classd: fix audio clock rate

2017-02-24 Thread Nicolas Ferre
Le 24/02/2017 à 08:10, Songjun Wu a écrit : > Fix the audio clock rate according to the datasheet. > > Reported-by: Dushara Jayasinghe > Signed-off-by: Songjun Wu Yes, for sure ;-) But with these tags: Fixes: e0a25b6d1862 ("ASoC: atmel-classd: add the Audio Class D Amplifier") Cc: # 4.4+ Ack

[PATCH] ASoC: atmel-classd: fix audio clock rate

2017-02-23 Thread Songjun Wu
Fix the audio clock rate according to the datasheet. Reported-by: Dushara Jayasinghe Signed-off-by: Songjun Wu --- sound/soc/atmel/atmel-classd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/atmel/atmel-classd.c b/sound/soc/atmel/atmel-classd.c index 89ac5f5a93