linux/log2.h: Fix rounddown_pow_of_two(1)
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / include / sound / atmel-abdac.h
blobedff6a8ba1b51978dabba35b6e5de4b822b169bd
1 /*
2 * Driver for the Atmel Audio Bitstream DAC (ABDAC)
4 * Copyright (C) 2009 Atmel Corporation
6 * This program is free software; you can redistribute it and/or modify it
7 * under the terms of the GNU General Public License version 2 as published
8 * by the Free Software Foundation.
9 */
10 #ifndef __INCLUDE_SOUND_ATMEL_ABDAC_H
11 #define __INCLUDE_SOUND_ATMEL_ABDAC_H
13 #include <linux/dw_dmac.h>
15 /**
16 * struct atmel_abdac_pdata - board specific ABDAC configuration
17 * @dws: DMA slave interface to use for sound playback.
19 struct atmel_abdac_pdata {
20 struct dw_dma_slave dws;
23 #endif /* __INCLUDE_SOUND_ATMEL_ABDAC_H */