summaryrefslogtreecommitdiff
path: root/sound/soc
AgeCommit message (Expand)AuthorFilesLines
2023-08-28Merge branch 'for-next' into for-linusTakashi Iwai170-1744/+3859
2023-08-24ASoC: amd: yc: Fix a non-functional mic on Lenovo 82SJMario Limonciello1-1/+1
2023-08-24Merge branch 'for-linus' into for-nextTakashi Iwai32-77/+230
2023-08-23ASoC: cs35l41: Correct amp_gain_tlv valuesCharles Keepax1-1/+1
2023-08-19ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6xBrenoRCBrito1-0/+7
2023-08-18ASoC: pcm: Drop obsoleted PCM copy_user opsTakashi Iwai2-22/+0
2023-08-18ASoC: dmaengine: Use iov_iter for process callback, tooTakashi Iwai3-5/+4
2023-08-18ASoC: dmaengine: Convert to generic PCM copy opsTakashi Iwai1-8/+9
2023-08-18ASoC: qcom: Convert to generic PCM copy opsTakashi Iwai1-6/+7
2023-08-18ASoC: mediatek: Convert to generic PCM copy opsTakashi Iwai1-17/+10
2023-08-18ASoC: component: Add generic PCM copy opsTakashi Iwai2-1/+21
2023-08-17ASoC: cs35l56: Update ACPI HID and propertyMark Brown3-19/+30
2023-08-17ASoC: tas2781: fixed register access error when switching to other chipsShenghao Ding1-9/+10
2023-08-17ASoC: cs35l56: Add an ACPI match tableSimon Trimmer2-0/+18
2023-08-17ASoC: cs35l56: Read firmware uuid from a device property instead of _SUBMaciej Strozek1-19/+12
2023-08-16ASoC: SOF: ipc4-pcm: fix possible null pointer deferenceChao Song1-0/+3
2023-08-13ASoC: rt1308-sdw: fix random louder soundShuming Fan1-1/+12
2023-08-10ASoC: meson: axg-tdm-formatter: fix channel slot allocationJerome Brunet1-16/+26
2023-08-09ASoC: SOF: ipc4-topology: Update the basecfg for copier earlierPeter Ujfalusi1-3/+3
2023-08-08ASoC: SOF: intel: hda: Clean up link DMA for IPC3 during stopRanjani Sridharan3-4/+14
2023-08-08ASoC: Intel: sof-sdw-cs42142: fix for codec button mappingjairaj-arava1-3/+3
2023-08-08ASoC: Intel: sof-sdw: update jack detection quirk for LunarLake RVPPierre-Louis Bossart1-1/+1
2023-08-07ASoC: SOF: Fix incorrect use of sizeof in sof_ipc3_do_rx_work()Xia Fukun1-1/+1
2023-08-07ASoC: lower "no backend DAIs enabled for ... Port" log severityHans de Goede1-2/+6
2023-08-07ASoC: rt5665: add missed regulator_bulk_disableZhang Shurong1-0/+2
2023-08-04ASoC: max98363: don't return on success reading revision IDBard Liao1-4/+5
2023-08-03ASoC: fsl: micfil: Use dual license micfil codeDaniel Baluta2-3/+3
2023-07-25Merge tag 'asoc-v6.6-early' of https://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai163-1619/+3910
2023-07-25ASoC: atmel: Fix the 8K sample parameter in I2SC masterGuiting Shen1-1/+4
2023-07-25ASoC: rt711-sdca: fix for JD event handling in ClockStop Mode0Shuming Fan1-1/+9
2023-07-25ASoC: rt711: fix for JD event handling in ClockStop Mode0Shuming Fan1-1/+8
2023-07-25ASoC: rt722-sdca: fix for JD event handling in ClockStop Mode0Shuming Fan1-1/+9
2023-07-25ASoC: rt712-sdca: fix for JD event handling in ClockStop Mode0Shuming Fan1-1/+9
2023-07-25ASoc: codecs: ES8316: Fix DMIC configEdgar1-1/+1
2023-07-25ASoC: rt5682-sdw: fix for JD event handling in ClockStop Mode0Shuming Fan1-1/+8
2023-07-24ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 registerMark Brown1-0/+3
2023-07-24ASoC: da7219: Patches related to a spurious AAD IRQMark Brown1-3/+9
2023-07-24ALSA: hda: Adding support for CS35L56 on HDAMark Brown6-589/+628
2023-07-24ALSA: cs35l41: Poll for Power Up/Down rather than waiting a fixed delayStefan Binding2-14/+44
2023-07-24ALSA: cs35l41: Use mbox command to enable speaker output for external boostStefan Binding2-19/+65
2023-07-24ASoC: codecs: lpass: Log clk_get() failuresBjorn Andersson4-18/+18
2023-07-24ASoC: cs35l56: Make a common function to shutdown the DSPSimon Trimmer2-16/+27
2023-07-24ASoC: cs35l56: Make common function for control port waitSimon Trimmer1-6/+10
2023-07-24ASoC: cs35l56: Move part of cs35l56_init() to shared libraryRichard Fitzgerald2-69/+81
2023-07-24ASoC: cs35l56: Move cs_dsp init into shared libraryRichard Fitzgerald2-12/+17
2023-07-24ASoC: cs35l56: Move runtime suspend/resume to shared libraryRichard Fitzgerald4-120/+124
2023-07-24ASoC: cs35l56: Move utility functions to shared fileSimon Trimmer2-203/+208
2023-07-24ASoC: cs35l56: Convert utility functions to use common data structureSimon Trimmer1-16/+16
2023-07-24ASoC: cs35l56: Make cs35l56_system_reset() code more genericSimon Trimmer1-6/+6
2023-07-24ASoC: cs35l56: Move shared data into a common data structureSimon Trimmer6-258/+256