Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v5.19 14 lines 313 B view raw
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 11int ts3a227e_enable_jack_detect(struct snd_soc_component *component, 12 struct snd_soc_jack *jack); 13 14#endif