Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0 */ |
apatard@mandriva.com | 49106c7 | 2010-05-31 13:49:12 +0200 | [diff] [blame] | 2 | #ifndef __PLAT_AUDIO_H |
3 | #define __PLAT_AUDIO_H | ||||
4 | |||||
apatard@mandriva.com | 49106c7 | 2010-05-31 13:49:12 +0200 | [diff] [blame] | 5 | struct kirkwood_asoc_platform_data { |
apatard@mandriva.com | 49106c7 | 2010-05-31 13:49:12 +0200 | [diff] [blame] | 6 | int burst; |
7 | }; | ||||
8 | #endif |