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
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