summaryrefslogtreecommitdiff
path: root/cs40l26/cs40l26-i2c.c
diff options
context:
space:
mode:
authorTai Kuo <taikuo@google.com>2021-07-03 17:24:03 +0800
committerTai Kuo <taikuo@google.com>2021-07-08 23:01:49 +0800
commit5e372435479d0d85d46d64b73c48cd6cfcc5feb8 (patch)
tree1135e41f3bb41b4f6912d22a95c8837fe0020ce3 /cs40l26/cs40l26-i2c.c
parentbffbc13774f24ad4381d3e78a702cac361b883ba (diff)
downloadamplifiers-5e372435479d0d85d46d64b73c48cd6cfcc5feb8.tar.gz
cs40l26: snap from CirrusLogic cs40l26-RC2_5.10
Branch: v5.10-cs40l26 Tag: cs40l26-RC2_5.10 Files: drivers/input/misc/cs40l26*.[ch] sound/soc/codecs/cs40l26.c -> cs40l26-codec.c include/linux/mfd/cs40l26.h commits: 3cbb0ce07f52 input: cs40l26: Update Open Wavetable Controls (Skip) 5165eb5311b7 Documentation: cs40l26: Add cirrus,bst-dcm-en parameter a305a491026d input: cs40l26: Add dcm-en control to device tree 97bf00f3033f input: cs40l26: Improved gain control method a0620f60b09e input: cs40l26: Max VBST and Max Back EMF Reproting 21afb84718b8 input: cs40l26: Add support for calibration 557581c4e4ef ASoC: cs40l26: Add support for TDM slot configuration fbff8ee424c3 ASoC: cs40l26: Add A2H Volume Control 31cce50083e5 input: cs40l26: Use END_PLAYBACK for VIBEGEN effects a06bc9bd293d input: cs40l26: Use TIMEOUT_MS when duration undefined 07405c86dacb input: cs40l26: Remove unused variable Bug: 184610991 Test: n/a Signed-off-by: Tai Kuo <taikuo@google.com> Change-Id: I75e3349dbcf5e9358158ee9754fd7a085afd133c
Diffstat (limited to 'cs40l26/cs40l26-i2c.c')
-rw-r--r--cs40l26/cs40l26-i2c.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cs40l26/cs40l26-i2c.c b/cs40l26/cs40l26-i2c.c
index 9e7b614..c3fe8a4 100644
--- a/cs40l26/cs40l26-i2c.c
+++ b/cs40l26/cs40l26-i2c.c
@@ -10,7 +10,7 @@
// it under the terms of the GNU General Public License version 2 as
// published by the Free Software Foundation.
-#include "cs40l26.h"
+#include <linux/mfd/cs40l26.h>
static const struct i2c_device_id cs40l26_id_i2c[] = {
{"cs40l26a", 0},