summaryrefslogtreecommitdiffstats
path: root/sound/soc/amd/ps
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König11 days2-2/+2
* ASoC: amd: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-131-0/+1
* ASoC: amd: Use *-y instead of *-objs in MakefileTakashi Iwai2024-05-081-4/+4
* ASoC: amd: Use snd_soc_substream_to_rtd() for accessing private_dataKrzysztof Kozlowski2024-05-061-1/+1
* ASoC: amd: ps: modify ACP register end address macroVijendar Mukunda2024-02-221-1/+1
* ASoC: amd: ps: update licenseVijendar Mukunda2024-02-225-5/+5
* ASoC: amd: ps: add machine select and register codeVijendar Mukunda2024-02-192-1/+84
* ASoC: amd: ps: fix for acp pme wake for soundwire configurationVijendar Mukunda2024-02-191-1/+34
* ASoC: amd: ps: remove acp_reset flagVijendar Mukunda2024-02-192-21/+28
* ASoC: amd: ps: refactor acp child platform device creation codeVijendar Mukunda2024-02-192-190/+116
* ASoC: amd: ps: refactor acp device configuration read logicVijendar Mukunda2024-02-192-126/+61
* ASoC: amd: ps: enable wake capability for acp pci driverVijendar Mukunda2023-10-171-0/+1
* ASoC: amd: convert not to use asoc_xxx()Kuninori Morimoto2023-09-251-1/+1
* ASoC: amd: ps: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-1/+1
* ASoC: Merge up fixes from mainlineMark Brown2023-07-231-2/+2
|\
| * ASoC: amd: ps: Fix extraneous error messagesMario Limonciello2023-07-091-2/+2
* | ASoC: amd: ps-sdw-dma: Convert to platform remove callback returning voidUwe Kleine-König2023-07-091-3/+2
|/
* ASoC: amd: ps: fix byte count return value for invalid SoundWire manager inst...Vijendar Mukunda2023-06-261-1/+2
* ASoC: amd: ps: add comments for DMA register mappingVijendar Mukunda2023-06-261-0/+11
* ASoC: amd: ps: fix for position register set for AUDIO0 RX streamVijendar Mukunda2023-06-261-1/+1
* ASoC: amd: ps: add fix for dma irq mask for rx streams for SDW0 instanceVijendar Mukunda2023-06-261-1/+1
* ASoC: amd: ps: add comments for DMA irq bits mappingVijendar Mukunda2023-06-261-0/+20
* ASoC: amd: update pm_runtime enable sequenceArun Gopal Kondaveeti2023-06-231-1/+2
* ASoC: amd: ps: add acp_reset flag check in acp pci driver pm ops.Vijendar Mukunda2023-06-201-8/+12
* ASoC: amd: ps: enable SoundWire dma driver buildVijendar Mukunda2023-06-201-0/+2
* ASoC: amd: ps: add pm ops support for SoundWire dma driverVijendar Mukunda2023-06-201-2/+96
* ASoC: amd: ps: add support for SoundWire DMA interruptsVijendar Mukunda2023-06-202-2/+98
* ASoC: amd: ps: add SoundWire dma driver dma opsVijendar Mukunda2023-06-202-0/+464
* ASoC: amd: ps: add SoundWire dma driverVijendar Mukunda2023-06-202-0/+75
* ASoC: amd: ps: handle SoundWire interrupts in acp pci driverVijendar Mukunda2023-06-202-5/+46
* ASoC: amd: ps: create platform devices based on acp configVijendar Mukunda2023-06-202-21/+323
* ASoC: Merge fixes due to dependenciesMark Brown2023-06-162-7/+6
|\
| * ASoC: amd: ps: fix for acp_lock access in pdm driverVijendar Mukunda2023-05-302-7/+6
* | ASoC: amd: ps: refactor acp power on and reset functions.Syed Saba Kareem2023-05-082-25/+16
* | ASoC: amd: ps: remove the register read and write wrappers.Syed Saba Kareem2023-05-083-60/+46
* | ASoC: amd: ps: Update copyright noticeCarlos Bilbao2023-05-081-1/+1
|/
* ASoC: amd: Add check for acp config flagsSyed Saba Kareem2023-04-122-1/+9
* ASoC: amd: ps: update the acp clock source.Syed Saba Kareem2023-03-311-2/+0
* ASoC: amd: ps: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-3/+2
* ASoC: amd: ps: Add a module parameter to influence pdm_gainMario Limonciello2023-02-022-2/+8
* ASoC: amd: ps: Adjust the gain for PDM DMICMario Limonciello2023-02-021-1/+1
* ASoC: amd: ps: Fix uninitialized ret in create_acp64_platform_devs()Nathan Chancellor2023-01-091-1/+1
* ASoC: amd: ps: use static functionPierre-Louis Bossart2023-01-051-4/+8
* ASoC: amd: ps: remove unused variableVijendar Mukunda2023-01-051-1/+0
* ASoC: amd: ps: use acp_lock to protect common registers in pdm driverVijendar Mukunda2023-01-052-12/+21
* ASoC: amd: ps: add mutex lock for accessing common registersVijendar Mukunda2023-01-052-1/+4
* ASoC: amd: ps: move irq handler registrationVijendar Mukunda2022-12-251-7/+6
* ASoC: amd: ps: update dev index value in irq handlerVijendar Mukunda2022-12-251-1/+3
* ASoC: amd: ps: refactor platform device creation logicVijendar Mukunda2022-12-252-81/+89
* ASoC: amd: ps: implement api to retrieve acp device configVijendar Mukunda2022-12-252-2/+43