~hui.wang/alsa-driver/dkms-packaging.audiosdw-ppa

« back to all changes in this revision

Viewing changes to buildroot/src/oem-audiosdw-lp1836324-0.6ubuntu1.2/soc/codecs/ts3a227e.h

  • Committer: Hui Wang
  • Date: 2019-12-13 02:41:40 UTC
  • Revision ID: hui.wang@canonical.com-20191213024140-1cprdcbl3122fn85
insert pc-oem-dkms

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
 
 
8
 
#ifndef _TS3A227E_H
9
 
#define _TS3A227E_H
10
 
 
11
 
int ts3a227e_enable_jack_detect(struct snd_soc_component *component,
12
 
                                struct snd_soc_jack *jack);
13
 
 
14
 
#endif