/openbmc/linux/sound/soc/codecs/ |
H A D | rt1019.c | 3 // rt1019.c -- RT1019 ALSA SoC audio amplifier driver 30 #include "rt1019.h" 160 struct rt1019_priv *rt1019 = snd_soc_component_get_drvdata(component); in rt1019_hw_params() local 166 rt1019->lrck = params_rate(params); in rt1019_hw_params() 167 pre_div = rl6231_get_clk_info(rt1019->sysclk, rt1019->lrck); in rt1019_hw_params() 180 rt1019->bclk = rt1019->lrck * (32 << bclk_ms); in rt1019_hw_params() 183 rt1019->bclk, rt1019->lrck); in rt1019_hw_params() 293 struct rt1019_priv *rt1019 = snd_soc_component_get_drvdata(component); in rt1019_set_dai_sysclk() local 296 if (freq == rt1019->sysclk && clk_id == rt1019->sysclk_src) in rt1019_set_dai_sysclk() 313 rt1019->sysclk = freq; in rt1019_set_dai_sysclk() [all …]
|
H A D | rt1019.h | 3 * rt1019.h -- RT1019 ALSA SoC audio amplifier driver
|
H A D | Makefile | 211 snd-soc-rt1019-objs := rt1019.o 592 obj-$(CONFIG_SND_SOC_RT1019) += snd-soc-rt1019.o
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | rt1019.yaml | 4 $id: http://devicetree.org/schemas/sound/rt1019.yaml# 7 title: RT1019 Mono Class-D Audio Amplifier 14 const: realtek,rt1019 31 rt1019: codec@28 { 32 compatible = "realtek,rt1019";
|
H A D | mt8186-mt6366-rt1019-rt5682s.yaml | 4 $id: http://devicetree.org/schemas/sound/mt8186-mt6366-rt1019-rt5682s.yaml# 7 title: Mediatek MT8186 with MT6366, RT1019 and RT5682S ASoC sound card driver 18 - mediatek,mt8186-mt6366-rt1019-rt5682s-sound 77 compatible = "mediatek,mt8186-mt6366-rt1019-rt5682s-sound";
|
/openbmc/linux/sound/soc/amd/acp/ |
H A D | acp-sof-mach.c | 29 .amp_codec_id = RT1019, 49 .amp_codec_id = RT1019, 80 .amp_codec_id = RT1019, 136 .name = "rt5682-rt1019", 148 .name = "rt5682s-rt1019", 156 .name = "rt5682s-hs-rt1019", 180 MODULE_ALIAS("platform:rt5682-rt1019"); 183 MODULE_ALIAS("platform:rt5682s-rt1019"); 185 MODULE_ALIAS("platform:rt5682s-hs-rt1019");
|
H A D | acp-legacy-mach.c | 29 .amp_codec_id = RT1019, 49 .amp_codec_id = RT1019, 71 .amp_codec_id = RT1019, 135 .name = "rmb-rt5682s-rt1019", 159 MODULE_ALIAS("platform:rmb-rt5682s-rt1019");
|
H A D | acp-mach-common.c | 25 #include "../../codecs/rt1019.h" 511 /* Declare RT1019 codec components */ 512 SND_SOC_DAILINK_DEF(rt1019, 513 DAILINK_COMP_ARRAY(COMP_CODEC("i2c-10EC1019:00", "rt1019-aif"), 514 COMP_CODEC("i2c-10EC1019:01", "rt1019-aif"))); 548 if (drvdata->amp_codec_id != RT1019) in acp_card_rt1019_init() 584 if (drvdata->amp_codec_id != RT1019) in acp_card_rt1019_hw_params() 615 if (strcmp(codec_dai->name, "rt1019-aif")) in acp_card_rt1019_hw_params() 1436 if (drv_data->amp_codec_id == RT1019) { in acp_sofdsp_dai_links_create() 1437 links[i].codecs = rt1019; in acp_sofdsp_dai_links_create() [all …]
|
H A D | acp-mach.h | 40 RT1019, enumerator
|
H A D | acp-rembrandt.c | 69 .drv_name = "rmb-rt5682s-rt1019",
|
/openbmc/linux/sound/soc/amd/ |
H A D | acp-config.c | 107 .drv_name = "rt5682-rt1019", 112 .sof_tplg_filename = "sof-rn-rt5682-rt1019.tplg", 134 .drv_name = "rt5682s-rt1019", 139 .sof_tplg_filename = "sof-rn-rt5682-rt1019.tplg", 185 .drv_name = "rt5682s-hs-rt1019", 190 .sof_tplg_filename = "sof-rmb-rt5682s-rt1019.tplg",
|
/openbmc/linux/sound/soc/mediatek/mt8186/ |
H A D | Makefile | 22 obj-$(CONFIG_SND_SOC_MT8186_MT6366_RT1019_RT5682S) += mt8186-mt6366-rt1019-rt5682s.o
|
H A D | mt8186-mt6366-rt1019-rt5682s.c | 3 // mt8186-mt6366-rt1019-rt5682s.c 4 // -- MT8186-MT6366-RT1019-RT5682S ALSA SoC machine driver 1250 .compatible = "mediatek,mt8186-mt6366-rt1019-rt5682s-sound", 1276 MODULE_DESCRIPTION("MT8186-MT6366-RT1019-RT5682S ALSA SoC machine driver");
|
/openbmc/linux/sound/soc/mediatek/ |
H A D | Kconfig | 205 tristate "ASoC Audio driver for MT8186 with RT1019 RT5682S MAX98357A/MAX98360 codec" 218 with the MT6366(MT6358) RT1019 RT5682S codecs.
|
/openbmc/linux/sound/soc/intel/common/ |
H A D | soc-acpi-intel-adl-match.c | 522 .sof_tplg_filename = "sof-adl-rt1019-nau8825.tplg", 543 .sof_tplg_filename = "sof-adl-rt1019-rt5682.tplg",
|
H A D | soc-acpi-intel-mtl-match.c | 63 .sof_tplg_filename = "sof-mtl-rt1019-rt5682.tplg",
|
H A D | soc-acpi-intel-rpl-match.c | 403 .sof_tplg_filename = "sof-rpl-rt1019-rt5682.tplg",
|
/openbmc/linux/sound/soc/intel/boards/ |
H A D | sof_realtek_common.c | 468 * 2-amp Configuration for RT1019
|
/openbmc/linux/sound/soc/sof/mediatek/mt8195/ |
H A D | mt8195.c | 627 .sof_tplg_filename = "sof-mt8195-mt6359-rt1019-rt5682.tplg"
|
/openbmc/linux/ |
H A D | opengrok1.0.log | [all...] |
H A D | opengrok2.0.log | [all...] |