Home
last modified time | relevance | path

Searched +full:spk +full:- +full:depop +full:- +full:time +full:- +full:ms (Results 1 – 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/
Drockchip,rk3328-codec.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/rockchip,rk3328-codec.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Heiko Stuebner <heiko@sntech.de>
14 const: rockchip,rk3328-codec
21 - description: clock for audio codec
22 - description: clock for I2S master clock
24 clock-names:
26 - const: pclk
[all …]
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/
Drockchip,rk3328-codec.yaml1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/sound/rockchip,rk3328-codec.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Heiko Stuebner <heiko@sntech.de>
12 - $ref: dai-common.yaml#
17 const: rockchip,rk3328-codec
24 - description: clock for audio codec
25 - description: clock for I2S master clock
27 clock-names:
[all …]
/kernel/linux/linux-6.6/sound/soc/codecs/
Drk3328_codec.c1 // SPDX-License-Identifier: GPL-2.0
22 * 0: -39dB
58 regmap_write(rk3328->regmap, CODEC_RESET, 0x00); in rk3328_codec_reset()
60 regmap_write(rk3328->regmap, CODEC_RESET, 0x03); in rk3328_codec_reset()
68 snd_soc_component_get_drvdata(dai->component); in rk3328_set_dai_fmt()
79 return -EINVAL; in rk3328_set_dai_fmt()
82 regmap_update_bits(rk3328->regmap, DAC_INIT_CTRL1, in rk3328_set_dai_fmt()
100 return -EINVAL; in rk3328_set_dai_fmt()
103 regmap_update_bits(rk3328->regmap, DAC_INIT_CTRL2, in rk3328_set_dai_fmt()
112 snd_soc_component_get_drvdata(dai->component); in rk3328_mute_stream()
[all …]
/kernel/linux/linux-5.10/sound/soc/codecs/
Drk3328_codec.c1 // SPDX-License-Identifier: GPL-2.0
23 * 0: -39dB
59 regmap_write(rk3328->regmap, CODEC_RESET, 0x00); in rk3328_codec_reset()
61 regmap_write(rk3328->regmap, CODEC_RESET, 0x03); in rk3328_codec_reset()
69 snd_soc_component_get_drvdata(dai->component); in rk3328_set_dai_fmt()
80 return -EINVAL; in rk3328_set_dai_fmt()
83 regmap_update_bits(rk3328->regmap, DAC_INIT_CTRL1, in rk3328_set_dai_fmt()
101 return -EINVAL; in rk3328_set_dai_fmt()
104 regmap_update_bits(rk3328->regmap, DAC_INIT_CTRL2, in rk3328_set_dai_fmt()
113 snd_soc_component_get_drvdata(dai->component); in rk3328_mute_stream()
[all …]
/kernel/linux/linux-6.6/sound/pci/hda/
Dpatch_realtek.c1 // SPDX-License-Identifier: GPL-2.0-or-later
35 /* extra amp-initialization sequence types */
146 struct alc_spec *spec = codec->spec; in coef_mutex_lock()
149 mutex_lock(&spec->coef_mutex); in coef_mutex_lock()
154 struct alc_spec *spec = codec->spec; in coef_mutex_unlock()
156 mutex_unlock(&spec->coef_mutex); in coef_mutex_unlock()
208 if (val != -1) in __alc_update_coefex_idx()
225 /* a special bypass for COEF 0; read the cached value at the second time */
228 struct alc_spec *spec = codec->spec; in alc_get_coef0()
230 if (!spec->coef0) in alc_get_coef0()
[all …]
/kernel/linux/linux-5.10/sound/pci/hda/
Dpatch_realtek.c1 // SPDX-License-Identifier: GPL-2.0-or-later
33 /* extra amp-initialization sequence types */
141 struct alc_spec *spec = codec->spec; in coef_mutex_lock()
144 mutex_lock(&spec->coef_mutex); in coef_mutex_lock()
149 struct alc_spec *spec = codec->spec; in coef_mutex_unlock()
151 mutex_unlock(&spec->coef_mutex); in coef_mutex_unlock()
203 if (val != -1) in __alc_update_coefex_idx()
220 /* a special bypass for COEF 0; read the cached value at the second time */
223 struct alc_spec *spec = codec->spec; in alc_get_coef0()
225 if (!spec->coef0) in alc_get_coef0()
[all …]