summaryrefslogtreecommitdiffstats
path: root/sound/soc/amd/acp
Commit message (Expand)AuthorAgeFilesLines
* ASoC: amd: acp: fix for invalid dai id handling in acp_get_byte_count()Vijendar Mukunda2023-06-261-3/+4
* ASoC: amd: acp: remove acp poweroff functionSyed Saba Kareem2023-06-222-42/+0
* ASoC: amd: acp: clear pdm dma interrupt maskSyed Saba Kareem2023-06-221-1/+1
* ASoC: do not include pm_runtime.h if not usedClaudiu Beznea2023-05-232-2/+0
* ASoC: amd: use asoc_dummy_dlcKuninori Morimoto2023-05-081-25/+18
* ASoC: amd: acp: renoir: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-3/+2
* ASoC: amd: acp: rembrandt: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-3/+2
* ASoC: amd: acp: rembrandt: Drop if blocks with always false conditionUwe Kleine-König2023-03-201-7/+1
* ASoC: amd: acp: Refactor bit width calculationVenkata Prasad Potturu2023-01-301-4/+4
* ASoC: amd: acp: Enable i2s tdm support for skyrim platformsVenkata Prasad Potturu2023-01-114-0/+31
* ASoC: amd: acp: Add i2s tdm support in machine driverVenkata Prasad Potturu2023-01-114-14/+162
* ASoC: amd: acp: Refactor i2s clocks programming sequenceVenkata Prasad Potturu2023-01-111-75/+94
* ASoC: amd: acp: Refactor dai format implementationVenkata Prasad Potturu2023-01-111-30/+122
* ASoC: amd: acp: Add new cpu dai's in machine driverVenkata Prasad Potturu2023-01-111-4/+8
* ASoC: amd: acp: Fix possible UAF in acp_dma_openGaosheng Cui2022-11-181-4/+4
* ASoC: amd: acp: Add setbias level for rt5682s codec in machine driverVenkata Prasad Potturu2022-10-191-6/+56
* ASoC: amd: acp: Add TDM slots setting support for ACP I2S controllerVenkata Prasad Potturu2022-10-181-1/+15
* ASoC: amd: acp: use function devm_kcalloc() instead of devm_kzalloc()ye xingchen2022-09-191-2/+2
* ASoC: amd: acp: use devm_kcalloc() instead of devm_kzalloc()ye xingchen2022-09-191-1/+1
* ASoC: amd: acp: Modify dai_id macros to be more genericVenkata Prasad Potturu2022-08-281-3/+3
* ASoC: amd: acp: remove unnecessary NULL checksDan Carpenter2022-08-191-2/+2
* ASoC: amd: acp: add a label to make error path more cleanYang Yingliang2022-08-191-6/+5
* ASoC: amd: acp: switch to use dev_err_probe()Yang Yingliang2022-08-191-4/+3
* ASoC: amd: acp: add missing platform_device_unregister() in acp_pci_probe()Yang Yingliang2022-08-191-0/+1
* ASoC: amd: acp: Add TDM support for acp i2s streamVenkata Prasad Potturu2022-08-152-1/+91
* ASoC: amd: acp: Initialize list to store acp_stream during pcm_openAjit Kumar Pandey2022-08-152-22/+22
* ASoC: amd: acp: Fix initialization of ext_intr_stat1 in i2s_irq_handler()Nathan Chancellor2022-07-261-1/+1
* ASoC: amd: acp: Add error handling casesVenkata Prasad Potturu2022-07-211-4/+20
* ASoC: amd: acp: Modify const resource struct variable to genericVenkata Prasad Potturu2022-07-211-5/+4
* ASoC: amd: acp: Drop superfluous mmap callbackVenkata Prasad Potturu2022-07-211-8/+0
* ASoC: amd: acp: Modify local variables name to genericVenkata Prasad Potturu2022-07-211-5/+5
* ASoC: amd: acp: Add legacy audio driver support for Rembrandt platformV sujith kumar Reddy2022-07-0811-6/+781
* ASoC: amd: acp: ACP code generic to support newer platformsV sujith kumar Reddy2022-07-086-46/+86
* ASoC: amd: acp: Remove rt1019_1 codec conf from machine driverV sujith kumar Reddy2022-07-081-18/+0
* ASoC: amd: Migrate to new style legacy DAI naming flagCharles Keepax2022-06-271-7/+8
* ASoC: amd: acp: Fix error handling in .remove()Uwe Kleine-König2022-06-221-8/+2
* Add Machine driver support for nau8825, max98560 and rt5682s, rt1019Mark Brown2022-06-074-16/+251
|\
| * ASoC: amd: acp: Add support for rt5682s and rt1019 card with hs instanceV sujith kumar Reddy2022-06-062-10/+72
| * ASoC: amd: acp: Add support for nau8825 and max98360 cardV sujith kumar Reddy2022-06-064-6/+179
* | ASoC: amd: acp: fix typo in commentJulia Lawall2022-06-061-1/+1
|/
* ASoC: SOF: amd: Fixed Build errorSyed Saba kareem2022-05-231-0/+1
* ASoC: amd: acp: Set Speaker enable/disable pin through rt1019 codec driver.V sujith kumar Reddy2022-05-195-73/+10
* ASoC: amd: acp: Set Speaker enable/disable pin through rt1019 codec driverV sujith kumar Reddy2022-05-192-2/+3
* ASoC: amd: acp: Add pm ops callback in machine driverAjit Kumar Pandey2022-04-202-0/+2
* ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki2022-04-141-2/+2
* Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-03-2110-12/+695
|\
| * ASoC: amd: acp: Fix signedness bug in renoir_audio_probe()Dan Carpenter2022-03-071-3/+4
| * ASoC: acp: check the return value of devm_kzalloc() in acp_legacy_dai_links_c...Jia-Ju Bai2022-02-251-0/+2
| * ASoC: amd: Use platform_get_irq_byname() to get the interruptMeng Tang2022-02-251-5/+2
| * ASoC: amd: acp: Add DMIC machine driver opsAjit Kumar Pandey2022-02-241-0/+27