rt5514.h 399 B

12345678910111213141516171819
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * linux/sound/rt5514.h -- Platform data for RT5514
  4. *
  5. * Copyright 2016 Realtek Semiconductor Corp.
  6. * Author: Oder Chiou <[email protected]>
  7. */
  8. #ifndef __LINUX_SND_RT5514_H
  9. #define __LINUX_SND_RT5514_H
  10. struct rt5514_platform_data {
  11. unsigned int dmic_init_delay;
  12. const char *dsp_calib_clk_name;
  13. unsigned int dsp_calib_clk_rate;
  14. };
  15. #endif