blob: 83428d8ee18dd4776e325e290b5f74782474dda7 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Zhangfei Gao7a824e22012-06-11 18:04:38 +08002/*
3 * MMP Platform AUDIO Management
4 *
5 * Copyright (c) 2011 Marvell Semiconductors Inc.
Zhangfei Gao7a824e22012-06-11 18:04:38 +08006 */
7
8#ifndef MMP_AUDIO_H
9#define MMP_AUDIO_H
10
11struct 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 */