Dylan Reid | 2880fc8 | 2014-11-13 11:18:29 -0800 | [diff] [blame] | 1 | /* |
| 2 | * TS3A227E Autonous Audio Accessory Detection and Configureation Switch |
| 3 | * |
| 4 | * Copyright (C) 2014 Google, Inc. |
| 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 | |
| 11 | #ifndef _TS3A227E_H |
| 12 | #define _TS3A227E_H |
| 13 | |
| 14 | int ts3a227e_enable_jack_detect(struct snd_soc_component *component, |
| 15 | struct snd_soc_jack *jack); |
| 16 | |
| 17 | #endif |