]> Git Repo - J-linux.git/blob - include/linux/platform_data/mmp_audio.h
powerpc/64: Include cache.h directly in paca.h
[J-linux.git] / include / linux / platform_data / mmp_audio.h
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  *  MMP Platform AUDIO Management
4  *
5  *  Copyright (c) 2011 Marvell Semiconductors Inc.
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 */
This page took 0.028042 seconds and 4 git commands to generate.