Home
last modified time | relevance | path

Searched full:es8316 (Results 1 – 22 of 22) sorted by relevance

/linux/sound/soc/codecs/
H A Des8316.c3 * es8316.c -- es8316 ALSA SoC audio driver
24 #include "es8316.h"
48 * ES8316 controls
366 struct es8316_priv *es8316 = snd_soc_component_get_drvdata(component); in es8316_set_dai_sysclk() local
370 es8316->sysclk = freq; in es8316_set_dai_sysclk()
371 es8316->sysclk_constraints.list = NULL; in es8316_set_dai_sysclk()
372 es8316->sysclk_constraints.count = 0; in es8316_set_dai_sysclk()
377 ret = clk_set_rate(es8316->mclk, freq); in es8316_set_dai_sysclk()
388 es8316->allowed_rates[count++] = freq / ratio; in es8316_set_dai_sysclk()
392 es8316->sysclk_constraints.list = es8316->allowed_rates; in es8316_set_dai_sysclk()
[all …]
H A Des8316.h12 * ES8316 register space
H A DMakefile129 snd-soc-es8316-y := es8316.o
546 obj-$(CONFIG_SND_SOC_ES8316) += snd-soc-es8316.o
H A Des8311.c831 * Specific delay is not documented, using the same as es8316. in es8311_reset()
H A DKconfig1166 tristate "Everest Semi ES8316 CODEC"
H A Des8326.c1272 /* ES8316 is level-based while ES8326 is edge-based */ in es8326_i2c_probe()
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3399-rockpro64-v2.dts17 es8316: codec@10 { label
18 compatible = "everest,es8316";
H A Drk3399-rockpro64.dts17 es8316: codec@11 { label
18 compatible = "everest,es8316";
H A Drk3399-pinebook-pro.dts132 es8316-sound {
136 simple-audio-card,name = "rockchip,es8316-codec";
162 sound-dai = <&es8316>;
667 es8316: audio-codec@11 { label
668 compatible = "everest,es8316";
808 es8316 {
H A Drk3399-rock-pi-4a-plus.dts16 &es8316 {
H A Drk3399-rock-pi-4b-plus.dts20 &es8316 {
H A Drk3399-rock-pi-4c.dts21 &es8316 {
H A Drk3399-rock-pi-4.dtsi466 es8316: codec@11 { label
467 compatible = "everest,es8316";
556 es8316 {
H A Drk3588s-rock-5a.dts23 label = "rk3588-es8316";
266 es8316: audio-codec@11 { label
267 compatible = "everest,es8316";
/linux/sound/soc/intel/boards/
H A Dbytcht_es8316.c4 * platforms with Everest ES8316 SoC
307 DAILINK_COMP_ARRAY(COMP_CODEC("i2c-ESSX8316:00", "ES8316 HiFi")));
349 static char long_name[50]; /* = "bytcht-es8316-*-spk-*-mic" */
382 * Some Cherry Trail boards with an ES8316 codec have a bug in their in byt_cht_es8316_resume()
404 #define SOF_CARD_NAME "bytcht es8316" /* card name will be 'sof-bytcht es8316' */
407 #define CARD_NAME "bytcht-es8316"
654 snprintf(long_name, sizeof(long_name), "bytcht-es8316-%s-spk-%s-mic", in snd_byt_cht_es8316_mc_probe()
H A DMakefile17 snd-soc-sst-byt-cht-es8316-y := bytcht_es8316.o
49 obj-$(CONFIG_SND_SOC_INTEL_BYT_CHT_ES8316_MACH) += snd-soc-sst-byt-cht-es8316.o
H A DKconfig223 tristate "Baytrail & Cherrytrail with ES8316 codec"
232 Cherrytrail platforms with ES8316 audio codec.
H A Dsof_es8336.c387 DAILINK_COMP_ARRAY(COMP_CODEC("i2c-ESSX8336:00", "ES8316 HiFi")));
/linux/sound/soc/intel/common/
H A Dsoc-acpi-intel-ssp-common.c35 CODEC_MAP_ENTRY("ES8316", "es8336", ES8316_ACPI_HID, CODEC_ES8316),
H A Dsoc-acpi-intel-byt-match.c176 .sof_tplg_filename = "sof-byt-es8316.tplg",
H A Dsoc-acpi-intel-cht-match.c174 .sof_tplg_filename = "sof-cht-es8316.tplg",
/linux/sound/soc/amd/acp/acp3x-es83xx/
H A Dacp3x-es83xx.c330 DAILINK_COMP_ARRAY(COMP_CODEC("i2c-ESSX8336:00", "ES8316 HiFi")));