Searched +full:imon +full:- +full:slot +full:- +full:no (Results 1 – 15 of 15) sorted by relevance
7 - compatible : should be one of the following8 - "maxim,max98925"9 - "maxim,max98926"10 - "maxim,max98927"12 - vmon-slot-no : slot number used to send voltage information14 interleave slot.15 MAX98925/MAX98926 slot range : 0 ~ 30, Default : 016 MAX98927 slot range : 0 ~ 15, Default : 018 - imon-slot-no : slot number used to send current information19 MAX98925/MAX98926 slot range : 0 ~ 30, Default : 0[all …]
7 - compatible : "maxim,max98373"9 - reg : the I2C address of the device.13 - maxim,vmon-slot-no : slot number used to send voltage information15 interleave slot.16 slot range : 0 ~ 15, Default : 018 - maxim,imon-slot-no : slot number used to send current information19 slot range : 0 ~ 15, Default : 021 - maxim,spkfb-slot-no : slot number used to send speaker feedback information22 slot range : 0 ~ 15, Default : 024 - maxim,interleave-mode : For cases where a single combined channel[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"11 - Dan Murphy <dmurphy@ti.com>14 The TAS2764 is a mono, digital input Class-D audio amplifier optimized for22 - ti,tas276429 reset-gpios:33 shutdown-gpios:40 ti,imon-slot-no:42 description: TDM TX current sense time slot.[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)2 # Copyright (C) 2019-20 Texas Instruments Incorporated4 ---6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"11 - Shi Fu <shifu0704@thundersoft.com>14 The TAS2770 is a mono, digital input Class-D audio amplifier optimized for22 - ti,tas277029 reset-gpio:32 shutdown-gpios:38 ti,imon-slot-no:[all …]
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)4 ---6 $schema: "http://devicetree.org/meta-schemas/core.yaml#"11 - Dan Murphy <dmurphy@ti.com>14 The TAS2562 is a mono, digital input Class-D audio amplifier optimized for28 - ti,tas256229 - ti,tas256330 - ti,tas256431 - ti,tas211038 shut-down-gpios:[all …]
1 // SPDX-License-Identifier: GPL-2.03 // ALSA SoC Texas Instruments TAS2770 20-W Digital Input Mono Class-D6 // Copyright (C) 2016-2017 Texas Instruments Incorporated - https://www.ti.com/7 // Author: Tracy Yi <tracy-yi@ti.com>37 if (tas2770->reset_gpio) { in tas2770_reset()38 gpiod_set_value_cansleep(tas2770->reset_gpio, 0); in tas2770_reset()40 gpiod_set_value_cansleep(tas2770->reset_gpio, 1); in tas2770_reset()44 snd_soc_component_write(tas2770->component, TAS2770_SW_RST, in tas2770_reset()51 struct snd_soc_component *component = tas2770->component; in tas2770_update_pwr_ctrl()55 if (tas2770->dac_powered) in tas2770_update_pwr_ctrl()[all …]
1 // SPDX-License-Identifier: GPL-2.023 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in max98373_dac_event()28 regmap_update_bits(max98373->regmap, in max98373_dac_event()34 regmap_update_bits(max98373->regmap, in max98373_dac_event()38 max98373->tdm_mode = false; in max98373_dac_event()81 SND_SOC_DAPM_SIGGEN("IMON"),85 static DECLARE_TLV_DB_SCALE(max98373_digital_tlv, -6350, 50, 1);101 0, 1, TLV_DB_SCALE_ITEM(-3000, 500, 0),102 2, 4, TLV_DB_SCALE_ITEM(-2200, 200, 0),103 5, 6, TLV_DB_SCALE_ITEM(-1500, 300, 0),[all …]
1 // SPDX-License-Identifier: GPL-2.021 #include <sound/soc-dapm.h>91 dev_err(tas2562->dev, in tas2562_set_bias_level()93 return -EINVAL; in tas2562_set_bias_level()162 dev_info(tas2562->dev, "%s, unsupported sample rate, %d\n", in tas2562_set_samplerate()164 return -EINVAL; in tas2562_set_samplerate()167 snd_soc_component_update_bits(tas2562->component, TAS2562_TDM_CFG0, in tas2562_set_samplerate()169 snd_soc_component_update_bits(tas2562->component, TAS2562_TDM_CFG0, in tas2562_set_samplerate()179 struct snd_soc_component *component = dai->component; in tas2562_set_dai_tdm_slot()186 dev_err(component->dev, "tx masks must not be 0\n"); in tas2562_set_dai_tdm_slot()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * max98926.c -- ALSA SoC MAX98926 driver4 * Copyright 2013-15 Maxim Integrated Products55 { 0x21, 0x00 }, /* TDM Slot Select */57 { 0x23, 0x00 }, /* DOUT Configuration IMON */205 static DECLARE_TLV_DB_SCALE(max98926_spk_tlv, -600, 100, 0);222 (1<<MAX98926_SPK_GAIN_WIDTH)-1, 0,232 (1<<MAX98926_ALC_TH_WIDTH)-1, 0),236 (1<<MAX98926_BST_ILIM_SHIFT)-1, 0,291 regmap_update_bits(max98926->regmap, in max98926_set_sense_data()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * max98925.c -- ALSA SoC Stereo MAX98925 driver4 * Copyright 2013-15 Maxim Integrated Products58 { 0x21, 0x00 }, /* TDM Slot Select */60 { 0x23, 0x00 }, /* DOUT Configuration IMON */105 regmap_update_bits(max98925->regmap, in max98925_dac_event()113 regmap_update_bits(max98925->regmap, in max98925_dac_event()187 static DECLARE_TLV_DB_SCALE(max98925_spk_tlv, -600, 100, 0);191 M98925_SPK_GAIN_SHIFT, (1<<M98925_SPK_GAIN_WIDTH)-1, 0,200 (1<<M98925_ALC_TH_WIDTH)-1, 0),[all …]
1 // SPDX-License-Identifier: GPL-2.0-or-later3 * max98927.c -- MAX98927 ALSA Soc Audio driver5 * Copyright (C) 2016-2017 Maxim Integrated Products141 struct snd_soc_component *component = codec_dai->component; in max98927_dai_set_fmt()148 dev_dbg(component->dev, "%s: fmt 0x%08X\n", __func__, fmt); in max98927_dai_set_fmt()155 max98927->master = true; in max98927_dai_set_fmt()159 dev_err(component->dev, "DAI clock mode unsupported\n"); in max98927_dai_set_fmt()160 return -EINVAL; in max98927_dai_set_fmt()163 regmap_update_bits(max98927->regmap, in max98927_dai_set_fmt()175 dev_err(component->dev, "DAI invert mode unsupported\n"); in max98927_dai_set_fmt()[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * cs35l34.c -- CS35l34 ALSA SoC audio driver29 #include <sound/soc-dapm.h>49 struct gpio_desc *reset_gpio; /* Active-low reset GPIO */236 struct snd_soc_component *component = snd_soc_dapm_to_component(w->dapm); in cs35l34_sdin_event()242 if (priv->tdm_mode) in cs35l34_sdin_event()243 regmap_update_bits(priv->regmap, CS35L34_PWRCTL3, in cs35l34_sdin_event()246 ret = regmap_update_bits(priv->regmap, CS35L34_PWRCTL1, in cs35l34_sdin_event()249 dev_err(component->dev, "Cannot set Power bits %d\n", ret); in cs35l34_sdin_event()255 if (priv->tdm_mode) { in cs35l34_sdin_event()[all …]
1 // SPDX-License-Identifier: GPL-2.044 if (tas2764->reset_gpio) { in tas2764_reset()45 gpiod_set_value_cansleep(tas2764->reset_gpio, 0); in tas2764_reset()47 gpiod_set_value_cansleep(tas2764->reset_gpio, 1); in tas2764_reset()51 snd_soc_component_write(tas2764->component, TAS2764_SW_RST, in tas2764_reset()58 struct snd_soc_component *component = tas2764->component; in tas2764_update_pwr_ctrl()62 if (tas2764->dac_powered) in tas2764_update_pwr_ctrl()63 val = tas2764->unmuted ? in tas2764_update_pwr_ctrl()89 if (tas2764->sdz_gpio) in tas2764_codec_suspend()90 gpiod_set_value_cansleep(tas2764->sdz_gpio, 0); in tas2764_codec_suspend()[all …]
1 // SPDX-License-Identifier: GPL-2.02 // rc-main.c - Remote Controller core module4 // Copyright (C) 2009-2010 by Mauro Carvalho Chehab8 #include <media/rc-core.h>18 #include "rc-core-priv.h"31 [RC_PROTO_RC5] = { .name = "rc-5",33 [RC_PROTO_RC5X_20] = { .name = "rc-5x-20",35 [RC_PROTO_RC5_SZ] = { .name = "rc-5-sz",39 [RC_PROTO_SONY12] = { .name = "sony-12",41 [RC_PROTO_SONY15] = { .name = "sony-15",[all …]
... then 81 /usr/share/command-not-found/command-not-found -- "$ ...