summaryrefslogtreecommitdiffstats
path: root/sound
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: ipc4-pcm: fix dma_id for CHAIN_DMA capturePierre-Louis Bossart2024-02-131-1/+18
* ASoC: SOF: ipc4: store number of playback/capture streamsPierre-Louis Bossart2024-02-132-0/+13
* ASoC: SOF: Intel: hda-dai-ops: enable chain_dma for ALHPierre-Louis Bossart2024-02-131-5/+15
* ASoC: SOF: Intel: hda: add 'is_chain_dma_supported' callbackPierre-Louis Bossart2024-02-134-12/+64
* ASoC: SOF: ops: add new 'is_chain_dma_supported' callbackPierre-Louis Bossart2024-02-132-0/+11
* ASoC: SOF: ipc4-topology: change chain_dma handling in dai_configPierre-Louis Bossart2024-02-131-5/+6
* ASoC: codecs: fix TYPO 'reguest' to 'request' in error logYinchuan Guo2024-02-1212-12/+12
* ASoC: SOF: imx: Add devicetree support to select topologiesDaniel Baluta2024-02-123-0/+36
* ASoC: Intel: avs: Expose FW version with sysfsCezary Rojewski2024-02-094-1/+42
* ASoC: tas2781: remove unused acpi_subysystem_idGergo Koteles2024-02-092-13/+0
* ASoC: Intel: sof_sdw: starts non sdw BE id with the highest sdw BE idBard Liao2024-02-081-1/+7
* ASoC: Intel: soc-acpi-intel-lnl-match: Add rt722 supportChao Song2024-02-081-0/+49
* ASoC: Intel: soc-acpi: add RT712 support for LNLChao Song2024-02-081-0/+53
* ASoC: Intel: sof_sdw: Remove unused function prototypesCharles Keepax2024-02-081-62/+0
* ASoC: Intel: ssp-common: Add stub for sof_ssp_get_codec_nameCharles Keepax2024-02-081-0/+8
* ASoC: Intel: common: DMI remap for rebranded Intel NUC M15 (LAPRC710) laptopsmosomate2024-02-081-0/+11
* ASoC: Intel: sof_sdw: remove .init callbacksBard Liao2024-02-088-112/+0
* ASoC: Intel: sof_sdw: add common sdw dai link initBard Liao2024-02-0814-40/+108
* ASoC: Intel: sof_sdw_rt5682: use helper to get codec dai by nameBard Liao2024-02-081-2/+13
* ASoC: Intel: sof_sdw_cs42l42: use helper to get codec dai by nameBard Liao2024-02-081-2/+13
* ASoC: Intel: sof_sdw_rt700: use helper to get codec dai by nameBard Liao2024-02-081-2/+13
* ASoC: Intel: sof_sdw_rt712_sdca: use helper to get codec dai by nameBard Liao2024-02-081-2/+13
* ASoC: Intel: sof_sdw_rt711: use helper to get codec dai by nameBard Liao2024-02-081-2/+13
* ASoC: Intel: sof_sdw_rt_sdca_jack_common: use helper to get codec dai by nameBard Liao2024-02-084-4/+16
* ASoC: Intel: add get_codec_dai_by_name helper functionBard Liao2024-02-082-0/+21
* ASoC: Intel: sof_sdw: use single rtd_init for rt_ampsBard Liao2024-02-081-44/+10
* ASoC: Intel: sof_cs42l42: use common module for DAI link generationBrent Lu2024-02-081-177/+59
* ASoC: Intel: board_helpers: support DAI link order customizationBrent Lu2024-02-082-87/+170
* ASoC: Intel: sof_rt5682: dmi quirk cleanup for mtl boardsBrent Lu2024-02-081-40/+0
* ASoC: Intel: sof_rt5682: board id cleanup for mtl boardsBrent Lu2024-02-082-10/+3
* ASoC: Intel: sof_rt5682: board id cleanup for rpl boardsBrent Lu2024-02-082-12/+3
* ASoC: Intel: sof_rt5682: board id cleanup for adl boardsBrent Lu2024-02-082-51/+7
* ASoC: Intel: sof_rt5682: board id cleanup for tgl boardsBrent Lu2024-02-082-22/+4
* ASoC: Intel: sof_rt5682: board id cleanup for jsl boardsBrent Lu2024-02-082-29/+6
* ASoC: Intel: avs: Add support for sending initialMark Brown2024-02-083-2/+208
|\
| * ASoC: Intel: avs: Send initial config to module if presentAmadeusz Sławiński2024-02-081-0/+33
| * ASoC: Intel: avs: Add topology parsing support for initial configAmadeusz Sławiński2024-02-082-2/+175
* | ASoC: codecs: constify static sdw_slave_ops structKrzysztof Kozlowski2024-02-086-6/+6
|/
* ASoC: pxa: remove duplicated CONFIG_SND_PXA2XX_AC97 entryMasahiro Yamada2024-02-051-3/+0
* ASoC: fix SND_SOC_WCD939X dependenciesArnd Bergmann2024-02-051-0/+1
* ASoC: SOF: amd: fix SND_AMD_SOUNDWIRE_ACPI dependenciesArnd Bergmann2024-02-052-8/+8
* ASoC: cs42l43: Shut down jack detection on component removeCharles Keepax2024-02-051-0/+7
* ASoC: cs42l43: Sync the hp ilimit works when removing the componentCharles Keepax2024-02-051-0/+3
* ASoC: cs42l43: Add clear of stashed pointer on component removeCharles Keepax2024-02-051-0/+8
* soundwire/SOF: add SoundWire Interface support forMark Brown2024-01-3113-12/+458
|\
| * ASoC: SOF: amd: refactor acp driver pm opsVijendar Mukunda2024-01-303-5/+67
| * ASoC: SOF: amd: select soundwire dependency flag for acp6.3 based platformVijendar Mukunda2024-01-301-0/+1
| * ASoC: SOF: amd: update descriptor fields for acp6.3 based platformVijendar Mukunda2024-01-303-0/+12
| * ASoC: SOF: amd: add machine select logic for soundwire based platformsVijendar Mukunda2024-01-301-4/+61
| * ASoC: SOF: amd: Add Soundwire DAI configuration support for AMD platformsVijendar Mukunda2024-01-304-0/+71