summaryrefslogtreecommitdiffstats
path: root/include/sound/atmel-ac97c.h
diff options
context:
space:
mode:
authorAlexander Stein <alexanders83@web.de>2014-04-15 19:38:57 +0200
committerTakashi Iwai <tiwai@suse.de>2014-04-16 10:22:03 +0200
commit5c7ab1574987f131f983b15ecfd717faf114f4df (patch)
tree95a257e01180c750294334bb1007d54a6eff091a /include/sound/atmel-ac97c.h
parent4b973ee05673497de678338c00ade803e45f9bfa (diff)
downloadlinux-0-day-5c7ab1574987f131f983b15ecfd717faf114f4df.tar.gz
linux-0-day-5c7ab1574987f131f983b15ecfd717faf114f4df.tar.xz
ALSA: sound/atmel-ac97c.h: Remove unused flags from platform data
This platform data member is unused, so remove it. Signed-off-by: Alexander Stein <alexanders83@web.de> Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/atmel-ac97c.h')
-rw-r--r--include/sound/atmel-ac97c.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sound/atmel-ac97c.h b/include/sound/atmel-ac97c.h
index e6aabdb458653..00e6c289a9363 100644
--- a/include/sound/atmel-ac97c.h
+++ b/include/sound/atmel-ac97c.h
@@ -23,7 +23,6 @@
* @reset_pin: GPIO pin wired to the reset input on the external AC97 codec,
* optional to use, set to -ENODEV if not in use. AC97 layer will
* try to do a software reset of the external codec anyway.
- * @flags: Flags for which directions should be enabled.
*
* If the user do not want to use a DMA channel for playback or capture, i.e.
* only one feature is required on the board. The slave for playback or capture
@@ -33,7 +32,6 @@
struct ac97c_platform_data {
struct dw_dma_slave rx_dws;
struct dw_dma_slave tx_dws;
- unsigned int flags;
int reset_pin;
};