1*d2912cb1SThomas Gleixner /* SPDX-License-Identifier: GPL-2.0-only */ 22880fc87SDylan Reid /* 32880fc87SDylan Reid * TS3A227E Autonous Audio Accessory Detection and Configureation Switch 42880fc87SDylan Reid * 52880fc87SDylan Reid * Copyright (C) 2014 Google, Inc. 62880fc87SDylan Reid */ 72880fc87SDylan Reid 82880fc87SDylan Reid #ifndef _TS3A227E_H 92880fc87SDylan Reid #define _TS3A227E_H 102880fc87SDylan Reid 112880fc87SDylan Reid int ts3a227e_enable_jack_detect(struct snd_soc_component *component, 122880fc87SDylan Reid struct snd_soc_jack *jack); 132880fc87SDylan Reid 142880fc87SDylan Reid #endif 15