rt1318.h 303 B

12345678910111213141516
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * linux/sound/rt1318.h -- Platform data for RT1318
  4. *
  5. * Copyright 2024 Realtek Semiconductor Corp.
  6. */
  7. #ifndef __LINUX_SND_RT1318_H
  8. #define __LINUX_SND_RT1318_H
  9. struct rt1318_platform_data {
  10. unsigned int init_r0_l;
  11. unsigned int init_r0_r;
  12. };
  13. #endif