Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
torvalds
GitHub Repository: torvalds/linux
Path: blob/master/sound/hda/codecs/side-codecs/cirrus_scodec.h
26481 views
1
/* SPDX-License-Identifier: GPL-2.0
2
*
3
* Copyright (C) 2023 Cirrus Logic, Inc. and
4
* Cirrus Logic International Semiconductor Ltd.
5
*/
6
7
#ifndef CIRRUS_SCODEC_H
8
#define CIRRUS_SCODEC_H
9
10
int cirrus_scodec_get_speaker_id(struct device *dev, int amp_index,
11
int num_amps, int fixed_gpio_id);
12
13
#endif /* CIRRUS_SCODEC_H */
14
15