Searched +full:cs42888 +full:- +full:audio (Results 1 – 8 of 8) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Cirrus Logic CS42448/CS42888 audio CODEC10 - patches@opensource.cirrus.com15 - cirrus,cs4244816 - cirrus,cs4288825 clock-names:28 VA-supply:31 VD-supply:[all …]
1 // SPDX-License-Identifier: GPL-2.05 /dts-v1/;11 compatible = "fsl,imx6sx-sabreauto", "fsl,imx6sx";19 compatible = "gpio-leds";20 pinctrl-names = "default";21 pinctrl-0 = <&pinctrl_led>;23 led-user {26 linux,default-trigger = "heartbeat";30 vcc_sd3: regulator-vcc-sd3 {31 compatible = "regulator-fixed";[all …]
1 // SPDX-License-Identifier: (GPL-2.0-only OR BSD-3-Clause)3 // Copyright 2019-2025 NXP7 // Hardware interface for audio DSP on i.MX89 #include <dt-bindings/firmware/imx/rsrc.h>11 #include <linux/arm-smcc[all...]
2 * cs42xx8.h - Cirrus Logic CS42448/CS42888 Audio CODEC driver header file27 /* CS42888 register map */58 #define CS42XX8_NUMREGS (CS42XX8_LASTREG - CS42XX8_FIRSTREG + 1)94 #define CS42XX8_FUNCMOD_DAC_FM_MASK (((1 << CS42XX8_FUNCMOD_DAC_FM_WIDTH) - 1) << CS42XX8_FUNCMOD_…98 #define CS42XX8_FUNCMOD_ADC_FM_MASK (((1 << CS42XX8_FUNCMOD_ADC_FM_WIDTH) - 1) << CS42XX8_FUNCMOD_…104 #define CS42XX8_FUNCMOD_MFREQ_MASK (((1 << CS42XX8_FUNCMOD_MFREQ_WIDTH) - 1) << CS42XX8_FUNCMOD_MF…125 #define CS42XX8_INTF_DAC_DIF_MASK (((1 << CS42XX8_INTF_DAC_DIF_WIDTH) - 1) << CS42XX8_INTF_DAC_DIF…135 #define CS42XX8_INTF_ADC_DIF_MASK (((1 << CS42XX8_INTF_ADC_DIF_WIDTH) - 1) << CS42XX8_INTF_ADC_DIF…144 /* ADC Control & DAC De-Emphasis (Address 05h) */173 #define CS42XX8_TXCTL_DAC_SZC_MASK (((1 << CS42XX8_TXCTL_DAC_SZC_WIDTH) - 1) << CS42XX8_TXCTL_DAC_…[all …]
1 # SPDX-License-Identifier: GPL-2.0-only5 # 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...]
1 # SPDX-License-Identifier: GPL-2.0-only4 comment "Common SoC Audio options for Freescale CPUs:"17 This option is only useful for out-of-tree drivers since18 in-tree drivers select it automatically.21 tristate "Synchronous Audio Interface (SAI) module support"27 Say Y if you want to add Synchronous Audio Interface (SAI)29 This option is only useful for out-of-tree drivers since30 in-tree drivers select it automatically.40 This option is only useful for out-of-tree drivers since41 in-tree drivers select it automatically.[all …]
1 // SPDX-License-Identifier: GPL-2.023 #include "imx-audmux.h"33 #define DRIVER_NAME "fsl-asoc-card"44 * struct codec_priv - CODEC private data62 * struct cpu_priv - CPU private data82 * struct fsl_asoc_card_priv - Freescale Generic ASOC card private data93 * @asrc_rate: ASRC sample rate used by Back-Ends94 * @asrc_format: ASRC sample format used by Back-Ends121 * to drop them easily for non-ASRC cases.124 /* 1st half -- Normal DAPM routes */[all …]
1 // SPDX-License-Identifier: GPL-2.0+2 // Copyright 2017-2021 NXP14 #include <sound/soc-dapm.h>56 * struct imx_card_plat_data - specific info for codecs90 * struct dai_link_data - specific info for dai link105 * struct imx_card_data - platform device data144 * Table 13 - Audio Interface Format155 * Table 7 - mapping multiplier and speed mode156 * Tables 8 & 9 - mapping speed mode and LRCK fs262 if (link_data->slots > 2) in format_is_tdm()[all …]