brintos

brintos / linux-shallow public Read only

0
0
Text · 343 B · ba2041d Raw
14 lines · c
1/* SPDX-License-Identifier: GPL-2.02 *3 * Copyright (C) 2023 Cirrus Logic, Inc. and4 *                    Cirrus Logic International Semiconductor Ltd.5 */6 7#ifndef CIRRUS_SCODEC_H8#define CIRRUS_SCODEC_H9 10int 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