aboutsummaryrefslogtreecommitdiff
path: root/sound/soc/amd
AgeCommit message (Expand)AuthorFilesLines
2025-03-11ASoC: amd: acp: Move spin_lock and list initialization to acp-pci driverVenkata Prasad Potturu2-3/+3
2025-03-11ASoC: amd: acp: Remove redundant acp_dev_data structureVenkata Prasad Potturu9-420/+276
2025-03-11ASoC: amd: acp: Add new interrupt handle callbacks in acp_common_hw_opsVenkata Prasad Potturu11-91/+184
2025-03-11ASoC: amd: acp: Refactor acp machine selectVenkata Prasad Potturu8-124/+114
2025-03-11ASoC: amd: acp: Refactor acp platform device creationVenkata Prasad Potturu2-61/+62
2025-03-11ASoC: amd: acp: Refactor dmic-codec platform device creationVenkata Prasad Potturu2-15/+35
2025-03-11ASoC: amd: acp: Implement acp_common_hw_ops support for acp platformsVenkata Prasad Potturu3-4/+95
2025-03-11ASoC: amd: acp: Remove redundant acp70 chip->nameVenkata Prasad Potturu1-2/+0
2025-03-08ASoC: amd: yc: Support mic on another Lenovo ThinkPad E16 Gen 2 modelThomas Mizrahi1-0/+7
2025-03-03ASoC: amd: use inclusive language for SND_SOC_DAIFMT_CBx_CFxKuninori Morimoto1-1/+1
2025-02-25ASoC: amd: acp: acp70: Remove unnecessary if-checkThorsten Blum1-12/+10
2025-02-19Adjust all AMD audio drivers to use AMD_NODEMark Brown6-81/+62
2025-02-18ASoC: amd: acp: Drop local symbols for smn read/writeMario Limonciello2-21/+0
2025-02-18ASoC: amd: acp: acp63: Use AMD_NODEMario Limonciello2-22/+42
2025-02-18ASoC: amd: acp: acp70: Use AMD_NODEMario Limonciello2-24/+5
2025-02-18ASoC: amd: acp: rembrandt: Use AMD_NODEMario Limonciello2-14/+15
2025-02-18ASoC: amd: ps: fix inconsistent indenting warning in check_and_handle_sdw_dma...Vijendar Mukunda1-1/+1
2025-02-13ASoC: amd: ps: use switch statements for acp pci revision id checkVijendar Mukunda1-6/+14
2025-02-07ASoC: amd: amd_sdw: Add quirks for Dell SKU'sVijendar Mukunda2-0/+35
2025-02-07ASoC: amd: acp: amd-acp70-acpi-match: Add RT1320 & RT722 combination soundwir...Vijendar Mukunda2-0/+29
2025-02-07ASoC: amd: acp: amd-acp70-acpi-match: Add rt722 supportVijendar Mukunda1-0/+44
2025-02-07ASoC: amd: acp: add RT711, RT714 & RT1316 support for ACP7.0 platformVijendar Mukunda4-2/+95
2025-02-07ASoC: amd: acp: add machine driver changes for ACP7.0 and ACP7.1 platformsVijendar Mukunda3-0/+56
2025-02-07ASoC: amd: update Pink Sardine platform Kconfig descriptionVijendar Mukunda1-5/+5
2025-02-07ASoC: amd: ps: update file description and copyright yearVijendar Mukunda4-8/+9
2025-02-07ASoC: amd: ps: update module descriptionVijendar Mukunda3-3/+3
2025-02-07ASoC: amd: ps: add soundwire wake interrupt handlingVijendar Mukunda2-0/+70
2025-02-07ASoC: amd: ps: add soundwire dma interrupts handling for ACP7.0 platformVijendar Mukunda3-10/+81
2025-02-07ASoC: amd: ps: implement function to restore dma config for ACP7.0 platformVijendar Mukunda2-1/+47
2025-02-07ASoC: amd: ps: add ACP7.0 & ACP7.1 specific soundwire dma driver changesVijendar Mukunda2-0/+206
2025-02-07ASoC: amd: ps: add pm ops related hw_ops for ACP7.0 & ACP7.1 platformsVijendar Mukunda1-0/+65
2025-02-07ASoC: amd: ps: add pci driver hw_ops for ACP7.0 & ACP7.1 variantsVijendar Mukunda3-2/+160
2025-02-07ASoC: amd: ps: rename acp_restore_sdw_dma_config() functionVijendar Mukunda1-2/+2
2025-02-07ASoC: amd: ps: refactor soundwire dma interrupts enable/disable sequenceVijendar Mukunda1-5/+6
2025-02-07ASoC: amd: ps: refactor soundwire dma driver codeVijendar Mukunda1-57/+89
2025-02-07ASoC: amd: ps: store acp revision id in SoundWire dma driver private dataVijendar Mukunda2-0/+2
2025-02-07ASoC: amd: ps: refactor soundwire dma interrupt handlingVijendar Mukunda1-46/+50
2025-02-07ASoC: amd: ps: add soundwire dma irq thread callbackVijendar Mukunda3-18/+34
2025-02-07ASoC: amd: ps: add callback to read acp pin configurationVijendar Mukunda3-25/+42
2025-02-07ASoC: amd: ps: add callback functions for acp pci driver pm opsVijendar Mukunda3-74/+138
2025-02-07ASoC: amd: ps: add acp pci driver hw_ops for acp6.3 platformVijendar Mukunda4-89/+167
2025-02-07ASoC: amd: ps: use macro for ACP6.3 pci revision idVijendar Mukunda2-1/+2
2025-02-07ASoC: amd: ps: rename structure names, variable and other macrosVijendar Mukunda3-101/+101
2025-02-05ASoC: amd: acp: Use str_low_high() helper functionThorsten Blum1-2/+3
2025-01-27ASoC: amd: acp: Fix possible deadlockDaniel Baluta1-0/+1
2025-01-23ASoC: acp: Support microphone from Lenovo Go SMario Limonciello1-0/+28
2025-01-09ASoC: amd: Add ACPI dependency to fix build errorYu-Chun Lin1-1/+1
2025-01-08ASoC: Merge up v6.13-rc6Mark Brown2-5/+25
2024-12-16ASoC: amd: ps: Fix for enabling DMIC on acp63 platform via _DSD entryVenkata Prasad Potturu1-1/+16
2024-12-10ASoC: amd: yc: Fix the wrong return valueVenkata Prasad Potturu1-4/+9