summaryrefslogtreecommitdiff
path: root/sound/soc/amd
Commit message (Expand)AuthorAgeFilesLines
* ASoC: Merge up fixes for CIMark Brown2023-05-151-0/+7
|\
| * ASoC: amd: yc: Add DMI entry to support System76 Pangolin 12Jeremy Soller2023-05-081-0/+7
* | ASoC: amd: yc: Add MECHREVO Jiaolong Series MRID6 into DMI tableRsplwe2023-05-121-0/+7
* | ASoC: add and use asoc_dummy_dlcMark Brown2023-05-091-25/+18
|\ \
| * | ASoC: amd: use asoc_dummy_dlcKuninori Morimoto2023-05-081-25/+18
| |/
* | 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: yc: Add Asus VivoBook Pro 14 OLED M6400RC to the quirks list for a...Andrey Rakhmatullin2023-05-041-0/+7
* ASoC: amd: yc: Add ASUS M3402RA into DMI tableEnrico Belleri2023-04-271-0/+7
* ASoC: amd: Add check for acp config flagsSyed Saba Kareem2023-04-125-2/+21
* ASoC: amd: yc: Add ThinkBook 14 G5+ ARP to quirks list for acp6xBaishan Jiang2023-04-121-0/+7
* ASoC: amd: Add Dell G15 5525 to quirks listCem Kaya2023-04-111-0/+7
* ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A42)Prajna Sariputra2023-04-031-0/+7
* ASoC: amd: ps: update the acp clock source.Syed Saba Kareem2023-03-311-2/+0
* ASoC: Merge fixesMark Brown2023-03-301-0/+7
|\
| * ASoC: amd: yc: Add DMI entries to support Victus by HP Laptop 16-e1xxx (8A22)Ge-org Brohammer2023-03-171-0/+7
* | ASoC: amd: yc: acp6x-pdm-dma: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-3/+2
* | ASoC: amd: vangogh: acp5x-pcm-dma: Convert to platform remove callback return...Uwe Kleine-König2023-03-201-3/+2
* | ASoC: amd: raven: acp3x-pdm-dma: Convert to platform remove callback returnin...Uwe Kleine-König2023-03-201-3/+2
* | ASoC: amd: raven: acp3x-pcm-dma: Convert to platform remove callback returnin...Uwe Kleine-König2023-03-201-3/+2
* | ASoC: amd: ps: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-3/+2
* | 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-pcm-dma: Convert to platform remove callback returning voidUwe Kleine-König2023-03-201-4/+2
* | ASoC: amd: acp: rembrandt: Drop if blocks with always false conditionUwe Kleine-König2023-03-201-7/+1
* | ASoC: amd: vangogh: Add components prefix in structs and function namesLucas Tanure2023-03-051-14/+14
* | ASoC: amd: vangogh: Centralize strings definitionLucas Tanure2023-03-051-12/+19
* | ASoC: amd: vangogh: Move nau8821 and CPU side code up for future platformLucas Tanure2023-03-051-47/+50
* | ASoC: amd: vangogh: Check Bit Clock rate before snd_soc_dai_set_pllLucas Tanure2023-03-051-3/+9
* | ASoC: amd: vangogh: use for_each_rtd_components instead of forLucas Tanure2023-03-051-20/+22
* | ASoC: amd: vangogh: remove unnecessarily included headersLucas Tanure2023-03-051-6/+2
* | ASoC: amd: vangogh: use sizeof of variable instead of struct typeLucas Tanure2023-03-051-1/+1
* | ASoC: amd: vangogh: Small code refactorLucas Tanure2023-03-051-81/+64
* | ASoC: amd: vangogh: Remove unnecessary init functionLucas Tanure2023-03-051-6/+0
|/
* Merge tag 'asoc-fix-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/...Takashi Iwai2023-03-031-0/+14
|\
| * ASoC: amd: yc: Add DMI entries to support HP OMEN 16-n0xxx (8A43)Duc Anh Le2023-02-281-0/+7
| * ASoC: amd: yp: Add OMEN by HP Gaming Laptop 16z-n000 to quirksJoseph Hunkeler2023-02-161-0/+7
* | Merge tag 'asoc-v6.3' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-02-1612-210/+579
|\ \ | |/
| * 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: renoir: Add a module parameter to influence pdm_gainMario Limonciello2023-02-022-2/+8
| * ASoC: amd: renoir: Adjust the gain for PDM DMICMario Limonciello2023-02-021-1/+1
| * ASoC: amd: yc: Add a module parameter to influence pdm_gainMario Limonciello2023-02-022-2/+8
| * ASoC: amd: yc: Adjust the gain for PDM DMICMario Limonciello2023-02-021-1/+1
| * ASoC: amd: acp: Refactor bit width calculationVenkata Prasad Potturu2023-01-301-4/+4
| * ASoC: Merge up 6.2 fixesMark Brown2023-01-182-2/+32
| |\
| * | 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