[3.16.y-ckt stable] Patch "ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config" has been added to staging queue
Luis Henriques
luis.henriques at canonical.com
Mon Sep 28 17:20:49 UTC 2015
This is a note to let you know that I have just added a patch titled
ASoC: adav80x: Remove .read_flag_mask setting from adav80x_regmap_config
to the linux-3.16.y-queue branch of the 3.16.y-ckt extended stable tree
which can be found at:
http://kernel.ubuntu.com/git/ubuntu/linux.git/log/?h=linux-3.16.y-queue
This patch is scheduled to be released in version 3.16.7-ckt18.
If you, or anyone else, feels it should not be added to this tree, please
reply to this email.
For more information about the 3.16.y-ckt tree, see
https://wiki.ubuntu.com/Kernel/Dev/ExtendedStable
Thanks.
-Luis
------
>From d666bfceb85e6057a68e64cfb769ef6f61f4fd1c Mon Sep 17 00:00:00 2001
From: Axel Lin <axel.lin at ingics.com>
Date: Fri, 14 Aug 2015 17:54:07 +0800
Subject: ASoC: adav80x: Remove .read_flag_mask setting from
adav80x_regmap_config
commit 9d8352864907f0ad76124c5b28f65b5a382d7d7c upstream.
Don't set .read_flag_mask for adav803, it's for adav801 only.
Fixes: 0c2d69645628 ("ASoC: adav80x: Split SPI and I2C code into different modules")
Signed-off-by: Axel Lin <axel.lin at ingics.com>
Acked-by: Lars-Peter Clausen <lars at metafoo.de>
Signed-off-by: Mark Brown <broonie at kernel.org>
Signed-off-by: Luis Henriques <luis.henriques at canonical.com>
---
sound/soc/codecs/adav80x.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/sound/soc/codecs/adav80x.c b/sound/soc/codecs/adav80x.c
index 41da62f7250c..c44cd97b2364 100644
--- a/sound/soc/codecs/adav80x.c
+++ b/sound/soc/codecs/adav80x.c
@@ -883,7 +883,6 @@ const struct regmap_config adav80x_regmap_config = {
.val_bits = 8,
.pad_bits = 1,
.reg_bits = 7,
- .read_flag_mask = 0x01,
.max_register = ADAV80X_PLL_OUTE,
More information about the kernel-team
mailing list