aboutsummaryrefslogtreecommitdiff
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
2024-08-07ASoC: tas2781-i2c: Drop weird GPIO codeLinus Walleij3-25/+3
2024-08-07ASoC: codecs: lpass-va-macro: warn on unknown versionDmitry Baryshkov1-0/+4
2024-08-07ASoC: codecs: lpass-macro: fix version strings returned for 1.x codecsDmitry Baryshkov1-0/+6
2024-08-06ASoC: remove bespoke trigger supportKuninori Morimoto3-72/+4
2024-08-06ASoC: Extend wm_adsp so cs35l56 can suppress controlsMark Brown3-3/+28
2024-08-05ASoC: cs35l56: Handle OTP read latency over SoundWireRichard Fitzgerald1-0/+77
2024-08-05ASoC: codecs: lpass-macro: fix missing codec versionJohan Hovold1-0/+2
2024-08-05ASoC: cs-amp-lib: Fix NULL pointer crash if efi.get_variable is NULLRichard Fitzgerald1-1/+1
2024-08-05ASoC: cs35l56: Stop creating ALSA controls for firmware coefficientsSimon Trimmer1-0/+11
2024-08-05ASoC: wm_adsp: Add control_add callback and export wm_adsp_control_add()Simon Trimmer2-3/+17
2024-08-02ASoC/SOF/PCI/Intel: add PantherLake supportMark Brown11-2/+288
2024-08-02ASoC: SOF: reshuffle and optimize structuresMark Brown2-9/+11
2024-08-02ASoC: cs43130: Constify snd_soc_component_driver structChristophe JAILLET1-41/+32
2024-08-02ASoC: fsl: lpc3xxx: Make some symbols staticYue Haibing2-3/+3
2024-08-02ASoC: sti-sas: Constify snd_soc_component_driver structChristophe JAILLET1-16/+5
2024-08-02ASoC: tas2781: Fix a compiling warning reported by robot kernel test due to a...Shenghao Ding1-0/+1
2024-08-02ASoC: SOF: sof-audio.h: optimize snd_sof_pcm_stream_pipeline_listPierre-Louis Bossart1-2/+2
2024-08-02ASoC: SOF: sof-priv.h: optimize snd_sof_ipc_msgPierre-Louis Bossart1-3/+4
2024-08-02ASoC: SOF: sof-priv.h: optimize snd_sof_mailboxPierre-Louis Bossart1-1/+1
2024-08-02ASoC: SOF: sof-priv.h: optimize snd_sof_platform_stream_paramsPierre-Louis Bossart1-3/+4
2024-08-02ASoC: Intel: soc-acpi-intel-ptl-match: Add rt722 supportBard Liao1-0/+73
2024-08-02ASoC: Intel: soc-acpi-intel-ptl-match: add rt711-sdca tableBard Liao1-0/+31
2024-08-02ASoC: SOF: Intel: add initial support for PTLPierre-Louis Bossart7-0/+126
2024-08-02ASoC: SOF: Intel: add PTL specific power control registerFred Oh2-2/+16
2024-08-02ASoC: Intel: soc-acpi: add PTL match tablesPierre-Louis Bossart2-0/+42
2024-08-02ASoC: cs42l43: Cache shutter IRQ control pointersCharles Keepax2-17/+58
2024-08-02ASoC: cs35l45: Use new snd_soc_component_get_kcontrol_locked() helperCharles Keepax1-9/+2
2024-08-02ASoC: soc-component: Add new snd_soc_component_get_kcontrol() helpersCharles Keepax1-8/+34
2024-08-02ASoC: cs42l43: Remove redundant semi-colon at end of functionCharles Keepax1-1/+1
2024-08-01ALSA/ASoC: use snd_pcm_direction_name()Mark Brown7-33/+29
2024-08-01AMD SOF based generic SoundWire machine driverMark Brown36-1357/+2257
2024-08-01ASoC: soc-dapm: use snd_pcm_direction_name()Kuninori Morimoto1-2/+1
2024-08-01ASoC: soc-pcm: use snd_pcm_direction_name()Kuninori Morimoto1-15/+15
2024-08-01ASoC: tegra: use snd_pcm_direction_name()Kuninori Morimoto1-8/+8
2024-08-01ASoC: fsl: lpc3xxx-i2s: use snd_pcm_direction_name()Kuninori Morimoto1-2/+1
2024-08-01ASoC: sof: intel: use snd_pcm_direction_name()Kuninori Morimoto1-3/+1
2024-08-01ASoC: sof: pcm: use snd_pcm_direction_name()Kuninori Morimoto1-1/+1
2024-08-01ASoC: stm: use snd_pcm_direction_name()Kuninori Morimoto1-2/+2
2024-08-01ASoC: Use of_property_read_bool()Rob Herring (Arm)2-6/+6
2024-08-01ASoC: Use of_property_present()Rob Herring (Arm)2-2/+2
2024-08-01ASoC: amd/sdw_utils: add sof based soundwire generic machine driverVijendar Mukunda4-0/+806
2024-08-01ASoC: SOF: amd: update mach params subsystem_rev variableVijendar Mukunda3-0/+5
2024-08-01ASoC: SOF: amd: add alternate machines for acp6.3 based platformVijendar Mukunda1-0/+1
2024-08-01ASoC: amd: acp: add soundwire machines for acp6.3 based platformVijendar Mukunda5-0/+98
2024-08-01ASoC: intel/sdw_utils: refactor init_dai_link() and init_simple_dai_link()Vijendar Mukunda2-71/+88
2024-08-01ASoC: sdw_utils: refactor sof_sdw_card_late_probe functionVijendar Mukunda2-9/+19
2024-08-01ASoC: intel/sdw_utils: move machine driver dai link helper functionsVijendar Mukunda2-52/+54
2024-08-01ASoC: intel/sdw_utils: move soundwire codec_info_list structureVijendar Mukunda2-652/+663
2024-08-01ASoC: intel/sdw_utils: move soundwire dai type macrosVijendar Mukunda1-4/+0
2024-08-01ASoC: intel/sdw_utils: move dai id common macrosVijendar Mukunda1-6/+0