rt5663.h 544 B

1234567891011121314151617181920212223
  1. /*
  2. * linux/sound/rt5663.h -- Platform data for RT5663
  3. *
  4. * Copyright 2017 Realtek Semiconductor Corp.
  5. *
  6. * This program is free software; you can redistribute it and/or modify
  7. * it under the terms of the GNU General Public License version 2 as
  8. * published by the Free Software Foundation.
  9. */
  10. #ifndef __LINUX_SND_RT5663_H
  11. #define __LINUX_SND_RT5663_H
  12. struct rt5663_platform_data {
  13. unsigned int dc_offset_l_manual;
  14. unsigned int dc_offset_r_manual;
  15. unsigned int dc_offset_l_manual_mic;
  16. unsigned int dc_offset_r_manual_mic;
  17. };
  18. #endif