Searched +full:sm8250 +full:- +full:lpass +full:- +full:tx +full:- +full:macro (Results 1 – 5 of 5) sorted by relevance
| /linux/sound/soc/codecs/ |
| H A D | lpass-tx-macro.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 // Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. 12 #include <sound/soc-dapm.h> 15 #include <linux/clk-provider.h> 17 #include "lpass-macro-common.h" 201 #define TX_ADC_TO_DMIC(n) ((n - TX_ADC_MAX)/2) 245 struct tx_macro *tx; member 251 struct tx_macro *tx; member 278 struct clk *macro; member 291 static const DECLARE_TLV_DB_SCALE(digital_gain, -8400, 100, -8400); [all …]
|
| H A D | lpass-va-macro.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 // Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. 5 #include <linux/clk-provider.h> 16 #include <sound/soc-dapm.h> 19 #include "lpass-macro 209 struct clk *macro; global() member [all...] |
| H A D | lpass-wsa-macro.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 // Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. 12 #include <linux/clk-provider.h> 14 #include <sound/soc-dapm.h> 19 #include "lpass-macro-common.h" 20 #include "lpass-wsa-macro.h" 177 /* CDC_WSA_COMPANDER1_CTLx and CDC_WSA_SOFTCLIPx differ per LPASS codec versions */ 206 /* LPASS codec version <=2.4 register offsets */ 224 /* LPASS codec version >=2.5 register offsets */ 356 {24000, -EINVAL},/* 24K */ [all …]
|
| H A D | Kconfig | 1 # SPDX-License-Identifier: GPL-2.0-only 5 # setting - SPI can't be modular so that case doesn't need to be covered. 498 tristate "Analog Devices AU1761 CODEC - I2C" 504 tristate "Analog Devices AU1761 CODEC - SPI" 541 tristate "Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter" 547 tristate "Analog Devices ADAU7118 8 Channel PDM-t [all...] |
| H A D | lpass-rx-macro.c | 1 // SPDX-License-Identifier: GPL-2.0-only 2 // Copyright (c) 2018-2020, The Linux Foundation. All rights reserved. 14 #include <sound/soc-dapm.h> 17 #include <linux/clk-provider.h> 19 #include "lpass-macro-common.h" 162 #define CDC_RX_RXn_RX_PATH_CTL(rx, n) (0x0400 + rx->rxn_reg_stride * n) 170 #define CDC_RX_RXn_RX_PATH_CFG0(rx, n) (0x0404 + rx->rxn_reg_stride * n) 177 #define CDC_RX_RXn_RX_PATH_CFG1(rx, n) (0x0408 + rx->rxn_reg_stride * n) 181 #define CDC_RX_RXn_RX_PATH_CFG2(rx, n) (0x040C + rx->rxn_reg_stride * n) 184 #define CDC_RX_RXn_RX_PATH_CFG3(rx, n) (0x0410 + rx->rxn_reg_stride * n) [all …]
|