Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  *  MMP Platform AUDIO Management
0004  *
0005  *  Copyright (c) 2011 Marvell Semiconductors Inc.
0006  */
0007 
0008 #ifndef MMP_AUDIO_H
0009 #define MMP_AUDIO_H
0010 
0011 struct mmp_audio_platdata {
0012     u32 period_max_capture;
0013     u32 buffer_max_capture;
0014     u32 period_max_playback;
0015     u32 buffer_max_playback;
0016 };
0017 
0018 #endif /* MMP_AUDIO_H */