summaryrefslogtreecommitdiffstats
path: root/sound/soc/amd
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \
| | * | | | ASoC: amd: acp: add pm ops support for rembrandt platformSyed Saba Kareem2023-07-093-1/+258
| | * | | | ASoC: amd: acp: move pdm macros to common header fileSyed Saba Kareem2023-07-092-12/+12
| | * | | | ASoC: amd: acp: store the pdm stream channel maskSyed Saba Kareem2023-07-092-0/+2
| | * | | | ASoC: amd: acp: export config_acp_dma() and config_pte_for_stream() symbolsSyed Saba Kareem2023-07-091-2/+4
| | * | | | ASoC: amd: acp: store xfer_resolution of the streamSyed Saba Kareem2023-07-092-0/+4
| | * | | | ASoC: amd: acp: add pm ops support for acp pci driverSyed Saba Kareem2023-07-091-0/+46
| | * | | | ASoC: amd: acp: store platform device reference created in pci probe callSyed Saba Kareem2023-07-092-1/+2
| | * | | | ASoC: amd: acp: remove the redundant acp enable/disable interrupts functionsSyed Saba Kareem2023-07-095-44/+29
| | * | | | ASoC: amd: acp: add acp i2s master clock generation for rembrandt platformSyed Saba Kareem2023-07-093-0/+48
| | * | | | ASoC: amd: acp: refactor the acp init and de-init sequenceSyed Saba Kareem2023-07-097-202/+135
| | |/ / /
| * | | | Add acpi mahine id's for vangogh platform andMark Brown2023-07-126-0/+321
| |\ \ \ \
| | * | | | ASoC: amd: Add new dmi entries to config entryVenkata Prasad Potturu2023-07-091-0/+14
| | * | | | ASoC: amd: Add acpi machine id's for vangogh platformVenkata Prasad Potturu2023-07-093-0/+36
| | * | | | ASoC: amd: acp: Add machine driver support for max98388 codecVenkata Prasad Potturu2023-07-093-0/+102
| | * | | | ASoC: amd: acp: Add machine driver support for nau8821 codecVenkata Prasad Potturu2023-07-093-0/+169
| | |/ / /
| * | | | ASoC: amd: vangogh: Add support for NAU8821/MAX98388 variantCristian Ciocaltea2023-07-092-10/+132
| * | | | ASoC: amd: vangogh: Use dmi_first_match() for DMI quirk handlingCristian Ciocaltea2023-07-091-21/+7
| * | | | ASoC: amd: vangogh: Make use of DRV_NAMECristian Ciocaltea2023-07-091-1/+1
| |/ / /
* | | / ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJMario Limonciello2023-08-241-1/+1
| |_|/ |/| |
* | | ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6xBrenoRCBrito2023-08-181-0/+7
| |/ |/|
* | ASoC: amd: ps: Fix extraneous error messagesMario Limonciello2023-07-091-2/+2
|/
* ASoC: amd: acp: fix for invalid dai id handling in acp_get_byte_count()Vijendar Mukunda2023-06-261-3/+4
* 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-235-6/+10
* 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: amd: ps: add acp_reset flag check in acp pci driver pm ops.Vijendar Mukunda2023-06-201-8/+12
* ASoC: amd: update comments in Kconfig fileVijendar Mukunda2023-06-201-1/+2