diff options
author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-09-01 18:15:07 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2017-09-04 11:56:52 +0200 |
commit | b24a5f293058b512f1685930f2983a20ee3e15ab (patch) | |
tree | e38a0f707e28f6d1f8fdbcb456fd823ba5df5988 /include/sound/atmel-abdac.h | |
parent | ALSA: atmel: convert AC97c driver to GPIO descriptor API (diff) | |
download | linux-b24a5f293058b512f1685930f2983a20ee3e15ab.tar.xz linux-b24a5f293058b512f1685930f2983a20ee3e15ab.zip |
ALSA: atmel: Remove leftovers of AVR32 removal
The ALSA related include header files are left overs after the commit
020c5260c2b1 ("ALSA: atmel: Remove AVR32 bits from the driver")
Fixes: 020c5260c2b1 ("ALSA: atmel: Remove AVR32 bits from the driver")
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/sound/atmel-abdac.h')
-rw-r--r-- | include/sound/atmel-abdac.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/include/sound/atmel-abdac.h b/include/sound/atmel-abdac.h deleted file mode 100644 index a8f735d677fa..000000000000 --- a/include/sound/atmel-abdac.h +++ /dev/null @@ -1,23 +0,0 @@ -/* - * Driver for the Atmel Audio Bitstream DAC (ABDAC) - * - * Copyright (C) 2009 Atmel Corporation - * - * This program is free software; you can redistribute it and/or modify it - * under the terms of the GNU General Public License version 2 as published - * by the Free Software Foundation. - */ -#ifndef __INCLUDE_SOUND_ATMEL_ABDAC_H -#define __INCLUDE_SOUND_ATMEL_ABDAC_H - -#include <linux/platform_data/dma-dw.h> - -/** - * struct atmel_abdac_pdata - board specific ABDAC configuration - * @dws: DMA slave interface to use for sound playback. - */ -struct atmel_abdac_pdata { - struct dw_dma_slave dws; -}; - -#endif /* __INCLUDE_SOUND_ATMEL_ABDAC_H */ |