diff options
| author | 2012-12-05 18:20:36 +0100 | |
|---|---|---|
| committer | 2012-12-07 14:46:56 +0900 | |
| commit | d0c6c482f6d8c2145717ab0266c87e3e792527ef (patch) | |
| tree | 7cef78aa68935a41eb7bd8fea3aecb51fa1e7b1b /include/linux | |
| parent | ARM: davinci: enable SRAM ping ping buffering on DA850 (diff) | |
| download | linux-dev-d0c6c482f6d8c2145717ab0266c87e3e792527ef.tar.xz linux-dev-d0c6c482f6d8c2145717ab0266c87e3e792527ef.zip | |
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 'include/linux')
| -rw-r--r-- | include/linux/platform_data/davinci_asp.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/platform_data/davinci_asp.h b/include/linux/platform_data/davinci_asp.h index f3d6e4f20962..8db5ae03b6e3 100644 --- a/include/linux/platform_data/davinci_asp.h +++ b/include/linux/platform_data/davinci_asp.h @@ -23,7 +23,6 @@ struct snd_platform_data { u32 rx_dma_offset; int asp_chan_q; /* event queue number for ASP channel */ int ram_chan_q; /* event queue number for RAM channel */ - unsigned int codec_fmt; /* * Allowing this is more efficient and eliminates left and right swaps * caused by underruns, but will swap the left and right channels |
