diff options
author | Takashi Iwai <tiwai@suse.de> | 2017-03-30 20:03:25 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-03-30 20:03:25 +0200 |
commit | 9dfcce42b09cde01b2b1f5527ed91112a04a8ab0 (patch) | |
tree | f9519c7144c13e7e038615a2697b81abe12384c1 /sound/soc/atmel/atmel-classd.c | |
parent | 2d7d54002e396c180db0c800c1046f0a3c471597 (diff) | |
parent | 2ddaa6762696db4bb35726063b421782a9e0436f (diff) |
Merge tag 'asoc-fix-v4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Fixes for v4.11
A relatively large pile of fixes for mainline, the first since the merge
window. The biggest block of changes here by volume is the sun8i-codec
set, the driver was newly added in the merge window but it was realized
that renaming some of the user visible controls was required so these
are being pushed for v4.11 to avoid the original code appearing in a
release. Otherwise it's all fairly standard bugfix stuff.
Diffstat (limited to 'sound/soc/atmel/atmel-classd.c')
-rw-r--r-- | sound/soc/atmel/atmel-classd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/atmel/atmel-classd.c b/sound/soc/atmel/atmel-classd.c index 89ac5f5a93eb..7ae46c2647d4 100644 --- a/sound/soc/atmel/atmel-classd.c +++ b/sound/soc/atmel/atmel-classd.c @@ -349,7 +349,7 @@ static int atmel_classd_codec_dai_digital_mute(struct snd_soc_dai *codec_dai, } #define CLASSD_ACLK_RATE_11M2896_MPY_8 (112896 * 100 * 8) -#define CLASSD_ACLK_RATE_12M288_MPY_8 (12228 * 1000 * 8) +#define CLASSD_ACLK_RATE_12M288_MPY_8 (12288 * 1000 * 8) static struct { int rate; |