/linux/sound/soc/codecs/ |
H A D | da7219-aad.c | 3 * da7219-aad.c - Dialog DA7219 ALSA SoC AAD Driver 21 #include <sound/da7219.h> 23 #include "da7219.h" 24 #include "da7219-aad.h" 33 struct da7219_priv *da7219 = snd_soc_component_get_drvdata(component); in da7219_aad_jack_det() local 35 da7219->aad->jack = jack; in da7219_aad_jack_det() 36 da7219->aad->jack_inserted = false; in da7219_aad_jack_det() 57 struct da7219_priv *da7219 = snd_soc_component_get_drvdata(component); in da7219_aad_btn_det_work() local 85 da7219->micbias_on_event = true; in da7219_aad_btn_det_work() 113 struct da7219_priv *da7219 = snd_soc_component_get_drvdata(component); in da7219_aad_hptest_work() local [all …]
|
H A D | da7219-aad.h | 3 * da7219-aad.h - DA7322 ASoC AAD Driver 17 #include <sound/da7219-aad.h>
|
/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8183-kukui-audio-da7219.dtsi | 3 * Google Kukui (and derivatives) audio fragment for da7219. 9 da7219: da7219@1a { label 12 compatible = "dlg,da7219"; 52 mediatek,headset-codec = <&da7219>;
|
H A D | mt8183-kukui-audio-da7219-max98357a.dtsi | 3 * Google Kukui (and derivatives) da7219-max98357a sound card. 8 #include "mt8183-kukui-audio-da7219.dtsi"
|
H A D | mt8183-kukui-audio-da7219-rt1015p.dtsi | 3 * Google Kukui (and derivatives) da7219-rt1015p sound card. 8 #include "mt8183-kukui-audio-da7219.dtsi"
|
H A D | mt8183-kukui-jacuzzi-willow-sku0.dts | 8 #include "mt8183-kukui-audio-da7219-max98357a.dtsi"
|
H A D | mt8183-kukui-jacuzzi-fennel14.dts | 8 #include "mt8183-kukui-audio-da7219-rt1015p.dtsi"
|
H A D | mt8183-kukui-jacuzzi-makomo-sku0.dts | 8 #include "mt8183-kukui-audio-da7219-rt1015p.dtsi"
|
H A D | mt8183-kukui-kakadu.dts | 8 #include "mt8183-kukui-audio-da7219-rt1015p.dtsi"
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | dialog,da7219.yaml | 4 $id: http://devicetree.org/schemas/sound/dialog,da7219.yaml# 7 title: Dialog Semiconductor DA7219 Audio Codec 13 The DA7219 is an ultra low-power audio codec with 20 const: dlg,da7219 201 codec: da7219@1a { 202 compatible = "dlg,da7219"; 213 clock-output-names = "da7219-dai-wclk", "da7219-dai-bclk";
|
H A D | mt8186-mt6366-da7219-max98357.yaml | 4 $id: http://devicetree.org/schemas/sound/mt8186-mt6366-da7219-max98357.yaml# 7 title: Mediatek MT8186 with MT6366, DA7219 and MAX98357 ASoC sound card driver 21 - mediatek,mt8186-mt6366-da7219-max98357-sound 155 compatible = "mediatek,mt8186-mt6366-da7219-max98357-sound"; 175 sound-dai = <&da7219>; 184 sound-dai = <&da7219>;
|
H A D | mt8183-da7219-max98357.txt | 1 MT8183 with MT6358, DA7219, MAX98357, and RT1015 CODECS 7 - mediatek,headset-codec: the phandles of da7219 codecs 17 mediatek,headset-codec = <&da7219>;
|
H A D | rockchip,rk3399-gru-sound.txt | 1 ROCKCHIP with MAX98357A/RT5514/DA7219 codecs on GRU boards 20 rockchip,codec = <&max98357a &rt5514 &da7219>;
|
/linux/sound/soc/rockchip/ |
H A D | rk3399_gru_sound.c | 3 * Rockchip machine ASoC driver for boards using MAX98357A/RT5514/DA7219 21 #include "../codecs/da7219.h" 310 SND_SOC_DAILINK_DEFS(da7219, 312 DAILINK_COMP_ARRAY(COMP_CODEC(NULL, "da7219-hifi")), 345 .name = "DA7219", 346 .stream_name = "DA7219 PCM", 349 /* set da7219 as slave */ 352 SND_SOC_DAILINK_REG(da7219), 457 .compatible = "dlg,da7219",
|
/linux/sound/soc/intel/boards/ |
H A D | sof_da7219.c | 17 #include "../../codecs/da7219.h" 27 #define DIALOG_CODEC_DAI "da7219-hifi" 38 if (ctx->da7219.pll_bypass) in platform_clock_control() 132 if (ctx->da7219.mclk_en && in da7219_codec_init() 143 ctx->da7219.pll_bypass = true; in da7219_codec_init() 200 .name = "da7219", /* the sof- prefix is added by the core */ 389 ctx->da7219.mclk_en = true; in audio_probe()
|
H A D | sof_board_helpers.h | 88 * sof_da7219_private: private data for da7219 machine driver 130 * @da7219: private data for da7219 machine driver 162 struct sof_da7219_private da7219; member
|
H A D | Kconfig | 282 tristate "GLK with DA7219 and MAX98357A in I2S Mode" 286 with DA7219 + MAX98357A I2S audio codec. This option is deprecated 425 tristate "CML_LP with DA7219 and MAX98357A in I2S Mode" 429 with DA7219 + MAX98357A I2S audio codec. This option is deprecated 447 tristate "SOF with DA7219 codec in I2S Mode" 462 with Dialog DA7219 I2S audio codec.
|
/linux/sound/soc/intel/avs/boards/ |
H A D | Makefile | 3 snd-soc-avs-da7219-y := da7219.o 21 obj-$(CONFIG_SND_SOC_INTEL_AVS_MACH_DA7219) += snd-soc-avs-da7219.o
|
H A D | da7219.c | 18 #include "../../../codecs/da7219.h" 21 #define DA7219_DAI_NAME "da7219-hifi" 280 MODULE_DESCRIPTION("Intel da7219 machine driver");
|
H A D | Kconfig | 8 tristate "da7219 I2S board" 13 This adds support for AVS with DA7219 I2S codec configuration.
|
/linux/include/sound/ |
H A D | da7219.h | 3 * da7219.h - DA7219 ASoC Codec Driver Platform Data
|
/linux/sound/soc/intel/common/ |
H A D | soc-acpi-intel-jsl-match.c | 58 .sof_tplg_filename = "sof-jsl-da7219.tplg", 65 .sof_tplg_filename = "sof-jsl-da7219-mx98360a.tplg",
|
H A D | soc-acpi-intel-ssp-common.c | 32 CODEC_MAP_ENTRY("DA7219", "da7219", DA7219_ACPI_HID, CODEC_DA7219),
|
/linux/sound/soc/mediatek/ |
H A D | Kconfig | 160 tristate "ASoC Audio driver for MT8183 with DA7219 MAX98357A RT1015 codec" 171 with the DA7219 MAX98357A RT1015 audio codec.
|
/linux/sound/soc/mediatek/mt8183/ |
H A D | Makefile | 15 obj-$(CONFIG_SND_SOC_MT8183_DA7219_MAX98357A) += mt8183-da7219-max98357.o
|