summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' into for-nextTakashi Iwai2023-08-2432-77/+230
|\
| * ASoC: cs35l41: Correct amp_gain_tlv valuesCharles Keepax2023-08-231-1/+1
| * ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6xBrenoRCBrito2023-08-181-0/+7
| * ASoC: cs35l56: Update ACPI HID and propertyMark Brown2023-08-173-19/+30
| |\
| | * ASoC: cs35l56: Add an ACPI match tableSimon Trimmer2023-08-172-0/+18
| | * ASoC: cs35l56: Read firmware uuid from a device property instead of _SUBMaciej Strozek2023-08-171-19/+12
| * | ASoC: tas2781: fixed register access error when switching to other chipsShenghao Ding2023-08-171-9/+10
| |/
| * ASoC: SOF: ipc4-pcm: fix possible null pointer deferenceChao Song2023-08-161-0/+3
| * ASoC: rt1308-sdw: fix random louder soundShuming Fan2023-08-131-1/+12
| * ASoC: meson: axg-tdm-formatter: fix channel slot allocationJerome Brunet2023-08-101-16/+26
| * ASoC: SOF: ipc4-topology: Update the basecfg for copier earlierPeter Ujfalusi2023-08-091-3/+3
| * ASoC: SOF: intel: hda: Clean up link DMA for IPC3 during stopRanjani Sridharan2023-08-083-4/+14
| * ASoC: Intel: sof-sdw-cs42142: fix for codec button mappingjairaj-arava2023-08-071-3/+3
| * ASoC: Intel: sof-sdw: update jack detection quirk for LunarLake RVPPierre-Louis Bossart2023-08-071-1/+1
| * ASoC: SOF: Fix incorrect use of sizeof in sof_ipc3_do_rx_work()Xia Fukun2023-08-071-1/+1
| * ASoC: lower "no backend DAIs enabled for ... Port" log severityHans de Goede2023-08-071-2/+6
| * ASoC: rt5665: add missed regulator_bulk_disableZhang Shurong2023-08-071-0/+2
| * ASoC: max98363: don't return on success reading revision IDBard Liao2023-08-041-4/+5
| * ASoC: fsl: micfil: Use dual license micfil codeDaniel Baluta2023-08-032-3/+3
| * ASoC: atmel: Fix the 8K sample parameter in I2SC masterGuiting Shen2023-07-251-1/+4
| * ASoC: rt711-sdca: fix for JD event handling in ClockStop Mode0Shuming Fan2023-07-251-1/+9
| * ASoC: rt711: fix for JD event handling in ClockStop Mode0Shuming Fan2023-07-251-1/+8
| * ASoC: rt722-sdca: fix for JD event handling in ClockStop Mode0Shuming Fan2023-07-251-1/+9
| * ASoC: rt712-sdca: fix for JD event handling in ClockStop Mode0Shuming Fan2023-07-251-1/+9
| * ASoc: codecs: ES8316: Fix DMIC configEdgar2023-07-251-1/+1
| * ASoC: rt5682-sdw: fix for JD event handling in ClockStop Mode0Shuming Fan2023-07-251-1/+8
| * ASoC: wm8904: Fill the cache for WM8904_ADC_TEST_0 registerMark Brown2023-07-241-0/+3
| * ASoC: da7219: Patches related to a spurious AAD IRQMark Brown2023-07-241-3/+9
| |\
| | * ASoC: da7219: Check for failure reading AAD IRQ eventsDmytro Maluka2023-07-231-3/+7
| | * ASoC: da7219: Flush pending AAD IRQ when suspendingDmytro Maluka2023-07-231-0/+2
| * | ASoC: nau8821: Add DMI quirk mechanism for active-high jack-detectEdson Juliano Drosdeck2023-07-231-0/+41
| |/
| * ASoC: fsl_spdif: Silence output on stopMatus Gajdos2023-07-191-0/+2
* | ASoC: pcm: Drop obsoleted PCM copy_user opsTakashi Iwai2023-08-182-22/+0
* | ASoC: dmaengine: Use iov_iter for process callback, tooTakashi Iwai2023-08-183-5/+4
* | ASoC: dmaengine: Convert to generic PCM copy opsTakashi Iwai2023-08-181-8/+9
* | ASoC: qcom: Convert to generic PCM copy opsTakashi Iwai2023-08-181-6/+7
* | ASoC: mediatek: Convert to generic PCM copy opsTakashi Iwai2023-08-181-17/+10
* | ASoC: component: Add generic PCM copy opsTakashi Iwai2023-08-182-1/+21
* | Merge tag 'asoc-v6.6-early' of https://git.kernel.org/pub/scm/linux/kernel/gi...Takashi Iwai2023-07-25163-1619/+3910
|\ \
| * \ ALSA: hda: Adding support for CS35L56 on HDAMark Brown2023-07-246-589/+628
| |\ \
| | * | ASoC: cs35l56: Make a common function to shutdown the DSPSimon Trimmer2023-07-232-16/+27
| | * | ASoC: cs35l56: Make common function for control port waitSimon Trimmer2023-07-231-6/+10
| | * | ASoC: cs35l56: Move part of cs35l56_init() to shared libraryRichard Fitzgerald2023-07-232-69/+81
| | * | ASoC: cs35l56: Move cs_dsp init into shared libraryRichard Fitzgerald2023-07-232-12/+17
| | * | ASoC: cs35l56: Move runtime suspend/resume to shared libraryRichard Fitzgerald2023-07-234-120/+124
| | * | ASoC: cs35l56: Move utility functions to shared fileSimon Trimmer2023-07-232-203/+208
| | * | ASoC: cs35l56: Convert utility functions to use common data structureSimon Trimmer2023-07-231-16/+16
| | * | ASoC: cs35l56: Make cs35l56_system_reset() code more genericSimon Trimmer2023-07-231-6/+6
| | * | ASoC: cs35l56: Move shared data into a common data structureSimon Trimmer2023-07-236-258/+256
| * | | ASoC: codecs: lpass: Log clk_get() failuresBjorn Andersson2023-07-234-18/+18
| |/ /