aboutsummaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2024-09-03ASoC: mediatek: mt8365: Add the AFE driver supportAlexandre Mergnat1-0/+2275
2024-09-03ASoc: mediatek: mt8365: Add a specific soundcard for EVKNicolas Belin1-0/+345
2024-09-03ASoC: mediatek: mt8365: Add PCM DAI supportAlexandre Mergnat1-0/+293
2024-09-03ASoC: mediatek: mt8365: Add DMIC DAI supportAlexandre Mergnat1-0/+340
2024-09-03ASoC: mediatek: mt8365: Add ADDA DAI supportAlexandre Mergnat1-0/+311
2024-09-03ASoC: mediatek: mt8365: Add I2S DAI supportAlexandre Mergnat1-0/+850
2024-09-03ASoC: mediatek: mt8365: Add audio clock control supportAlexandre Mergnat2-0/+453
2024-09-03ASoC: mediatek: mt8365: Add common headerAlexandre Mergnat2-0/+1440
2024-09-02ASoC: adi: Use str_enabled_disabled() helperHongbo Li1-2/+2
2024-09-02ASoC: rt1320: Add support for version CShuming Fan2-23/+2127
2024-08-30ASoC: cs-amp-lib: Add KUnit test case for empty calibration entriesRichard Fitzgerald1-0/+44
2024-08-29ASoC: codecs: wsa884x: Implement temperature reading and hwmonKrzysztof Kozlowski1-0/+201
2024-08-28ASoC: Intel: boards: updates for 6.12Mark Brown22-280/+780
2024-08-28ASoC: soc-pcm: makes snd_soc_dpcm_can_be_xxx() localMark Brown1-102/+99
2024-08-28ASoC: dapm: Use IS_ERR_OR_NULL() helper functionHongbo Li1-1/+1
2024-08-28ASoC: soc-pcm: makes snd_soc_dpcm_can_be_xxx() local functionKuninori Morimoto1-13/+10
2024-08-28ASoC: soc-pcm: move snd_soc_dpcm_can_be_xxx() to topKuninori Morimoto1-102/+102
2024-08-28ASoC: Intel: sof_sdw: Add quirks from some new Dell laptopsMaciej Strozek1-0/+58
2024-08-28ASoC: Intel: soc-acpi: lnl: Add match entries for new cs42l43 laptopsCharles Keepax1-0/+104
2024-08-28ASoC: Intel: soc-acpi: adl: Add match entries for new cs42l43 laptopsCharles Keepax1-0/+105
2024-08-28ASoC: Intel: soc-acpi: arl: Add match entries for new cs42l43 laptopsCharles Keepax1-0/+219
2024-08-28ASoC: Intel: skl_hda_dsp_generic: use sof_hdmi_private to init HDMIBrent Lu3-30/+15
2024-08-28ASoC: Intel: skl_hda_dsp_generic: remove hdac-hdmi supportBrent Lu4-58/+9
2024-08-28ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in ARL match tableBalamurugan C2-0/+22
2024-08-28ASoC: Intel: soc-acpi: Add entry for sof_es8336 in ARL match table.Balamurugan C1-0/+13
2024-08-28ASoC: Intel: skl_hda_dsp_generic: support BT audio offloadBrent Lu3-5/+49
2024-08-28ASoC: SOF: Intel: hda: support BT link mask in mach_paramsBrent Lu1-5/+32
2024-08-28ASoC: Intel: sof_sdw: overwrite mach_params->dmic_numBard Liao1-0/+5
2024-08-28ASoC: Intel: sof_sdw: move ignore_internal_dmic check earlierBard Liao1-10/+10
2024-08-28ASoC: SOF: Intel: hda: refactoring topology name fixup for SDW machBrent Lu1-120/+46
2024-08-28ASoC: SOF: Intel: hda: refactoring topology name fixup for HDA machBard Liao2-51/+45
2024-08-28ASoC: Intel: boards: always check the result of acpi_dev_get_first_match_dev()Pierre-Louis Bossart9-4/+24
2024-08-28ASoC: Intel: sof_sdw: add rt1320 amp supportBard Liao3-1/+30
2024-08-28ASoC: Intel: sof_sdw: make sof_sdw_quirk staticPierre-Louis Bossart2-3/+1
2024-08-26ASoC: SOF: topology: Use kmemdup_array instead of kmemdup for multiple alloca...Shen Lichuan1-4/+4
2024-08-26ASoC: tas2781: replace devm_kzalloc and scnprintf with devm_kstrdupShenghao Ding1-13/+10
2024-08-24Add SOF support for ACP7.0 based platformMark Brown9-14/+365
2024-08-23ASoC: Merge up fixesMark Brown13-10/+26
2024-08-23ASoC: SOF: amd: add support for acp7.0 based platformVijendar Mukunda7-14/+352
2024-08-23ASoC: amd: Add acpi machine id for acp7.0 version based platformVijendar Mukunda2-0/+13
2024-08-23ASoC: Intel: soc-acpi-cht: Make Lenovo Yoga Tab 3 X90F DMI match less strictHans de Goede1-1/+0
2024-08-23ASoC: Intel: Boards: Fix NULL pointer deref in BYT/CHT boards harderHans de Goede9-9/+9
2024-08-22ASoC: grace time for DPCM cleanupMark Brown11-87/+46
2024-08-22ASoC: cs-amp-lib: Ignore empty UEFI calibration entriesRichard Fitzgerald1-1/+6
2024-08-22ASoC: cs35l56: Make struct regmap_config constRichard Fitzgerald1-3/+3
2024-08-22ASoC: cs-amp-lib-test: Force test calibration blob entries to be validRichard Fitzgerald1-0/+9
2024-08-22ASoC: Intel: sof_sdw: use playback/capture_only flagsKuninori Morimoto1-2/+2
2024-08-22ASoC: amlogic: do not use dpcm_playback/capture flagsJerome Brunet2-7/+7
2024-08-22ASoC: remove snd_soc_dai_link_set_capabilities()Kuninori Morimoto8-50/+0
2024-08-22ASoC: soc-pcm: Indicate warning if dpcm_playback/capture were used for availa...Kuninori Morimoto1-28/+37