Searched full:es8316 (Results 1 – 20 of 20) sorted by relevance
/Linux-v6.1/sound/soc/codecs/ |
D | es8316.c | 3 * es8316.c -- es8316 ALSA SoC audio driver 24 #include "es8316.h" 49 * ES8316 controls 362 struct es8316_priv *es8316 = snd_soc_component_get_drvdata(component); in es8316_set_dai_sysclk() local 366 es8316->sysclk = freq; in es8316_set_dai_sysclk() 369 es8316->sysclk_constraints.list = NULL; in es8316_set_dai_sysclk() 370 es8316->sysclk_constraints.count = 0; in es8316_set_dai_sysclk() 375 ret = clk_set_rate(es8316->mclk, freq); in es8316_set_dai_sysclk() 386 es8316->allowed_rates[count++] = freq / ratio; in es8316_set_dai_sysclk() 389 es8316->sysclk_constraints.list = es8316->allowed_rates; in es8316_set_dai_sysclk() [all …]
|
D | es8316.h | 12 * ES8316 register space
|
D | Makefile | 104 snd-soc-es8316-objs := es8316.o 464 obj-$(CONFIG_SND_SOC_ES8316) += snd-soc-es8316.o
|
D | Kconfig | 928 tristate "Everest Semi ES8316 CODEC"
|
D | es8326.c | 842 /* ES8316 is level-based while ES8326 is edge-based */ in es8326_i2c_probe()
|
/Linux-v6.1/Documentation/devicetree/bindings/sound/ |
D | everest,es8316.yaml | 4 $id: http://devicetree.org/schemas/sound/everest,es8316.yaml# 7 title: Everest ES8316 audio CODEC 15 const: everest,es8316 43 es8316: codec@11 { 44 compatible = "everest,es8316";
|
/Linux-v6.1/arch/arm64/boot/dts/rockchip/ |
D | rk3399-rockpro64-v2.dts | 17 es8316: codec@10 { label 18 compatible = "everest,es8316";
|
D | rk3399-rockpro64.dts | 17 es8316: codec@11 { label 18 compatible = "everest,es8316";
|
D | rk3399-pinebook-pro.dts | 143 es8316-sound { 147 simple-audio-card,name = "rockchip,es8316-codec"; 173 sound-dai = <&es8316>; 678 es8316: es8316@11 { label 679 compatible = "everest,es8316"; 820 es8316 {
|
D | rk3399-rock-pi-4a-plus.dts | 16 &es8316 {
|
D | rk3399-rock-pi-4b-plus.dts | 20 &es8316 {
|
D | rk3399-rock-pi-4c.dts | 20 &es8316 {
|
D | rk3399-rock-pi-4.dtsi | 467 es8316: codec@11 { label 468 compatible = "everest,es8316"; 556 es8316 {
|
/Linux-v6.1/sound/soc/intel/boards/ |
D | bytcht_es8316.c | 4 * platforms with Everest ES8316 SoC 306 DAILINK_COMP_ARRAY(COMP_CODEC("i2c-ESSX8316:00", "ES8316 HiFi"))); 352 static char long_name[50]; /* = "bytcht-es8316-*-spk-*-mic" */ 385 * Some Cherry Trail boards with an ES8316 codec have a bug in their in byt_cht_es8316_resume() 407 #define SOF_CARD_NAME "bytcht es8316" /* card name will be 'sof-bytcht es8316' */ 410 #define CARD_NAME "bytcht-es8316" 588 snprintf(long_name, sizeof(long_name), "bytcht-es8316-%s-spk-%s-mic", in snd_byt_cht_es8316_mc_probe()
|
D | Makefile | 20 snd-soc-sst-byt-cht-es8316-objs := bytcht_es8316.o 68 obj-$(CONFIG_SND_SOC_INTEL_BYT_CHT_ES8316_MACH) += snd-soc-sst-byt-cht-es8316.o
|
D | Kconfig | 217 tristate "Baytrail & Cherrytrail with ES8316 codec" 225 Cherrytrail platforms with ES8316 audio codec.
|
D | sof_es8336.c | 387 DAILINK_COMP_ARRAY(COMP_CODEC("i2c-ESSX8336:00", "ES8316 HiFi")));
|
/Linux-v6.1/sound/soc/amd/ |
D | acp-es8336.c | 142 DAILINK_COMP_ARRAY(COMP_CODEC("i2c-ESSX8336:00", "ES8316 HiFi"))); 307 .name = "st-es8316", 317 MODULE_DESCRIPTION("st-es8316 audio support");
|
/Linux-v6.1/sound/soc/intel/common/ |
D | soc-acpi-intel-cht-match.c | 116 .sof_tplg_filename = "sof-cht-es8316.tplg",
|
D | soc-acpi-intel-byt-match.c | 176 .sof_tplg_filename = "sof-byt-es8316.tplg",
|