Searched full:rt1019 (Results 1 – 14 of 14) sorted by relevance
/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
|
/linux/Documentation/devicetree/bindings/sound/ |
H A D | realtek,rt1019.yaml | 4 $id: http://devicetree.org/schemas/sound/realtek,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 21 - mediatek,mt8186-mt6366-rt1019-rt5682s-sound 154 compatible = "mediatek,mt8186-mt6366-rt1019-rt5682s-sound";
|
/linux/sound/soc/amd/acp/ |
H A D | acp-sof-mach.c | 29 .amp_codec_id = RT1019, 47 .amp_codec_id = RT1019, 75 .amp_codec_id = RT1019, 130 .name = "rt5682-rt1019", 142 .name = "rt5682s-rt1019", 150 .name = "rt5682s-hs-rt1019",
|
H A D | acp-legacy-mach.c | 30 .amp_codec_id = RT1019, 50 .amp_codec_id = RT1019, 78 .amp_codec_id = RT1019, 221 .name = "rmb-rt5682s-rt1019",
|
H A D | acp-mach-common.c | 25 #include "../../codecs/rt1019.h" 550 /* Declare RT1019 codec components */ 551 SND_SOC_DAILINK_DEF(rt1019, 552 DAILINK_COMP_ARRAY(COMP_CODEC("i2c-10EC1019:00", "rt1019-aif"), 553 COMP_CODEC("i2c-10EC1019:01", "rt1019-aif"))); 587 if (drvdata->amp_codec_id != RT1019) in acp_card_rt1019_init() 623 if (drvdata->amp_codec_id != RT1019) in acp_card_rt1019_hw_params() 654 if (strcmp(codec_dai->name, "rt1019-aif")) in acp_card_rt1019_hw_params() 1487 if (drv_data->amp_codec_id == RT1019) { in acp_sofdsp_dai_links_create() 1488 links[i].codecs = rt1019; in acp_sofdsp_dai_links_create() [all …]
|
H A D | acp-mach.h | 47 RT1019, enumerator
|
H A D | acp-rembrandt.c | 69 .drv_name = "rmb-rt5682s-rt1019",
|
/linux/sound/soc/amd/ |
H A D | acp-config.c | 223 .drv_name = "rt5682-rt1019", 228 .sof_tplg_filename = "sof-rn-rt5682-rt1019.tplg", 250 .drv_name = "rt5682s-rt1019", 255 .sof_tplg_filename = "sof-rn-rt5682-rt1019.tplg", 301 .drv_name = "rt5682s-hs-rt1019", 306 .sof_tplg_filename = "sof-rmb-rt5682s-rt1019.tplg",
|
/linux/sound/soc/intel/common/ |
H A D | soc-acpi-intel-ssp-common.c | 65 CODEC_MAP_ENTRY("RT1019P", "rt1019", RT1019P_ACPI_HID, CODEC_RT1019P),
|
H A D | soc-acpi-intel-adl-match.c | 583 .sof_tplg_filename = "sof-adl-rt1019-nau8825.tplg",
|
/linux/sound/soc/intel/boards/ |
H A D | sof_realtek_common.c | 634 * 2-amp Configuration for RT1019
|
/linux/sound/soc/sof/mediatek/mt8195/ |
H A D | mt8195.c | 576 .sof_tplg_filename = "sof-mt8195-mt6359-rt1019-rt5682.tplg"
|