diff options
author | Daniel Mack <zonque@gmail.com> | 2012-12-05 12:20:36 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2012-12-07 00:46:56 -0500 |
commit | d0c6c482f6d8c2145717ab0266c87e3e792527ef (patch) | |
tree | 7cef78aa68935a41eb7bd8fea3aecb51fa1e7b1b /sound/soc/davinci | |
parent | 88abfd5b84cc98c839fb7783c59b4c79d63d45e2 (diff) |
ASoC: McASP: remove unused variables
codec_fmt and sample_rate variables are unused in both snd_platform_data
and davinci_audio_dev, so drop them.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/davinci')
-rw-r--r-- | sound/soc/davinci/davinci-mcasp.c | 1 | ||||
-rw-r--r-- | sound/soc/davinci/davinci-mcasp.h | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/sound/soc/davinci/davinci-mcasp.c b/sound/soc/davinci/davinci-mcasp.c index 571559501b0b..7c248371f7ec 100644 --- a/sound/soc/davinci/davinci-mcasp.c +++ b/sound/soc/davinci/davinci-mcasp.c | |||
@@ -1158,7 +1158,6 @@ static int davinci_mcasp_probe(struct platform_device *pdev) | |||
1158 | dev->tdm_slots = pdata->tdm_slots; | 1158 | dev->tdm_slots = pdata->tdm_slots; |
1159 | dev->num_serializer = pdata->num_serializer; | 1159 | dev->num_serializer = pdata->num_serializer; |
1160 | dev->serial_dir = pdata->serial_dir; | 1160 | dev->serial_dir = pdata->serial_dir; |
1161 | dev->codec_fmt = pdata->codec_fmt; | ||
1162 | dev->version = pdata->version; | 1161 | dev->version = pdata->version; |
1163 | dev->txnumevt = pdata->txnumevt; | 1162 | dev->txnumevt = pdata->txnumevt; |
1164 | dev->rxnumevt = pdata->rxnumevt; | 1163 | dev->rxnumevt = pdata->rxnumevt; |
diff --git a/sound/soc/davinci/davinci-mcasp.h b/sound/soc/davinci/davinci-mcasp.h index 156f15f55744..a42b5d96739f 100644 --- a/sound/soc/davinci/davinci-mcasp.h +++ b/sound/soc/davinci/davinci-mcasp.h | |||
@@ -40,9 +40,7 @@ enum { | |||
40 | struct davinci_audio_dev { | 40 | struct davinci_audio_dev { |
41 | struct davinci_pcm_dma_params dma_params[2]; | 41 | struct davinci_pcm_dma_params dma_params[2]; |
42 | void __iomem *base; | 42 | void __iomem *base; |
43 | int sample_rate; | ||
44 | struct device *dev; | 43 | struct device *dev; |
45 | unsigned int codec_fmt; | ||
46 | 44 | ||
47 | /* McASP specific data */ | 45 | /* McASP specific data */ |
48 | int tdm_slots; | 46 | int tdm_slots; |