mtd: m25p80: consider max message size in m25p80_read
[linux-2.6/btrfs-unstable.git] / include / sound / atmel-abdac.h
bloba8f735d677fa5b29f49c7f64efffdf67e4c38c09
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/platform_data/dma-dw.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 */