Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0-only */
0002 /*
0003  * TS3A227E Autonous Audio Accessory Detection and Configureation Switch
0004  *
0005  * Copyright (C) 2014 Google, Inc.
0006  */
0007 
0008 #ifndef _TS3A227E_H
0009 #define _TS3A227E_H
0010 
0011 int ts3a227e_enable_jack_detect(struct snd_soc_component *component,
0012                 struct snd_soc_jack *jack);
0013 
0014 #endif