summaryrefslogtreecommitdiff
path: root/sound/soc/codecs
AgeCommit message (Expand)AuthorFilesLines
2023-05-23ASoC: cs35l41: Fix default regmap values for some registersStefan Binding1-3/+3
2023-05-17ASoC: rt5682: Disable jack detection interrupt during suspendMatthias Kaehlcke3-1/+10
2023-05-17ASoC: lpass: Fix for KASAN use_after_free out of boundsRavulapati Vishnu Vardhan Rao1-0/+5
2023-05-15ASoC: cs35l56: Prevent unbalanced pm_runtime in dsp_work() on SoundWireSimon Trimmer1-1/+2
2023-05-12ASoC: ssm2602: Add workaround for playback distortionsPaweł Anikiel1-0/+15
2023-05-06Merge tag 'sound-fix-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds4-1012/+1031
2023-05-05Merge tag 'asoc-fix-v6.4-rc1' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai4-1012/+1031
2023-05-04ASoC: codecs: wcd938x: fix accessing regmap on unattached devicesKrzysztof Kozlowski3-1011/+1030
2023-04-28Merge tag 'mm-nonmm-stable-2023-04-27-16-01' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2023-04-27Merge tag 'sound-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds95-711/+6233
2023-04-27Merge branch 'for-linus' into for-nextTakashi Iwai1-2/+2
2023-04-24ASoC: max98090: make it selectableMaxim Kochetkov1-1/+1
2023-04-20ASoC: cs35l56: Remove duplicate mbox log messagesSimon Trimmer1-6/+2
2023-04-20ASoC: es8316: Don't use ranges based register lookup for a single registerMark Brown1-9/+10
2023-04-18ASoC: cs35l56: Updates for B0 siliconMark Brown2-59/+5
2023-04-18ASoC: cs35l56: Rename mixer source defines for SoundWire DP1Richard Fitzgerald1-2/+2
2023-04-18ASoC: cs35l56: Remove SDW2RX1 mixer sourceRichard Fitzgerald1-2/+1
2023-04-18ASoC: cs35l56: Remove SDW1 TX5 and TX6Richard Fitzgerald2-54/+1
2023-04-18ASoC: cs35l56: Update comment on masking of EINT20 interruptsRichard Fitzgerald1-1/+1
2023-04-18ASoC: codecs: wcd938x: Simplify with dev_err_probeKrzysztof Kozlowski1-17/+10
2023-04-18ASoC: codecs: wcd934x: Simplify &pdev->dev in probeKrzysztof Kozlowski1-3/+3
2023-04-18ASoC: codecs: wcd934x: Simplify with dev_err_probeKrzysztof Kozlowski1-12/+7
2023-04-18ASoC: nau8825: fix bounds check for adc_delayTom Rix1-1/+1
2023-04-18ASoC: codecs: wcd9335: Simplify with dev_err_probeKrzysztof Kozlowski1-16/+11
2023-04-17ASoC: cs35l56: Code improvementsMark Brown5-60/+38
2023-04-17ASoC: ssm2602: Add support for CLKDIV2Paweł Anikiel1-3/+12
2023-04-17ASoC: cs35l56: Don't return a value from cs35l56_remove()Simon Trimmer3-5/+5
2023-04-17ASoC: cs35l56: Remove redundant dsp_ready_completionSimon Trimmer2-33/+9
2023-04-17ASoC: cs35l56: Wait for init_complete in cs35l56_component_probe()Simon Trimmer1-7/+6
2023-04-17ASoC: cs35l56: Allow a wider range for reset pulse widthSimon Trimmer1-5/+9
2023-04-17ASoC: cs35l56: Rework IRQ allocationSimon Trimmer4-10/+9
2023-04-14ASoC: nau8825: Add delay control for input pathDavid Lin2-1/+8
2023-04-13ASoC: da7218: Use devm_clk_get_optional()Christophe JAILLET1-7/+3
2023-04-13ASoC: da7219: Improve the relability of AAD IRQ processDavid Rau2-34/+31
2023-04-12ASoC: cs35l56: Add system suspend handlingMark Brown3-63/+293
2023-04-12ASoC: cs35l56: Re-patch firmware after system suspendRichard Fitzgerald2-2/+77
2023-04-12ASoC: cs35l56: Remove quick-cancelling of dsp_work()Richard Fitzgerald2-8/+1
2023-04-12ASoC: cs35l56: Add basic system suspend handlingRichard Fitzgerald3-0/+158
2023-04-12ASoC: cs35l56: Always wait for firmware boot in runtime-resumeRichard Fitzgerald1-4/+2
2023-04-12ASoC: cs35l56: Skip first init_completion wait in dsp_work if init_doneRichard Fitzgerald1-1/+2
2023-04-12ASoC: cs35l56: Use DAPM widget for firmware PLAY/PAUSERichard Fitzgerald1-50/+55
2023-04-12ASoC: tas5720: add missing unwind goto in tas5720_codec_probeYing Liu1-1/+2
2023-04-11ASoC: cs4271: flat regcache, trivial simplificationsAlexander Sverdlin3-4/+2
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan1-1/+1
2023-04-06ASoC: max98373: change power down sequence for smart ampLong Wang1-2/+2
2023-04-06ASoC: max98363: Make soc_codec_dev_max98363 staticTom Rix1-1/+1
2023-04-06ASoC: rt712-sdca: Add RT712 SDCA driver for Mic topologyShuming Fan4-0/+1100
2023-03-31ASoC: max98363: add soundwire amplifier driverRyan Lee4-0/+513
2023-03-30ASoC: SoundWire codecs: simplify/fix set_streamMark Brown22-328/+83
2023-03-30ASoC: Merge fixesMark Brown5-12/+23