aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/intel/boards
AgeCommit message (Expand)AuthorFilesLines
2024-04-14ASoC: Intel: sof_rt5682: use RT5682S_PLL1 if neededBard Liao1-2/+13
2024-04-14ASoC: Intel: cml_rt1011_rt5682: delete driverBrent Lu3-620/+3
2024-04-14ASoC: Intel: sof_rt5682: support ALC1011 on cml boardsBrent Lu1-2/+16
2024-04-14ASoC: Intel: sof_realtek_common: support 4xALC1011 amplifierBrent Lu3-24/+162
2024-04-14ASoC: Intel: sof_da7219: add mtl_da7219_def for mtl boardsBrent Lu1-0/+8
2024-04-14ASoC: Intel: sof_sdw: remove FOUR_SPEAKER quirksPierre-Louis Bossart2-46/+23
2024-04-14ASoC: Intel: sof_sdw: add quirk for Dell SKU 0C0FPierre-Louis Bossart1-0/+10
2024-04-14ASoC: Intel: sof_sdw: add JD2 quirk for HP Omen 14Pierre-Louis Bossart1-0/+9
2024-04-14ASoC: Intel: sof_sdw: add missing sof_sdw_rt_amp_init for Realtek multi-funct...Bard Liao1-0/+4
2024-04-08ASoC: Intel: sof_rt5682: Fix uninitialized variable in probeDan Carpenter1-1/+1
2024-03-28ASoC: Intel: sof_cs42l42: add mtl_cs42l42_def for mtl boardsBrent Lu1-0/+7
2024-03-28ASoC: Intel: sof_cs42l42: add rpl_cs42l42_def for rpl boardsBrent Lu1-0/+8
2024-03-28ASoC: Intel: sof_cs42l42: board id cleanup for adl boardsBrent Lu1-1/+1
2024-03-28ASoC: Intel: sof_nau8825: add mtl_nau8825_def for mtl boardsBrent Lu1-0/+7
2024-03-28ASoC: Intel: ssp-common: delete moduleBrent Lu2-6/+6
2024-03-28ASoC: Intel: ssp-common: module name changeBrent Lu2-9/+6
2024-03-28ASoC: Intel: ssp-common: naming convention changeBrent Lu2-8/+9
2024-03-28ASoC: Intel: ssp-common: relocate header fileBrent Lu5-5/+5
2024-03-28ASoC: Intel: ssp-common: relocate source fileBrent Lu8-203/+5
2024-03-26ASoC: Intel: sof_sdw: Add support for cs42l43 optional speaker outputCharles Keepax3-2/+68
2024-03-26ASoC: Intel: sof_sdw: Add quirk for optional codec speakersCharles Keepax2-0/+8
2024-03-26ASoC: Intel: sof_sdw: Remove redundant initialisationsCharles Keepax1-4/+0
2024-03-26ASoC: Intel: sof_sdw: Don't pass acpi_link_adr to init functionsCharles Keepax7-16/+2
2024-03-26ASoC: Intel: sof_sdw: change rt715-sdca dai nameBard Liao2-2/+3
2024-03-26ASoC: Intel: sof_sdw_rt722_sdca: use rt_dmic_rtd_initBard Liao4-16/+2
2024-03-26ASoC: Intel: sof_sdw_rt722_sdca: set rtd_init in codec_info_list[]Bard Liao4-39/+8
2024-03-26ASoC: Intel: sof_sdw: remove unused rt dmic rtd_initBard Liao5-81/+1
2024-03-26ASoC: Intel: sof_sdw: use generic rtd_init function for Realtek SDW DMICsBard Liao4-6/+60
2024-03-26ASoC: intel: sof_sdw: Factor out SoundWire DAI creationCharles Keepax1-19/+31
2024-03-26ASoC: Intel: sof_sdw: Move generation of DAI links to new parsingCharles Keepax1-262/+78
2024-03-26ASoC: Intel: sof_sdw: Move append_dai_type to new parsingCharles Keepax1-31/+5
2024-03-26ASoC: Intel: sof_sdw: Move ignore_pch_dmic to new parsingCharles Keepax1-2/+3
2024-03-26ASoC: Intel: sof_sdw: Move counting and codec_conf to new parsingCharles Keepax1-102/+22
2024-03-26ASoC: Intel: sof-sdw: Add new code for parsing the snd_soc_acpi structsCharles Keepax1-14/+206
2024-03-26ASoC: Intel: sof_sdw: Remove no longer supported quirkCharles Keepax2-8/+5
2024-03-26ASoC: Intel: sof_sdw: Factor out codec name generationCharles Keepax1-20/+27
2024-03-26ASoC: Intel: sof_sdw: Factor out BlueTooth DAI creationCharles Keepax1-12/+23
2024-03-26ASoC: Intel: sof_sdw: Factor out HDMI DAI creationCharles Keepax1-23/+38
2024-03-26ASoC: Intel: sof_sdw: Factor out DMIC DAI creation.Charles Keepax1-21/+32
2024-03-26ASoC: Intel: sof_sdw: Factor out SSP DAI creationCharles Keepax1-26/+37
2024-03-26ASoC: Intel: sof_sdw: Use for_each_set_bitCharles Keepax1-5/+4
2024-03-26ASoC: Intel: sof_sdw: Only pass dai_link pointer aroundCharles Keepax1-33/+29
2024-03-26ASoC: Intel: sof_sdw: Move flags to private structCharles Keepax2-14/+9
2024-03-26ASoC: Intel: sof_sdw: Move get_codec_dai_by_name() into sof_sdw itselfCharles Keepax12-35/+22
2024-03-26ASoC: intel: sof_sdw: Set channel map directly from endpointsCharles Keepax1-21/+10
2024-03-26ASoC: intel: sof_sdw: Only pass codec_conf pointer aroundCharles Keepax1-16/+12
2024-03-26ASoC: intel: sof_sdw: Make find_codec_info_dai() return a pointerCharles Keepax1-20/+19
2024-03-26ASoC: intel: sof_sdw: Make find_codec_info_acpi() return a pointerCharles Keepax1-16/+15
2024-03-26ASoC: intel: sof_sdw: Make find_codec_info_part() return a pointerCharles Keepax1-43/+36
2024-03-26ASoC: Harden DAPM route checks and Intel fixesMark Brown11-0/+17