/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) ST-Ericsson SA 2012 * * Author: Ola Lilja <[email protected]> * for ST-Ericsson. * * License terms: */ #ifndef AB8500_CORE_CODEC_H #define AB8500_CORE_CODEC_H /* Mic-types */ enum amic_type { … }; /* Mic-biases */ enum amic_micbias { … }; /* Bias-voltage */ enum ear_cm_voltage { … }; /* Analog microphone settings */ struct amic_settings { … }; /* Platform data structure for the audio-parts of the AB8500 */ struct ab8500_codec_platform_data { … }; #endif