summaryrefslogtreecommitdiffstats
path: root/sound/soc/codecs/cs4349.h
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2015-07-19 09:15:38 +0800
committerMark Brown <broonie@kernel.org>2015-07-20 18:18:46 +0100
commit44251551dfca2117e42349136b871b33c8419a59 (patch)
tree714c55233521e43ba045aec56c182fd74d3d91fa /sound/soc/codecs/cs4349.h
parent0443de7e7e559eab7df2566d0e46940f753db51d (diff)
downloadlinux-stable-44251551dfca2117e42349136b871b33c8419a59.tar.gz
linux-stable-44251551dfca2117e42349136b871b33c8419a59.tar.bz2
linux-stable-44251551dfca2117e42349136b871b33c8419a59.zip
ASoC: cs4349: Drop platform data support
The struct cs4349_platform_data should be defined in a public header in include/sound/ rather than in sound/soc/codecs folder. In additional, the platform data support is not properly handled in this driver so remove it now. Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/codecs/cs4349.h')
-rw-r--r--sound/soc/codecs/cs4349.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sound/soc/codecs/cs4349.h b/sound/soc/codecs/cs4349.h
index 7effa0acec28..d58c06a25358 100644
--- a/sound/soc/codecs/cs4349.h
+++ b/sound/soc/codecs/cs4349.h
@@ -19,13 +19,6 @@
#ifndef __CS4349_H__
#define __CS4349_H__
-struct cs4349_platform_data {
-
- /* GPIO for Reset */
- unsigned int gpio_nreset;
-
-};
-
/* CS4349 registers addresses */
#define CS4349_CHIPID 0x01 /* Device and Rev ID, Read Only */
#define CS4349_MODE 0x02 /* Mode Control */