summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* ASoC: SOF: Use no_reply calls for TXCurtis Malainey2023-04-2011-71/+37
* ASoC: SOF: ipc: Add no reply inline callsCurtis Malainey2023-04-202-0/+14
* ASoC: fsl: Restore configuration of platformShengjiu Wang2023-04-192-5/+14
* ASoC: fsl: Simplify an error messageChristophe JAILLET2023-04-191-1/+1
* ASoC: cs35l56: Updates for B0 siliconMark Brown2023-04-182-59/+5
|\
| * ASoC: cs35l56: Rename mixer source defines for SoundWire DP1Richard Fitzgerald2023-04-181-2/+2
| * ASoC: cs35l56: Remove SDW2RX1 mixer sourceRichard Fitzgerald2023-04-181-2/+1
| * ASoC: cs35l56: Remove SDW1 TX5 and TX6Richard Fitzgerald2023-04-182-54/+1
| * ASoC: cs35l56: Update comment on masking of EINT20 interruptsRichard Fitzgerald2023-04-181-1/+1
* | ASoC: codecs: wcd938x: Simplify with dev_err_probeKrzysztof Kozlowski2023-04-181-17/+10
* | ASoC: codecs: wcd934x: Simplify &pdev->dev in probeKrzysztof Kozlowski2023-04-181-3/+3
* | ASoC: codecs: wcd934x: Simplify with dev_err_probeKrzysztof Kozlowski2023-04-181-12/+7
* | ASoC: nau8825: fix bounds check for adc_delayTom Rix2023-04-181-1/+1
* | ASoC: codecs: wcd9335: Simplify with dev_err_probeKrzysztof Kozlowski2023-04-181-16/+11
|/
* ASoC: cs35l56: Code improvementsMark Brown2023-04-175-60/+38
|\
| * ASoC: cs35l56: Don't return a value from cs35l56_remove()Simon Trimmer2023-04-173-5/+5
| * ASoC: cs35l56: Remove redundant dsp_ready_completionSimon Trimmer2023-04-172-33/+9
| * ASoC: cs35l56: Wait for init_complete in cs35l56_component_probe()Simon Trimmer2023-04-171-7/+6
| * ASoC: cs35l56: Allow a wider range for reset pulse widthSimon Trimmer2023-04-171-5/+9
| * ASoC: cs35l56: Rework IRQ allocationSimon Trimmer2023-04-174-10/+9
* | ASoC: fsl_mqs: move of_node_put() to the correct locationLiliang Ye2023-04-171-10/+5
* | ASoC: cleanup mutex lockMark Brown2023-04-175-116/+100
|\ \
| * | ASoC: add snd_soc_card_mutex_lock/unlock()Kuninori Morimoto2023-04-172-11/+11
| * | ASoC: expand snd_soc_dpcm_mutex_lock/unlock()Kuninori Morimoto2023-04-174-44/+31
| * | ASoC: expand snd_soc_dapm_mutex_lock/unlock()Kuninori Morimoto2023-04-171-61/+58
| |/
* / ASoC: ssm2602: Add support for CLKDIV2Paweł Anikiel2023-04-171-3/+12
|/
* ASoC: nau8825: Add delay control for input pathDavid Lin2023-04-142-1/+8
* ASoC: da7218: Use devm_clk_get_optional()Christophe JAILLET2023-04-131-7/+3
* ASoC: da7219: Improve the relability of AAD IRQ processDavid Rau2023-04-132-34/+31
* ASoC: cs35l56: Add system suspend handlingMark Brown2023-04-123-63/+293
|\
| * ASoC: cs35l56: Re-patch firmware after system suspendRichard Fitzgerald2023-04-122-2/+77
| * ASoC: cs35l56: Remove quick-cancelling of dsp_work()Richard Fitzgerald2023-04-122-8/+1
| * ASoC: cs35l56: Add basic system suspend handlingRichard Fitzgerald2023-04-123-0/+158
| * ASoC: cs35l56: Always wait for firmware boot in runtime-resumeRichard Fitzgerald2023-04-121-4/+2
| * ASoC: cs35l56: Skip first init_completion wait in dsp_work if init_doneRichard Fitzgerald2023-04-121-1/+2
| * ASoC: cs35l56: Use DAPM widget for firmware PLAY/PAUSERichard Fitzgerald2023-04-121-50/+55
* | ASoC: ep93xx: Add OF supportAlexander Sverdlin2023-04-121-0/+8
* | ASoC: amd: Add check for acp config flagsSyed Saba Kareem2023-04-125-2/+21
* | ASoC: tas5720: add missing unwind goto in tas5720_codec_probeYing Liu2023-04-121-1/+2
* | ASoC: SOF: Intel: mtl: fix page fault in dspless mode when DSP is disabledFred Oh2023-04-121-0/+15
* | ASoC: amd: yc: Add ThinkBook 14 G5+ ARP to quirks list for acp6xBaishan Jiang2023-04-121-0/+7
|/
* ASoC: SOF: Intel: hda-mlink: HDaudio multi-linkMark Brown2023-04-117-45/+815
|\
| * ASoC: SOF: Intel: hda-mlink: add helper to retrieve eml_lockPierre-Louis Bossart2023-04-061-0/+12
| * ASoC: SOF: Intel: hda-mlink: add helper to offload link ownershipPierre-Louis Bossart2023-04-061-0/+36
| * ASoC: SOF: Intel: hda-mlink: add helpers to retrieve DMIC/SSP hlinkPierre-Louis Bossart2023-04-061-0/+24
| * ASoC: SOF: Intel: hda-mlink: program SoundWire LSDIID registersPierre-Louis Bossart2023-04-061-0/+30
| * ASoC: SOF: Intel: hda-mlink: add helper to check cmdsyncPierre-Louis Bossart2023-04-061-0/+38
| * ASoC: SOF: Intel: hda-mlink: add helpers for sync_arm/sync_goPierre-Louis Bossart2023-04-061-0/+70
| * ASoC: SOF: Intel: hda-mlink: add helpers to set link SYNC frequencyPierre-Louis Bossart2023-04-061-0/+90
| * ASoC: SOF: Intel: hda-mlink: add helpers to enable/check interruptsPierre-Louis Bossart2023-04-061-0/+62