summaryrefslogtreecommitdiff
path: root/sound/soc/amd/acp
AgeCommit message (Expand)AuthorFilesLines
2025-10-12ASoC: amd: acp: Adjust pdm gain valueVenkata Prasad Potturu1-1/+1
2024-09-30ASoC: allow module autoloading for table board_idsHongbo Li1-0/+2
2024-09-04ASoC: amd: acp: fix module autoloadingYuntao Liu1-0/+2
2024-07-05ASoC: amd: acp: remove i2s configuration check in acp_i2s_probe()Vijendar Mukunda1-8/+0
2024-07-05ASoC: amd: acp: add a null check for chip_pdev structureVijendar Mukunda1-4/+6
2024-04-10ASoC: amd: acp: fix for acp_init function error handlingVijendar Mukunda1-1/+4
2024-03-27ASoC: amd: acp: Add missing error handling in sof-machCristian Ciocaltea1-8/+6
2024-03-01ASoC: amd: acp: Add check for cpu dai link initializationVenkata Prasad Potturu1-2/+7
2023-08-18ASoC: amd: acp: Add kcontrols and widgets per-codec in common codeAlper Nebi Yasak3-44/+67
2023-08-14ASoC: amd: merge DAI call back functions into opsKuninori Morimoto4-18/+12
2023-08-07ASoC: amd: acp: Map missing jack kcontrolsAlper Nebi Yasak1-44/+182
2023-07-19ASoC: amd: acp: fix SND_SOC_AMD_ACP_PCI depdenenciesArnd Bergmann1-0/+1
2023-07-18ASoC: amd: acp: delete unnecessary NULL checkDan Carpenter1-12/+10
2023-07-13ASoC: amd: acp: clean up some inconsistent indentingsYang Li1-2/+2
2023-07-12Refactor acp legacy driver and addMark Brown10-253/+531
2023-07-10ASoC: amd: Add acpi machine id's for vangogh platformVenkata Prasad Potturu1-0/+16
2023-07-10ASoC: amd: acp: Add machine driver support for max98388 codecVenkata Prasad Potturu3-0/+102
2023-07-10ASoC: amd: acp: Add machine driver support for nau8821 codecVenkata Prasad Potturu3-0/+169
2023-07-10ASoC: amd: acp: add pm ops support for rembrandt platformSyed Saba Kareem3-1/+258
2023-07-10ASoC: amd: acp: move pdm macros to common header fileSyed Saba Kareem2-12/+12
2023-07-10ASoC: amd: acp: store the pdm stream channel maskSyed Saba Kareem2-0/+2
2023-07-10ASoC: amd: acp: export config_acp_dma() and config_pte_for_stream() symbolsSyed Saba Kareem1-2/+4
2023-07-10ASoC: amd: acp: store xfer_resolution of the streamSyed Saba Kareem2-0/+4
2023-07-10ASoC: amd: acp: add pm ops support for acp pci driverSyed Saba Kareem1-0/+46
2023-07-10ASoC: amd: acp: store platform device reference created in pci probe callSyed Saba Kareem2-1/+2
2023-07-10ASoC: amd: acp: remove the redundant acp enable/disable interrupts functionsSyed Saba Kareem5-44/+29
2023-07-10ASoC: amd: acp: add acp i2s master clock generation for rembrandt platformSyed Saba Kareem3-0/+48
2023-07-10ASoC: amd: acp: refactor the acp init and de-init sequenceSyed Saba Kareem7-202/+135
2023-06-26ASoC: amd: acp: fix for invalid dai id handling in acp_get_byte_count()Vijendar Mukunda1-3/+4
2023-06-23ASoC: amd: acp: remove acp poweroff functionSyed Saba Kareem2-42/+0
2023-06-23ASoC: amd: acp: clear pdm dma interrupt maskSyed Saba Kareem1-1/+1
2023-05-23ASoC: do not include pm_runtime.h if not usedClaudiu Beznea2-2/+0
2023-05-08ASoC: amd: use asoc_dummy_dlcKuninori Morimoto1-25/+18
2023-03-20ASoC: amd: acp: renoir: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-03-20ASoC: amd: acp: rembrandt: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-03-20ASoC: amd: acp: rembrandt: Drop if blocks with always false conditionUwe Kleine-König1-7/+1
2023-01-30ASoC: amd: acp: Refactor bit width calculationVenkata Prasad Potturu1-4/+4
2023-01-11ASoC: amd: acp: Enable i2s tdm support for skyrim platformsVenkata Prasad Potturu4-0/+31
2023-01-11ASoC: amd: acp: Add i2s tdm support in machine driverVenkata Prasad Potturu4-14/+162
2023-01-11ASoC: amd: acp: Refactor i2s clocks programming sequenceVenkata Prasad Potturu1-75/+94
2023-01-11ASoC: amd: acp: Refactor dai format implementationVenkata Prasad Potturu1-30/+122
2023-01-11ASoC: amd: acp: Add new cpu dai's in machine driverVenkata Prasad Potturu1-4/+8
2022-11-18ASoC: amd: acp: Fix possible UAF in acp_dma_openGaosheng Cui1-4/+4
2022-10-19ASoC: amd: acp: Add setbias level for rt5682s codec in machine driverVenkata Prasad Potturu1-6/+56
2022-10-18ASoC: amd: acp: Add TDM slots setting support for ACP I2S controllerVenkata Prasad Potturu1-1/+15
2022-09-19ASoC: amd: acp: use function devm_kcalloc() instead of devm_kzalloc()ye xingchen1-2/+2
2022-09-19ASoC: amd: acp: use devm_kcalloc() instead of devm_kzalloc()ye xingchen1-1/+1
2022-08-29ASoC: amd: acp: Modify dai_id macros to be more genericVenkata Prasad Potturu1-3/+3
2022-08-19ASoC: amd: acp: remove unnecessary NULL checksDan Carpenter1-2/+2
2022-08-19ASoC: amd: acp: add a label to make error path more cleanYang Yingliang1-6/+5