ts3a227e.h 313 B

1234567891011121314
  1. /* SPDX-License-Identifier: GPL-2.0-only */
  2. /*
  3. * TS3A227E Autonous Audio Accessory Detection and Configureation Switch
  4. *
  5. * Copyright (C) 2014 Google, Inc.
  6. */
  7. #ifndef _TS3A227E_H
  8. #define _TS3A227E_H
  9. int ts3a227e_enable_jack_detect(struct snd_soc_component *component,
  10. struct snd_soc_jack *jack);
  11. #endif