linux/include/linux/platform_data/mmp_audio.h
<<
>>
Prefs
   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
  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 */
  19