summaryrefslogtreecommitdiffstats
path: root/sound/soc/amd/vangogh
AgeCommit message (Expand)AuthorLines
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-1/+1
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
2025-11-17ASoC: amd: acp5x-mach: convert to snd_soc_dapm_xxx()Kuninori Morimoto-2/+1
2025-08-28ASoC: amd: use int type to store negative error codesQianfeng Rong-1/+2
2025-03-17ASoC: amd: Convert to RUNTIME_PM_OPS() & coTakashi Iwai-6/+5
2024-10-23ASoC: amd: remove dpcm_xxx flagsKuninori Morimoto-6/+0
2024-09-09ASoC: Switch back to struct platform_driver::remove()Uwe Kleine-König-1/+1
2024-05-08ASoC: amd: Use *-y instead of *-objs in MakefileTakashi Iwai-4/+4
2023-12-18ASoC: amd: vangogh: Switch to {RUNTIME,SYSTEM_SLEEP}_PM_OPSCristian Ciocaltea-6/+5
2023-12-18ASoC: amd: vangogh: Allow probing ACP PCI when SOF is disabledCristian Ciocaltea-2/+6
2023-12-18ASoC: amd: vangogh: Drop conflicting ACPI-based probingCristian Ciocaltea-22/+13
2023-12-06ASoC: amd: vangogh: Add condition check for acp config flagVenkata Prasad Potturu-2/+3
2023-09-25ASoC: amd: convert not to use asoc_xxx()Kuninori Morimoto-10/+10
2023-07-31ASoC: amd: acp5x-mach:add checks to avoid static analysis warningsPierre-Louis Bossart-0/+3
2023-07-09ASoC: amd: vangogh: Add support for NAU8821/MAX98388 variantCristian Ciocaltea-8/+129
2023-07-09ASoC: amd: vangogh: Use dmi_first_match() for DMI quirk handlingCristian Ciocaltea-21/+7
2023-07-09ASoC: amd: vangogh: Make use of DRV_NAMECristian Ciocaltea-1/+1
2023-06-23ASoC: amd: update pm_runtime enable sequenceArun Gopal Kondaveeti-2/+2
2023-05-30ASoC: amd: vangogh: Add check for acp config flags in vangogh platformVenkata Prasad Potturu-1/+8
2023-03-20ASoC: amd: vangogh: acp5x-pcm-dma: Convert to platform remove callback return...Uwe Kleine-König-3/+2
2023-03-05ASoC: amd: vangogh: Add components prefix in structs and function namesLucas Tanure-14/+14
2023-03-05ASoC: amd: vangogh: Centralize strings definitionLucas Tanure-12/+19
2023-03-05ASoC: amd: vangogh: Move nau8821 and CPU side code up for future platformLucas Tanure-47/+50
2023-03-05ASoC: amd: vangogh: Check Bit Clock rate before snd_soc_dai_set_pllLucas Tanure-3/+9
2023-03-05ASoC: amd: vangogh: use for_each_rtd_components instead of forLucas Tanure-20/+22
2023-03-05ASoC: amd: vangogh: remove unnecessarily included headersLucas Tanure-6/+2
2023-03-05ASoC: amd: vangogh: use sizeof of variable instead of struct typeLucas Tanure-1/+1
2023-03-05ASoC: amd: vangogh: Small code refactorLucas Tanure-81/+64
2023-03-05ASoC: amd: vangogh: Remove unnecessary init functionLucas Tanure-6/+0
2022-09-20ASoC: soc.h: remove num_cpus/codecsKuninori Morimoto-1/+1
2022-07-22ASoC: amd: vangogh: Use non-legacy DAI naming for cs35l41Cristian Ciocaltea-2/+1
2022-06-27ASoC: amd: Migrate to new style legacy DAI naming flagCharles Keepax-0/+1
2022-06-06ASoC: amd: vangogh: Rename set_fmt_new back to set_fmtCharles Keepax-1/+1
2022-06-06ASoC: amd: vangogh: Update to use set_fmt_new callbackCharles Keepax-3/+3
2022-05-16ASoC: amd: vangogh: Remove duplicate include filesYueHaibing-2/+0
2022-04-14ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki-4/+4
2022-03-21Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai-48/+46
2022-03-16ASoC: amd: Fix reference to PCM buffer addressMeng Tang-1/+1
2022-03-08ASoC: amd: acp5x-pcm-dma: Fix signedness bugYueHaibing-1/+1
2022-03-07ASoC: amd: vg: fix signedness bug in acp5x_audio_probe()Dan Carpenter-3/+4
2022-03-02ASoC: amd: use asoc_substream_to_rtd()Zhen Ni-4/+4
2022-02-28ASoC: amd: vangogh: fix uninitialized symbol warning in machine driverVijendar Mukunda-0/+1
2022-02-28ASoC: amd: vg: remove warnings and errors pointed out by checkpatch plVijendar Mukunda-2/+1
2022-02-28ASoC: amd: vg: update DAI link nameVijendar Mukunda-1/+1
2022-02-28ASoC: amd: vg: fix for pm resume callback sequenceVijendar Mukunda-33/+33
2022-02-28ASoC: amd: pcm-dma: Use platform_get_irq() to get the interruptMeng Tang-5/+2
2022-02-24ASoC: amd: vg: update acp init and deinit sequenceVijendar Mukunda-0/+4
2022-02-24ASoC: amd: vg: apply sample bits pcm constraintVijendar Mukunda-0/+10
2022-02-24ASoC: amd: vg: update platform clock control sequenceVijendar Mukunda-1/+12
2022-02-24ASoC: amd: vangogh: refactor i2s master mode clock sequence codeVijendar Mukunda-19/+36