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 /include/linux/platform_data | |
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 'include/linux/platform_data')
-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 { | |||
23 | u32 rx_dma_offset; | 23 | u32 rx_dma_offset; |
24 | int asp_chan_q; /* event queue number for ASP channel */ | 24 | int asp_chan_q; /* event queue number for ASP channel */ |
25 | int ram_chan_q; /* event queue number for RAM channel */ | 25 | int ram_chan_q; /* event queue number for RAM channel */ |
26 | unsigned int codec_fmt; | ||
27 | /* | 26 | /* |
28 | * Allowing this is more efficient and eliminates left and right swaps | 27 | * Allowing this is more efficient and eliminates left and right swaps |
29 | * caused by underruns, but will swap the left and right channels | 28 | * caused by underruns, but will swap the left and right channels |