Searched full:nau8821 (Results 1 – 10 of 10) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | nau8821.c | 3 // nau8821.c -- Nuvoton NAU88L21 audio codec driver 27 #include "nau8821.h" 45 static int nau8821_configure_sysclk(struct nau8821 *nau8821, 471 struct nau8821 *nau8821 = snd_soc_component_get_drvdata(component); in dmic_clock_control() local 477 * less than nau8821->dmic_clk_threshold. in dmic_clock_control() 479 regmap_read(nau8821->regmap, NAU8821_R03_CLK_DIVIDER, in dmic_clock_control() 483 clk_adc = (nau8821->fs * 256) >> clk_adc_src; in dmic_clock_control() 487 nau8821->dmic_clk_threshold) { in dmic_clock_control() 494 dev_dbg(nau8821->dev, in dmic_clock_control() 496 clk_adc, nau8821->dmic_clk_threshold, in dmic_clock_control() [all …]
|
H A D | nau8821.h | 547 #define NUVOTON_CODEC_DAI "nau8821-hifi" 559 struct nau8821 { struct
|
H A D | Makefile | 188 snd-soc-nau8821-y := nau8821.o 590 obj-$(CONFIG_SND_SOC_NAU8821) += snd-soc-nau8821.o
|
/linux/sound/soc/amd/vangogh/ |
H A D | acp5x-mach.c | 4 * NAU8821 & CS35L41 or NAU8821 & MAX98388 codecs. 20 #include "../../codecs/nau8821.h" 28 #define ACP5X_NAU8821_DAI_NAME "nau8821-hifi" 41 SND_SOC_DAILINK_DEF(nau8821, DAILINK_COMP_ARRAY(COMP_CODEC(ACP5X_NAU8821_COMP_NAME, 283 SND_SOC_DAILINK_REG(acp5x_i2s, nau8821, platform), 382 SND_SOC_DAILINK_REG(acp5x_i2s, nau8821, platform), 494 MODULE_DESCRIPTION("NAU8821/CS35L41 & NAU8821/MAX98388 audio support");
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | nuvoton,nau8821.yaml | 4 $id: http://devicetree.org/schemas/sound/nuvoton,nau8821.yaml# 17 const: nuvoton,nau8821 129 compatible = "nuvoton,nau8821";
|
/linux/sound/soc/amd/ |
H A D | Kconfig | 82 tristate "AMD Vangogh support for NAU8821/CS35L41/MAX98388" 90 using NAU8821 and either CS35L41 or MAX98388 codecs.
|
H A D | acp-config.c | 271 .drv_name = "nau8821-max", 276 .sof_tplg_filename = "sof-vangogh-nau8821-max.tplg",
|
/linux/sound/soc/amd/acp/ |
H A D | acp-sof-mach.c | 88 .hs_codec_id = NAU8821, 156 .name = "nau8821-max",
|
H A D | acp-mach.h | 49 NAU8821, enumerator
|
H A D | acp-mach-common.c | 28 #include "../../codecs/nau8821.h" 35 #define NAU8821_CODEC_DAI "nau8821-hifi" 1281 SND_SOC_DAILINK_DEF(nau8821, 1431 if (drv_data->hs_codec_id == NAU8821) { in acp_sofdsp_dai_links_create() 1432 links[i].codecs = nau8821; in acp_sofdsp_dai_links_create() 1433 links[i].num_codecs = ARRAY_SIZE(nau8821); in acp_sofdsp_dai_links_create()
|