1 /* SPDX-License-Identifier: GPL-2.0-only */ 1 2 /* 3 * MAX98504 ALSA SoC Audio driver 4 * 5 * Copyright 2011 - 2012 Maxim Integrated Prod 6 * Copyright 2016 Samsung Electronics Co., Ltd 7 */ 8 #ifndef MAX98504_H_ 9 #define MAX98504_H_ 10 11 /* 12 * MAX98504 Register Definitions 13 */ 14 #define MAX98504_INTERRUPT_STATUS 15 #define MAX98504_INTERRUPT_FLAGS 16 #define MAX98504_INTERRUPT_ENABLE 17 #define MAX98504_INTERRUPT_FLAG_CLEARS 18 #define MAX98504_GPIO_ENABLE 19 #define MAX98504_GPIO_CONFIG 20 #define MAX98504_WATCHDOG_ENABLE 21 #define MAX98504_WATCHDOG_CONFIG 22 #define MAX98504_WATCHDOG_CLEAR 23 #define MAX98504_CLOCK_MONITOR_ENABLE 24 #define MAX98504_PVDD_BROWNOUT_ENABLE 25 #define MAX98504_PVDD_BROWNOUT_CONFIG_1 26 #define MAX98504_PVDD_BROWNOUT_CONFIG_2 27 #define MAX98504_PVDD_BROWNOUT_CONFIG_3 28 #define MAX98504_PVDD_BROWNOUT_CONFIG_4 29 #define MAX98504_PCM_RX_ENABLE 30 #define MAX98504_PCM_TX_ENABLE 31 #define MAX98504_PCM_TX_HIZ_CONTROL 32 #define MAX98504_PCM_TX_CHANNEL_SOURCES 33 #define MAX98504_PCM_MODE_CONFIG 34 #define MAX98504_PCM_DSP_CONFIG 35 #define MAX98504_PCM_CLOCK_SETUP 36 #define MAX98504_PCM_SAMPLE_RATE_SETUP 37 #define MAX98504_PCM_TO_SPEAKER_MONOMIX 38 #define MAX98504_PDM_TX_ENABLE 39 #define MAX98504_PDM_TX_HIZ_CONTROL 40 #define MAX98504_PDM_TX_CONTROL 41 #define MAX98504_PDM_RX_ENABLE 42 #define MAX98504_SPEAKER_ENABLE 43 #define MAX98504_SPEAKER_SOURCE_SELECT 44 #define MAX98504_MEASUREMENT_ENABLE 45 #define MAX98504_ANALOGUE_INPUT_GAIN 46 #define MAX98504_TEMPERATURE_LIMIT_CONFIG 47 #define MAX98504_GLOBAL_ENABLE 48 #define MAX98504_SOFTWARE_RESET 49 #define MAX98504_REV_ID 50 51 #define MAX98504_MAX_REGISTER 52 53 #define MAX98504_DAI_ID_PCM 54 #define MAX98504_DAI_ID_PDM 55 56 #endif /* MAX98504_H_ */ 57
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.