rt298.h 373 B

1234567891011121314151617
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * linux/sound/rt286.h -- Platform data for RT286
  4. *
  5. * Copyright 2013 Realtek Microelectronics
  6. */
  7. #ifndef __LINUX_SND_RT298_H
  8. #define __LINUX_SND_RT298_H
  9. struct rt298_platform_data {
  10. bool cbj_en; /*combo jack enable*/
  11. bool gpio2_en; /*GPIO2 enable*/
  12. bool suspend_power_off; /* power is off during suspend */
  13. };
  14. #endif