asoc-kirkwood.h 145 B

12345678
  1. /* SPDX-License-Identifier: GPL-2.0 */
  2. #ifndef __PLAT_AUDIO_H
  3. #define __PLAT_AUDIO_H
  4. struct kirkwood_asoc_platform_data {
  5. int burst;
  6. };
  7. #endif