/linux/sound/soc/codecs/ |
H A D | rt1015p.c | 3 // rt1015p.c -- RT1015P ALSA SoC audio amplifier driver 31 struct rt1015p_priv *rt1015p = in rt1015p_sdb_event() local 34 if (!rt1015p->sdb) in rt1015p_sdb_event() 39 gpiod_set_value_cansleep(rt1015p->sdb, 1); in rt1015p_sdb_event() 42 if (!rt1015p->calib_done) { in rt1015p_sdb_event() 44 rt1015p->calib_done = true; in rt1015p_sdb_event() 48 gpiod_set_value_cansleep(rt1015p->sdb, 0); in rt1015p_sdb_event() 73 struct rt1015p_priv *rt1015p = snd_soc_component_get_drvdata(component); in rt1015p_suspend() local 75 rt1015p->calib_done = false; in rt1015p_suspend() 107 struct rt1015p_priv *rt1015p; in rt1015p_platform_probe() local [all …]
|
H A D | Makefile | 229 snd-soc-rt1015p-y := rt1015p.o 641 obj-$(CONFIG_SND_SOC_RT1015P) += snd-soc-rt1015p.o
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | realtek,rt1015p.yaml | 4 $id: http://devicetree.org/schemas/sound/realtek,rt1015p.yaml# 7 title: Realtek rt1015p codec 13 Rt1015p is a rt1015 variant which does not support I2C and 19 - realtek,rt1015p 40 rt1015p: rt1015p { 41 compatible = "realtek,rt1015p";
|
H A D | mt8183-da7219-max98357.txt | 6 "mediatek,mt8183_da7219_rt1015p" for RT1015P codec
|
H A D | mt8183-mt6358-ts3a227-max98357.txt | 7 "mediatek,mt8183_mt6358_ts3a227_rt1015p" for RT1015P codec
|
H A D | mt8192-mt6359-rt1015-rt5682.yaml | 172 sound-dai = <&rt1015p>;
|
/linux/arch/arm64/boot/dts/mediatek/ |
H A D | mt8183-kukui-audio-rt1015p.dtsi | 3 * Google Kukui (and derivatives) audio fragment for rt1015p. 9 rt1015p: rt1015p { label 10 compatible = "realtek,rt1015p";
|
H A D | mt8183-kukui-audio-da7219-rt1015p.dtsi | 3 * Google Kukui (and derivatives) da7219-rt1015p sound card. 9 #include "mt8183-kukui-audio-rt1015p.dtsi"
|
H A D | mt8183-kukui-audio-ts3a227e-rt1015p.dtsi | 3 * Google Kukui (and derivatives) mt6358-ts3a227-rt1015p sound card. 9 #include "mt8183-kukui-audio-rt1015p.dtsi"
|
H A D | mt8183-kukui-jacuzzi-fennel14-sku2.dts | 8 #include "mt8183-kukui-audio-ts3a227e-rt1015p.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-jacuzzi-makomo-sku1.dts | 8 #include "mt8183-kukui-audio-ts3a227e-rt1015p.dtsi"
|
H A D | mt8183-kukui-kakadu.dts | 8 #include "mt8183-kukui-audio-da7219-rt1015p.dtsi"
|
H A D | mt8183-kukui-jacuzzi-fennel-sku6.dts | 8 #include "mt8183-kukui-audio-da7219-rt1015p.dtsi"
|
H A D | mt8183-kukui-jacuzzi-fennel-sku7.dts | 8 #include "mt8183-kukui-audio-ts3a227e-rt1015p.dtsi"
|
H A D | mt8183-kukui-kakadu-sku22.dts | 8 #include "mt8183-kukui-audio-rt1015p.dtsi"
|
H A D | mt8183-kukui-jacuzzi-fennel-sku1.dts | 8 #include "mt8183-kukui-audio-da7219-rt1015p.dtsi"
|
H A D | mt8192-asurada-hayato-r5-sku2.dts | 52 sound-dai = <&rt1015p>;
|
H A D | mt8192-asurada-spherion-r4.dts | 68 sound-dai = <&rt1015p>;
|
H A D | mt8192-asurada-hayato-r1.dts | 114 sound-dai = <&rt1015p>;
|
/linux/sound/soc/intel/boards/ |
H A D | sof_realtek_common.c | 313 * rt1015p: auto-mode driver for ALC1015, ALC1015Q, and ALC1015Q-VB 317 * are sharing the same enable pin. This is the case of rt1015p. 352 dev_err(rtd->dev, "fail to add rt1015p widgets, ret %d\n", ret); in rt1015p_init() 359 dev_err(rtd->dev, "fail to add rt1015p kcontrols, ret %d\n", ret); in rt1015p_init()
|
/linux/sound/soc/intel/common/ |
H A D | soc-acpi-intel-ssp-common.c | 64 CODEC_MAP_ENTRY("RT1015P", "rt1015", RT1015P_ACPI_HID, CODEC_RT1015P),
|