Searched +full:codec +full:- +full:dmicclk3 (Results 1 – 3 of 3) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause3 ---5 $schema: http://devicetree.org/meta-schemas/core.yaml#10 - patches@opensource.cirrus.com14 Smart CODEC and Amp devices. It allows the connection of most Cirrus15 Logic devices on mini-cards, as well as allowing connection of various26 [2] Pinctrl: ../pinctrl/pinctrl-bindings.txt29 [3] include/dt-bindings/pinctrl/lochnagar.h37 - cirrus,lochnagar-pinctrl39 gpio-controller: true[all …]
1 // SPDX-License-Identifier: GPL-2.05 * Copyright (c) 2017-2018 Cirrus Logic, Inc. and20 #include <linux/pinctrl/pinconf-generic.h>29 #include <dt-bindings/pinctrl/lochnagar.h>31 #include "../pinctrl-utils.h"35 #define LN_CDC_AIF1_STR "codec-aif1"36 #define LN_CDC_AIF2_STR "codec-aif2"37 #define LN_CDC_AIF3_STR "codec-aif3"38 #define LN_DSP_AIF1_STR "dsp-aif1"39 #define LN_DSP_AIF2_STR "dsp-aif2"[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 // ALSA SoC Audio driver for CS47L90 codec5 // Copyright (C) 2015-2019 Cirrus Logic, Inc. and23 #include <linux/irqchip/irq-madera.h>30 #define DRV_NAME "cs47l90-codec"114 snd_soc_dapm_to_component(w->dapm); in cs47l90_adsp_power_ev()116 struct madera_priv *priv = &cs47l90->core; in cs47l90_adsp_power_ev()117 struct madera *madera = priv->madera; in cs47l90_adsp_power_ev()121 ret = regmap_read(madera->regmap, MADERA_DSP_CLOCK_2, &freq); in cs47l90_adsp_power_ev()123 dev_err(madera->dev, in cs47l90_adsp_power_ev()[all …]