1*6014e902STakashi Iwai /* SPDX-License-Identifier: GPL-2.0 2*6014e902STakashi Iwai * 3*6014e902STakashi Iwai * Copyright (C) 2023 Cirrus Logic, Inc. and 4*6014e902STakashi Iwai * Cirrus Logic International Semiconductor Ltd. 5*6014e902STakashi Iwai */ 6*6014e902STakashi Iwai 7*6014e902STakashi Iwai #ifndef CIRRUS_SCODEC_H 8*6014e902STakashi Iwai #define CIRRUS_SCODEC_H 9*6014e902STakashi Iwai 10*6014e902STakashi Iwai int cirrus_scodec_get_speaker_id(struct device *dev, int amp_index, 11*6014e902STakashi Iwai int num_amps, int fixed_gpio_id); 12*6014e902STakashi Iwai 13*6014e902STakashi Iwai #endif /* CIRRUS_SCODEC_H */ 14