summaryrefslogtreecommitdiffstats
path: root/sound/soc/amd
Commit message (Expand)AuthorAgeFilesLines
* ASoC: amd: acp: Add pm ops callback in machine driverAjit Kumar Pandey2022-04-202-0/+2
* ASoC: soc-card: Create jack kcontrol without pinsAkihiko Odaki2022-04-145-10/+10
* Allow detecting ACP6x DMIC via _DSDMark Brown2022-04-121-4/+38
|\
| * ASoC: amd: Add support for enabling DMIC on acp6x via _DSDMario Limonciello2022-04-111-0/+13
| * ASoC: amd: Add driver data to acp6x machine driverMario Limonciello2022-04-111-4/+25
* | ASoC: amd: yc: add new YC platform varaint supportVijendar Mukunda2022-04-111-2/+7
|/
* Merge tag 'asoc-v5.18' of https://git.kernel.org/pub/scm/linux/kernel/git/bro...Takashi Iwai2022-03-2122-82/+774
|\
| * ASoC: amd: Fix reference to PCM buffer addressMeng Tang2022-03-161-1/+1
| * ASoC: amd: acp3x: Fix signedness bug in acp3xYueHaibing2022-03-081-1/+1
| * ASoC: amd: acp5x-pcm-dma: Fix signedness bugYueHaibing2022-03-081-1/+1
| * ASoC: amd: vg: fix signedness bug in acp5x_audio_probe()Dan Carpenter2022-03-071-3/+4
| * ASoC: amd: pcm-dma: Fix signedness bug in acp3x_audio_probe()Dan Carpenter2022-03-071-3/+4
| * ASoC: amd: pcm-dma: Fix signedness bug in acp_pdm_audio_probe()Dan Carpenter2022-03-071-3/+4
| * ASoC: amd: acp: Fix signedness bug in renoir_audio_probe()Dan Carpenter2022-03-071-3/+4
| * ASoC: amd: use asoc_substream_to_rtd()Zhen Ni2022-03-021-4/+4
| * ASoC: amd: vangogh: fix uninitialized symbol warning in machine driverVijendar Mukunda2022-02-281-0/+1
| * ASoC: amd: vg: remove warnings and errors pointed out by checkpatch plVijendar Mukunda2022-02-281-2/+1
| * ASoC: amd: vg: update DAI link nameVijendar Mukunda2022-02-281-1/+1
| * ASoC: amd: vg: fix for pm resume callback sequenceVijendar Mukunda2022-02-281-33/+33
| * ASoC: amd: pcm-dma: Use platform_get_irq() to get the interruptMeng Tang2022-02-284-23/+10
| * ASoC: acp: check the return value of devm_kzalloc() in acp_legacy_dai_links_c...Jia-Ju Bai2022-02-251-0/+2
| * ASoC: amd: Use platform_get_irq_byname() to get the interruptMeng Tang2022-02-251-5/+2
| * ASoC: amd: acp: Add DMIC machine driver opsAjit Kumar Pandey2022-02-241-0/+27
| * ASoC: amd: acp-legacy: Add legacy card support for new machinesAjit Kumar Pandey2022-02-242-0/+47
| * ASoC: amd: acp: Change card name for Guybrush MachineAjit Kumar Pandey2022-02-242-3/+3
| * ASoC: amd: renoir: Add check for acp configuration flagsAjit Kumar Pandey2022-01-283-1/+10
| * ASoC: amd: acp: acp-legacy: Add DMIC dai link support for RenoirAjit Kumar Pandey2022-01-282-2/+23
| * ASoC: amd: acp: Add ACP init()/deinit() callback for Renoir.Ajit Kumar Pandey2022-01-282-0/+153
| * ASoC: amd: acp: Add generic PCI driver module for ACP deviceAjit Kumar Pandey2022-01-285-0/+183
| * ASoC: amd: acp: Add PDM controller based dmic dai for RenoirAjit Kumar Pandey2022-01-282-0/+14
| * ASoC: amd: acp: Add generic support for PDM controller on ACPAjit Kumar Pandey2022-01-285-1/+226
| * ASoC: amd: sof-mach: Add support for RT5682S and RT1019 cardV sujith kumar Reddy2022-01-242-0/+23
* | ASoC: amd: vg: update acp init and deinit sequenceVijendar Mukunda2022-02-241-0/+4
* | ASoC: amd: vg: apply sample bits pcm constraintVijendar Mukunda2022-02-241-0/+10
* | ASoC: amd: vg: update platform clock control sequenceVijendar Mukunda2022-02-241-1/+12
* | ASoC: amd: vangogh: refactor i2s master mode clock sequence codeVijendar Mukunda2022-02-242-19/+36
* | ASoC: amd: acp: Set gpio_spkr_en to None for max speaker amplifer in machine ...V sujith kumar Reddy2022-02-022-3/+2
* | ASoC: amd: acp-mach: Fix Left and Right rt1019 amp devicesAjit Kumar Pandey2022-01-211-2/+2
|/
* ASoC: amd: acp: acp-mach: Change default RT1019 amp dev idAjit Kumar Pandey2022-01-061-4/+4
* ASoC: amd: acp: Power on/off the speaker enable gpio pin based on DAPM callback.V sujith kumar Reddy2021-12-245-10/+71
* ASoC: amd: acp: Remove duplicate dependency in KconfigAjit Kumar Pandey2021-12-211-2/+0
* ASoC: amd: acp-config: Update sof_tplg_filename for SOF machinesAjit Kumar Pandey2021-12-211-3/+3
* ASoC: amd: acp-config: Enable SOF audio for Google chrome boards.Ajit Kumar Pandey2021-12-211-0/+53
* ASoC: AMD: fix depend/select mistake on SND_AMD_ACP_CONFIGPierre-Louis Bossart2021-12-151-1/+1
* ASoC: amd: Convert to new style DAI format definitionsMark Brown2021-12-083-16/+16
* ASoC: AMD: acp-config: fix missing dependency on SND_SOC_ACPIPierre-Louis Bossart2021-12-081-0/+1
* ASoC: amd: acp6x-pdm-dma: Constify static snd_soc_dai_opsRikard Falkeborn2021-12-061-1/+1
* ASoC: amd: Fix dependency for SPI masterLucas Tanure2021-12-021-1/+1
* Merge branch 'for-5.16' of https://git.kernel.org/pub/scm/linux/kernel/git/br...Mark Brown2021-12-011-1/+2
|\
| * ASoC: amd: fix uninitialized variable in snd_acp6x_probe()Dan Carpenter2021-11-301-1/+2