Searched full:max98927 (Results 1 – 12 of 12) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | max98927.c | 3 * max98927.c -- MAX98927 ALSA Soc Audio driver 20 #include "max98927.h" 141 struct max98927_priv *max98927 = snd_soc_component_get_drvdata(component); in max98927_dai_set_fmt() local 151 max98927->provider = false; in max98927_dai_set_fmt() 155 max98927->provider = true; in max98927_dai_set_fmt() 163 regmap_update_bits(max98927->regmap, MAX98927_R0021_PCM_MASTER_MODE, in max98927_dai_set_fmt() 177 regmap_update_bits(max98927->regmap, MAX98927_R0020_PCM_MODE_CFG, in max98927_dai_set_fmt() 200 max98927->iface = fmt & SND_SOC_DAIFMT_FORMAT_MASK; in max98927_dai_set_fmt() 204 regmap_update_bits(max98927->regmap, MAX98927_R0018_PCM_RX_EN_A, in max98927_dai_set_fmt() 208 regmap_update_bits(max98927->regmap, in max98927_dai_set_fmt() [all …]
|
H A D | max98927.h | 3 * max98927.h -- MAX98927 ALSA Soc Audio driver
|
H A D | max98396.h | 167 /* MAX98927 Registers */
|
H A D | Makefile | 167 snd-soc-max98927-y := max98927.o 579 obj-$(CONFIG_SND_SOC_MAX98927) += snd-soc-max98927.o
|
H A D | Kconfig | 1309 tristate "Maxim Integrated MAX98927 Speaker Amplifier"
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | maxim,max98925.yaml | 7 title: Maxim Integrated MAX98925/MAX98926/MAX98927 speaker amplifier 17 - maxim,max98927 65 - maxim,max98927 86 compatible = "maxim,max98927";
|
/linux/sound/soc/intel/avs/boards/ |
H A D | Makefile | 8 snd-soc-avs-max98927-y := max98927.o 26 obj-$(CONFIG_SND_SOC_INTEL_AVS_MACH_MAX98927) += snd-soc-avs-max98927.o
|
H A D | Kconfig | 50 tristate "max98927 I2S board" 55 This adds support for AVS with MAX98927 I2S codec configuration.
|
/linux/arch/arm64/boot/dts/qcom/ |
H A D | sdm845-oneplus-enchilada.dts | 39 max98927_codec: max98927@3a { 40 compatible = "maxim,max98927";
|
H A D | msm8953-xiaomi-daisy.dts | 121 compatible = "maxim,max98927";
|
H A D | msm8953-xiaomi-tissot.dts | 91 compatible = "maxim,max98927";
|
/linux/sound/soc/intel/avs/ |
H A D | board_selection.c | 136 .tplg_filename = "max98927-tplg.bin",
|