summaryrefslogtreecommitdiff
path: root/sound/soc/amd
AgeCommit message (Expand)AuthorFilesLines
2023-05-08ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12Jeremy Soller1-0/+7
2023-05-04ASoC: amd: yc: Add Asus VivoBook Pro 14 OLED M6400RC to the quirks list for a...Andrey Rakhmatullin1-0/+7
2023-04-27ASoC: amd: yc: Add ASUS M3402RA into DMI tableEnrico Belleri1-0/+7
2023-04-12ASoC: amd: Add check for acp config flagsSyed Saba Kareem5-2/+21
2023-04-12ASoC: amd: yc: Add ThinkBook 14 G5+ ARP to quirks list for acp6xBaishan Jiang1-0/+7
2023-04-11ASoC: amd: Add Dell G15 5525 to quirks listCem Kaya1-0/+7
2023-04-03ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A42)Prajna Sariputra1-0/+7
2023-03-31ASoC: amd: ps: update the acp clock source.Syed Saba Kareem1-2/+0
2023-03-30ASoC: Merge fixesMark Brown1-0/+7
2023-03-20ASoC: amd: yc: acp6x-pdm-dma: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-03-20ASoC: amd: vangogh: acp5x-pcm-dma: Convert to platform remove callback return...Uwe Kleine-König1-3/+2
2023-03-20ASoC: amd: raven: acp3x-pdm-dma: Convert to platform remove callback returnin...Uwe Kleine-König1-3/+2
2023-03-20ASoC: amd: raven: acp3x-pcm-dma: Convert to platform remove callback returnin...Uwe Kleine-König1-3/+2
2023-03-20ASoC: amd: ps: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
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-pcm-dma: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-03-20ASoC: amd: acp: rembrandt: Drop if blocks with always false conditionUwe Kleine-König1-7/+1
2023-03-17ASoC: amd: yc: Add DMI entries to support Victus by HP Laptop 16-e1xxx (8A22)Ge-org Brohammer1-0/+7
2023-03-06ASoC: amd: vangogh: Add components prefix in structs and function namesLucas Tanure1-14/+14
2023-03-06ASoC: amd: vangogh: Centralize strings definitionLucas Tanure1-12/+19
2023-03-06ASoC: amd: vangogh: Move nau8821 and CPU side code up for future platformLucas Tanure1-47/+50
2023-03-06ASoC: amd: vangogh: Check Bit Clock rate before snd_soc_dai_set_pllLucas Tanure1-3/+9
2023-03-06ASoC: amd: vangogh: use for_each_rtd_components instead of forLucas Tanure1-20/+22
2023-03-06ASoC: amd: vangogh: remove unnecessarily included headersLucas Tanure1-6/+2
2023-03-06ASoC: amd: vangogh: use sizeof of variable instead of struct typeLucas Tanure1-1/+1
2023-03-06ASoC: amd: vangogh: Small code refactorLucas Tanure1-81/+64
2023-03-06ASoC: amd: vangogh: Remove unnecessary init functionLucas Tanure1-6/+0
2023-03-03Merge tag 'asoc-fix-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/...Takashi Iwai1-0/+14
2023-02-28ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A43)Duc Anh Le1-0/+7
2023-02-16ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirksJoseph Hunkeler1-0/+7
2023-02-16Merge tag 'asoc-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai12-210/+579
2023-02-02ASoC: amd: ps: Add a module parameter to influence pdm_gainMario Limonciello2-2/+8
2023-02-02ASoC: amd: ps: Adjust the gain for PDM DMICMario Limonciello1-1/+1
2023-02-02ASoC: amd: renoir: Add a module parameter to influence pdm_gainMario Limonciello2-2/+8
2023-02-02ASoC: amd: renoir: Adjust the gain for PDM DMICMario Limonciello1-1/+1
2023-02-02ASoC: amd: yc: Add a module parameter to influence pdm_gainMario Limonciello2-2/+8
2023-02-02ASoC: amd: yc: Adjust the gain for PDM DMICMario Limonciello1-1/+1
2023-01-30ASoC: amd: acp: Refactor bit width calculationVenkata Prasad Potturu1-4/+4
2023-01-23ASoC: amd: yc: Add Xiaomi Redmi Book Pro 15 2022 into DMI tablefengwk1-0/+7
2023-01-18ASoC: Merge up 6.2 fixesMark Brown2-2/+32
2023-01-12ASoC: amd: acp-es8336: Drop reference count of ACPI device after useAndy Shevchenko1-2/+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
2023-01-11ASoC: amd: yc: Add DMI support for new acer/emdoor platformsSyed Saba Kareem1-0/+14
2023-01-09ASoC: amd: ps: Fix uninitialized ret in create_acp64_platform_devs()Nathan Chancellor1-1/+1
2023-01-05ASoC: amd: ps: use static functionPierre-Louis Bossart1-4/+8