summaryrefslogtreecommitdiffstats
path: root/sound/soc/amd
Commit message (Expand)AuthorAgeFilesLines
* ASoC: amd: acp: fix for i2s mode register field updateSyed Saba Kareem2023-10-311-2/+2
* ASoC: amd: acp: select SND_SOC_AMD_ACP_LEGACY_COMMON for ACP63Arnd Bergmann2023-10-271-9/+11
* ASoC: amd: acp: add ACPI dependencyArnd Bergmann2023-10-271-1/+4
* ASoC: amd: acp: add machine driver support for acp7.0Syed Saba Kareem2023-10-251-0/+9
* ASoC: amd: acp: Add pci legacy driver support for acp7.0 platformSyed Saba Kareem2023-10-255-1/+273
* ASoC: amd: acp: change acp power on mask macro valueSyed Saba Kareem2023-10-251-1/+1
* ASoC: amd: acp: change acp-deinit function argumentsSyed Saba Kareem2023-10-253-6/+6
* ASoC: amd: acp: add machine driver support for pdm use caseSyed Saba Kareem2023-10-252-11/+30
* ASoC: amd: acp: add condition check for i2s clock generationSyed Saba Kareem2023-10-252-6/+18
* ASoC: amd: acp: add platform and flag data to acp data structureSyed Saba Kareem2023-10-254-1/+13
* ASoC: amd: acp: add code for scanning acp pdm controllerSyed Saba Kareem2023-10-255-1/+86
* ASoC: amd: acp: add Kconfig options for acp6.3 based platform driverSyed Saba Kareem2023-10-252-0/+13
* ASoC: amd: acp: add machine driver support for acp6.3 platformSyed Saba Kareem2023-10-252-0/+16
* ASoC: amd: acp: add i2s clock generation support for acp6.3 based platformsSyed Saba Kareem2023-10-251-3/+16
* ASoC: amd: acp: refactor acp i2s clock generation codeSyed Saba Kareem2023-10-252-39/+32
* ASoC: amd: acp: Add acp6.3 pci legacy driver supportSyed Saba Kareem2023-10-254-0/+326
* ASoC: amd: Add acpi machine id for acp6.3 version based platformVijendar Mukunda2023-10-232-0/+13
* ASoC: amd: ps: enable wake capability for acp pci driverVijendar Mukunda2023-10-171-0/+1
* ASoC: Merge fixes for consistent cs42l43 schemaMark Brown2023-10-101-0/+7
|\
| * ASoC: amd: yc: Fix non-functional mic on Lenovo 82YMSven Frotscher2023-10-021-0/+7
* | ASoC: amd: convert not to use asoc_xxx()Kuninori Morimoto2023-09-261-3/+3
* | ASoC: amd: convert not to use asoc_xxx()Kuninori Morimoto2023-09-2513-73/+73
* | ASoC: amd: ps: Fix -Wformat-truncation warningTakashi Iwai2023-09-151-1/+1
* | ASoC: amd: acp: Fix -Wmissing-prototypes warningMarian Postevca2023-09-131-0/+1
* | ASoC: Merge up fixesMark Brown2023-09-121-0/+21
|\|
| * ASoC: amd: yc: Fix non-functional mic on Lenovo 82QF and 82UGAugust Wikerfors2023-09-121-0/+14
| * Add DMI ID for MSI Bravo 15 B7EDWalt Holman2023-09-111-0/+7
* | ASoC: amd: acp: Add machine driver that enables sound for systems with a ES83...Marian Postevca2023-09-118-2/+560
* | ASoC: amd: acp: Add support for splitting the codec specific code from the AC...Marian Postevca2023-09-112-11/+137
|/
* Merge tag 'asoc-fix-v6.6-merge-window' of https://git.kernel.org/pub/scm/linu...Takashi Iwai2023-09-071-0/+14
|\
| * ASoC: amd: yc: Fix a non-functional mic on Lenovo 82TLMario Limonciello2023-09-061-0/+7
| * ASoC: amd: yc: Add DMI entries to support Victus by HP Gaming Laptop 15-fb0xx...Shubh2023-09-041-0/+7
* | Merge tag 'asoc-v6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/broo...Takashi Iwai2023-08-2811-126/+330
|\|
| * ASoC: amd: acp: Add kcontrols and widgets per-codec in common codeAlper Nebi Yasak2023-08-183-44/+67
| * ASoC: amd: merge DAI call back functions into opsKuninori Morimoto2023-08-144-18/+12
| * ASoC: amd: acp3x-rt5682-max9836: Configure jack as not detecting Line OutAlper Nebi Yasak2023-08-081-1/+1
| * ASoC: amd: acp3x-rt5682-max9836: Map missing jack kcontrolsAlper Nebi Yasak2023-08-071-5/+18
| * ASoC: amd: acp: Map missing jack kcontrolsAlper Nebi Yasak2023-08-071-44/+182
| * ASoC: amd: acp-rt5645: Map missing jack kcontrolsAlper Nebi Yasak2023-08-071-5/+17
| * ASoC: amd: acp-da7219-max98357a: Map missing jack kcontrolsAlper Nebi Yasak2023-08-071-10/+31
| * ASoC: amd: acp5x-mach:add checks to avoid static analysis warningsPierre-Louis Bossart2023-07-311-0/+3
* | Merge branch 'for-next' into for-linusTakashi Iwai2023-08-2818-279/+984
|\ \
| * \ Merge branch 'for-linus' into for-nextTakashi Iwai2023-08-241-0/+7
| |\ \ | | |/ | |/|
| * | ASoC: Merge up fixes from mainlineMark Brown2023-07-231-2/+2
| |\ \
| * | | ASoC: amd: acp: fix SND_SOC_AMD_ACP_PCI depdenenciesArnd Bergmann2023-07-191-0/+1
| * | | ASoC: amd: acp: delete unnecessary NULL checkDan Carpenter2023-07-181-12/+10
| * | | ASoC: amd: acp: clean up some inconsistent indentingsYang Li2023-07-131-2/+2
| * | | ASoC: Another set of platform remove conversionsMark Brown2023-07-121-3/+2
| |\ \ \
| | * | | ASoC: amd: ps-sdw-dma: Convert to platform remove callback returning voidUwe Kleine-König2023-07-091-3/+2
| * | | | Refactor acp legacy driver and addMark Brown2023-07-1210-253/+531
| |\ \ \ \