Home
last modified time | relevance | path

Searched +full:analog +full:- +full:amplifier (Results 1 – 25 of 200) sorted by relevance

12345678

/kernel/linux/linux-6.6/drivers/iio/amplifiers/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
10 tristate "Analog Devices AD8366 and similar Gain Amplifiers"
15 Say yes here to build support for Analog Devices AD8366 and similar
17 from Analog Devices:
18 AD8366 Dual-Digital Variable Gain Amplifier (VGA)
19 ADA4961 BiCMOS RF Digital Gain Amplifier (DGA)
20 ADL5240 Digitally controlled variable gain amplifier (VGA)
21 HMC792A 0.25 dB LSB GaAs MMIC 6-Bit Digital Attenuator
22 HMC1119 0.25 dB LSB, 7-Bit, Silicon Digital Attenuator
28 tristate "Analog Devices ADA4250 Instrumentation Amplifier"
[all …]
/kernel/linux/linux-6.6/sound/soc/codecs/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 # setting - SPI can't be modular so that case doesn't need to be covered.
438 tristate "Analog Devices ADAU1372 CODEC (I2C)"
444 tristate "Analog Devices ADAU1372 CODEC (SPI)"
455 tristate "Analog Devices ADAU1701 CODEC"
469 tristate "Analog Devices AU1761 CODEC - I2C"
475 tristate "Analog Devices AU1761 CODEC - SPI"
512 tristate "Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter"
518 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - HW Mode"
521 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM
[all …]
/kernel/linux/linux-5.10/sound/soc/codecs/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
5 # setting - SPI can't be modular so that case doesn't need to be covered.
372 tristate "Analog Devices ADAU1701 CODEC"
386 tristate "Analog Devices AU1761 CODEC - I2C"
392 tristate "Analog Devices AU1761 CODEC - SPI"
429 tristate "Analog Devices ADAU7002 Stereo PDM-to-I2S/TDM Converter"
435 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - HW Mode"
438 Enable support for the Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM
444 will be called snd-soc-adau7118-hw.
447 tristate "Analog Devices ADAU7118 8 Channel PDM-to-I2S/TDM Converter - I2C"
[all …]
/kernel/linux/linux-5.10/drivers/iio/amplifiers/
DKconfig1 # SPDX-License-Identifier: GPL-2.0
10 tristate "Analog Devices AD8366 and similar Gain Amplifiers"
15 Say yes here to build support for Analog Devices AD8366 and similar
17 from Analog Devices:
18 AD8366 Dual-Digital Variable Gain Amplifier (VGA)
19 ADA4961 BiCMOS RF Digital Gain Amplifier (DGA)
20 ADL5240 Digitally controlled variable gain amplifier (VGA)
21 HMC1119 0.25 dB LSB, 7-Bit, Silicon Digital Attenuator
27 tristate "Analog Devices HMC425A and similar GPIO Gain Amplifiers"
30 Say yes here to build support for Analog Devices HMC425A and similar
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Dname-prefix.txt9 - sound-name-prefix : string using as prefix for the sink/source names of
14 amp0: analog-amplifier@0 {
15 compatible = "simple-audio-amplifier";
16 enable-gpios = <&gpio GPIOH_3 0>;
17 sound-name-prefix = "FRONT";
20 amp1: analog-amplifier@1 {
21 compatible = "simple-audio-amplifier";
22 enable-gpios = <&gpio GPIOH_4 0>;
23 sound-name-prefix = "BACK";
Dsimple-amplifier.txt1 Simple Amplifier Audio Driver
4 - compatible : "dioo,dio2125" or "simple-audio-amplifier"
7 - enable-gpios : the gpio connected to the enable pin of the simple amplifier
8 - VCC-supply : power supply for the device, as covered
13 amp: analog-amplifier {
14 compatible = "simple-audio-amplifier";
15 VCC-supply = <&regulator>;
16 enable-gpios = <&gpio GPIOH_3 0>;
Dadi,ssm2305.txt1 Analog Devices SSM2305 Speaker Amplifier
5 - compatible : "adi,ssm2305"
6 - shutdown-gpios : The gpio connected to the shutdown pin.
11 ssm2305: analog-amplifier {
13 shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
/kernel/linux/linux-6.6/sound/soc/sunxi/
Dsun50i-codec-analog.c1 // SPDX-License-Identifier: GPL-2.0+
3 * This driver supports the analog controls for the internal codec
6 * Copyright (C) 2016 Chen-Yu Tsai <wens@csie.org>
10 * Based on sun8i-codec-analog.c
23 #include <sound/soc-dapm.h>
26 #include "sun8i-adda-pr-regmap.h"
28 /* Codec analog control register offsets and bit fields */
172 -450, 150, 0);
178 static const DECLARE_TLV_DB_SCALE(sun50i_codec_hp_vol_scale, -6300, 100, 1);
182 2, 31, TLV_DB_SCALE_ITEM(-4350, 150, 0),
[all …]
Dsun4i-codec.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright 2015 Maxime Ripard <maxime.ripard@free-electrons.com>
7 * Copyright 2016 Chen-Yu Tsai <wens@csie.org>
54 /* Codec DAC side analog signal controls */
93 /* Codec ADC side analog signal controls */
127 * have been moved around to accommodate extra analog controls.
209 /* Analog performance tuning controls */
255 regmap_set_bits(scodec->regmap, SUN4I_CODEC_DAC_FIFOC, in sun4i_codec_start_playback()
259 regmap_set_bits(scodec->regmap, SUN4I_CODEC_DAC_FIFOC, in sun4i_codec_start_playback()
266 regmap_clear_bits(scodec->regmap, SUN4I_CODEC_DAC_FIFOC, in sun4i_codec_stop_playback()
[all …]
Dsun8i-codec-analog.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * This driver supports the analog controls for the internal codec
6 * Copyright 2016 Chen-Yu Tsai <wens@csie.org>
18 #include <sound/soc-dapm.h>
21 #include "sun8i-adda-pr-regmap.h"
23 /* Codec analog control register offsets and bit fields */
198 -450, 150, 0);
205 /* Mixer pre-gain */
243 SND_SOC_DAPM_PGA("Mic1 Amplifier", SUN8I_ADDA_MIC1G_MICBIAS_CTRL,
287 { "Mic1 Amplifier", NULL, "MIC1"},
[all …]
/kernel/linux/linux-5.10/sound/soc/sunxi/
Dsun50i-codec-analog.c1 // SPDX-License-Identifier: GPL-2.0+
3 * This driver supports the analog controls for the internal codec
6 * Copyright (C) 2016 Chen-Yu Tsai <wens@csie.org>
10 * Based on sun8i-codec-analog.c
23 #include <sound/soc-dapm.h>
26 #include "sun8i-adda-pr-regmap.h"
28 /* Codec analog control register offsets and bit fields */
171 -450, 150, 0);
177 static const DECLARE_TLV_DB_SCALE(sun50i_codec_hp_vol_scale, -6300, 100, 1);
181 2, 31, TLV_DB_SCALE_ITEM(-4350, 150, 0),
[all …]
Dsun4i-codec.c1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright 2015 Maxime Ripard <maxime.ripard@free-electrons.com>
7 * Copyright 2016 Chen-Yu Tsai <wens@csie.org>
53 /* Codec DAC side analog signal controls */
92 /* Codec ADC side analog signal controls */
126 * have been moved around to accommodate extra analog controls.
208 /* Analog performance tuning controls */
253 regmap_update_bits(scodec->regmap, SUN4I_CODEC_DAC_FIFOC, in sun4i_codec_start_playback()
258 regmap_update_bits(scodec->regmap, SUN4I_CODEC_DAC_FIFOC, in sun4i_codec_start_playback()
266 regmap_update_bits(scodec->regmap, SUN4I_CODEC_DAC_FIFOC, in sun4i_codec_stop_playback()
[all …]
Dsun8i-codec-analog.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * This driver supports the analog controls for the internal codec
6 * Copyright 2016 Chen-Yu Tsai <wens@csie.org>
18 #include <sound/soc-dapm.h>
21 #include "sun8i-adda-pr-regmap.h"
23 /* Codec analog control register offsets and bit fields */
198 -450, 150, 0);
205 /* Mixer pre-gain */
243 SND_SOC_DAPM_PGA("Mic1 Amplifier", SUN8I_ADDA_MIC1G_MICBIAS_CTRL,
287 { "Mic1 Amplifier", NULL, "MIC1"},
[all …]
/kernel/linux/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 tristate "OPA362 external analog amplifier"
8 Driver for OPA362 external analog TV amplifier controlled
34 tristate "Analog TV Connector"
36 Driver for a generic analog TV connector.
/kernel/linux/linux-6.6/drivers/video/fbdev/omap2/omapfb/displays/
DKconfig1 # SPDX-License-Identifier: GPL-2.0-only
6 tristate "OPA362 external analog amplifier"
8 Driver for OPA362 external analog TV amplifier controlled
34 tristate "Analog TV Connector"
36 Driver for a generic analog TV connector.
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Dadi,ssm2305.txt1 Analog Devices SSM2305 Speaker Amplifier
5 - compatible : "adi,ssm2305"
6 - shutdown-gpios : The gpio connected to the shutdown pin.
11 ssm2305: analog-amplifier {
13 shutdown-gpios = <&gpio3 20 GPIO_ACTIVE_LOW>;
Dsimple-audio-amplifier.yaml1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/sound/simple-audio-amplifier.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Simple Audio Amplifier
10 - Jerome Brunet <jbrunet@baylibre.com>
13 - $ref: dai-common.yaml#
18 - dioo,dio2125
19 - simple-audio-amplifier
21 enable-gpios:
[all …]
Dadi,max98388.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices MAX98388 Speaker Amplifier
10 - Ryan Lee <ryans.lee@analog.com>
13 The MAX98388 is a mono Class-D speaker amplifier with I/V feedback.
18 - $ref: dai-common.yaml#
23 - adi,max98388
28 '#sound-dai-cells':
31 adi,vmon-slot-no:
[all …]
Dadi,max98396.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices MAX98396 Speaker Amplifier
10 - Ryan Lee <ryans.lee@analog.com>
13 The MAX98396 is a mono Class-DG speaker amplifier with I/V sense.
21 - adi,max98396
22 - adi,max98397
27 avdd-supply:
30 dvdd-supply:
[all …]
Dadi,ssm3515.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices SSM3515 Audio Amplifier
10 - Martin Povišer <povik+lin@cutebit.org>
13 SSM3515 is a mono Class-D audio amplifier with digital input.
15 https://www.analog.com/media/en/technical-documentation/data-sheets/SSM3515.pdf
18 - $ref: dai-common.yaml#
23 - adi,ssm3515
28 '#sound-dai-cells':
[all …]
Dadi,max98363.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Analog Devices MAX98363 SoundWire Amplifier
10 - Ryan Lee <ryans.lee@analog.com>
13 The MAX98363 is a SoundWire input Class D mono amplifier that
14 supports MIPI SoundWire v1.2-compatible digital interface for
21 - $ref: dai-common.yaml#
30 '#sound-dai-cells':
34 - compatible
[all …]
/kernel/linux/linux-5.10/include/sound/
Dmax98088.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
29 /* Receiver output can be configured as power amplifier or LINE out */
31 * 0 = amplifier output, or
36 /* Analog/digital microphone configuration:
37 * 0 = analog microphone input (normal setting)
/kernel/linux/linux-6.6/include/sound/
Dmax98088.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
29 /* Receiver output can be configured as power amplifier or LINE out */
31 * 0 = amplifier output, or
36 /* Analog/digital microphone configuration:
37 * 0 = analog microphone input (normal setting)
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/iio/dac/
Dadi,ad7293.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: AD7293 12-Bit Power Amplifier Current Controller with ADC,
11 - Antoniu Miclaus <antoniu.miclaus@analog.com>
14 Power Amplifier drain current controller containing functionality
15 for general-purpose monitoring and control of current, voltage,
17 SPI-compatible interface.
19 https://www.analog.com/en/products/ad7293.html
24 - adi,ad7293
[all …]
/kernel/linux/linux-6.6/Documentation/sound/soc/
Ddapm.rst11 such, can easily co-exist with the other PM systems.
60 Audio DAPM widgets fall into a number of types:-
63 Mixes several analog signals into a single analog signal.
65 An analog switch that outputs only one of many inputs.
67 A programmable gain amplifier or attenuation widget.
69 Analog to Digital Converter
71 Digital to Analog Converter
73 An analog switch
127 (Widgets are defined in include/sound/soc-dapm.h)
130 There are convenience macros defined in soc-dapm.h that can be used to quickly
[all …]

12345678