blob: 3565e5931ca633890177d7a858ffd7ac8199a2b5 [file] [log] [blame]
Thomas Gleixnerd2912cb2019-06-04 10:11:33 +02001/* SPDX-License-Identifier: GPL-2.0-only */
Dylan Reid2880fc82014-11-13 11:18:29 -08002/*
3 * TS3A227E Autonous Audio Accessory Detection and Configureation Switch
4 *
5 * Copyright (C) 2014 Google, Inc.
Dylan Reid2880fc82014-11-13 11:18:29 -08006 */
7
8#ifndef _TS3A227E_H
9#define _TS3A227E_H
10
11int ts3a227e_enable_jack_detect(struct snd_soc_component *component,
12 struct snd_soc_jack *jack);
13
14#endif