aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/mid-x86
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@gmail.com>2011-09-27 10:38:07 +0800
committerMark Brown <broonie@opensource.wolfsonmicro.com>2011-09-27 11:21:40 +0100
commitfe0cc75193cf7d06818b44b01b96c552111a43a6 (patch)
tree17daae364eac1067d004b7c723c447db31f751c3 /sound/soc/mid-x86
parent60c9e3178f7dadc7442128d76c4753485e4e8385 (diff)
ASoC: Remove unused fields in struct mfld_mc_private
Both *socdev and *codec of struct mfld_mc_private are not being used in this driver, remove it. Signed-off-by: Axel Lin <axel.lin@gmail.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/mid-x86')
-rw-r--r--sound/soc/mid-x86/mfld_machine.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sound/soc/mid-x86/mfld_machine.c b/sound/soc/mid-x86/mfld_machine.c
index 429aa1be2cf..1d818dc5797 100644
--- a/sound/soc/mid-x86/mfld_machine.c
+++ b/sound/soc/mid-x86/mfld_machine.c
@@ -54,9 +54,7 @@ static unsigned int hs_switch;
static unsigned int lo_dac;
struct mfld_mc_private {
- struct platform_device *socdev;
void __iomem *int_base;
- struct snd_soc_codec *codec;
u8 interrupt_status;
};