| Thomas Gleixner | d2912cb | 2019-06-04 10:11:33 +0200 | [diff] [blame^] | 1 | /* SPDX-License-Identifier: GPL-2.0-only */ |
| Zhangfei Gao | 7a824e2 | 2012-06-11 18:04:38 +0800 | [diff] [blame] | 2 | /* |
| 3 | * MMP Platform AUDIO Management |
| 4 | * |
| 5 | * Copyright (c) 2011 Marvell Semiconductors Inc. |
| Zhangfei Gao | 7a824e2 | 2012-06-11 18:04:38 +0800 | [diff] [blame] | 6 | */ |
| 7 | |
| 8 | #ifndef MMP_AUDIO_H |
| 9 | #define MMP_AUDIO_H |
| 10 | |
| 11 | struct mmp_audio_platdata { |
| 12 | u32 period_max_capture; |
| 13 | u32 buffer_max_capture; |
| 14 | u32 period_max_playback; |
| 15 | u32 buffer_max_playback; |
| 16 | }; |
| 17 | |
| 18 | #endif /* MMP_AUDIO_H */ |