diff options
author | Mark Brown <broonie@kernel.org> | 2020-03-13 21:52:23 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2020-03-13 21:52:23 +0300 |
commit | 673f45f7bf7dbb6801a04053e3e2d13dfa42db08 (patch) | |
tree | 1eaca68ae7681a38d63ba780f858f9ea3813c43d /sound/soc/jz4740 | |
parent | bd2b34e485f2361655c6020aa2d3bf2a14ae9dff (diff) | |
parent | 1a0f2433d7380c957d5d29e60a2eeb03ca3afe21 (diff) | |
download | linux-673f45f7bf7dbb6801a04053e3e2d13dfa42db08.tar.xz |
Merge branch 'for-5.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into asoc-5.7
Diffstat (limited to 'sound/soc/jz4740')
-rw-r--r-- | sound/soc/jz4740/jz4740-i2s.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/jz4740/jz4740-i2s.c b/sound/soc/jz4740/jz4740-i2s.c index d1512d483cda..3f9b2e1b4747 100644 --- a/sound/soc/jz4740/jz4740-i2s.c +++ b/sound/soc/jz4740/jz4740-i2s.c @@ -83,7 +83,7 @@ #define JZ_AIC_I2S_STATUS_BUSY BIT(2) #define JZ_AIC_CLK_DIV_MASK 0xf -#define I2SDIV_DV_SHIFT 8 +#define I2SDIV_DV_SHIFT 0 #define I2SDIV_DV_MASK (0xf << I2SDIV_DV_SHIFT) #define I2SDIV_IDV_SHIFT 8 #define I2SDIV_IDV_MASK (0xf << I2SDIV_IDV_SHIFT) |