Searched +full:spk +full:- +full:depop +full:- +full:time +full:- +full:ms (Results 1 – 3 of 3) sorted by relevance
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | rockchip,rk3328-codec.yaml | 1 # 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-5.10/sound/soc/codecs/ |
| D | rk3328_codec.c | 1 // 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-5.10/sound/pci/hda/ |
| D | patch_realtek.c | 1 // SPDX-License-Identifier: GPL-2.0-or-later 32 /* extra amp-initialization sequence types */ 139 struct alc_spec *spec = codec->spec; in coef_mutex_lock() 142 mutex_lock(&spec->coef_mutex); in coef_mutex_lock() 147 struct alc_spec *spec = codec->spec; in coef_mutex_unlock() 149 mutex_unlock(&spec->coef_mutex); in coef_mutex_unlock() 201 if (val != -1) in __alc_update_coefex_idx() 218 /* a special bypass for COEF 0; read the cached value at the second time */ 221 struct alc_spec *spec = codec->spec; in alc_get_coef0() 223 if (!spec->coef0) in alc_get_coef0() [all …]
|