summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sound-6.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2023-10-2013-33/+117
|\
| * ASoC: da7219: Correct the process of setting up Gnd switch in AADDavid Rau2023-10-171-6/+5
| * ASoC: dwc: Fix non-DT instantiationMark Brown2023-10-131-1/+1
| * ASoC: codecs: tas2780: Fix log of failed reset via I2C.Roy Chateau2023-10-131-1/+1
| * ASoC: rt5650: fix the wrong result of key buttonShuming Fan2023-10-131-0/+2
| * ASoC: cs42l42: Fix missing include of gpio/consumer.hRichard Fitzgerald2023-10-111-0/+1
| * ASoC: cs42l43: Update values for bias senseCharles Keepax2023-10-101-1/+1
| * ASoC: cs35l56: ASP1 DOUT must default to Hi-Z when not transmittingRichard Fitzgerald2023-10-091-0/+6
| * ASoC: codecs: fix widget name comparisonsMark Brown2023-10-093-2/+15
| |\
| | * ASoC: codecs: wsa-macro: handle component name prefixKrzysztof Kozlowski2023-10-091-2/+2
| | * ASoC: soc-dapm: Add helper for comparing widget nameKrzysztof Kozlowski2023-10-092-0/+13
| * | ASoC: codecs: wcd938x: fix probe and bind errorMark Brown2023-10-092-20/+83
| |\ \
| | * | ASoC: codecs: wcd938x-sdw: fix runtime PM imbalance on probe errorsJohan Hovold2023-10-091-1/+16
| | * | ASoC: codecs: wcd938x-sdw: fix use after free on driver unbindJohan Hovold2023-10-091-0/+10
| | * | ASoC: codecs: wcd938x: fix runtime PM imbalance on removeJohan Hovold2023-10-091-2/+8
| | * | ASoC: codecs: wcd938x: fix regulator leaks on probe errorsJohan Hovold2023-10-091-3/+15
| | * | ASoC: codecs: wcd938x: fix resource leaks on bind errorsJohan Hovold2023-10-091-10/+34
| | * | ASoC: codecs: wcd938x: fix unbind tear down orderJohan Hovold2023-10-091-1/+1
| | * | ASoC: codecs: wcd938x: drop bogus bind error handlingJohan Hovold2023-10-091-4/+0
| | |/
| * | ASoC: pxa: fix a memory leak in probe()Dan Carpenter2023-10-091-1/+1
| * | ASoC: cs35l56: Fix illegal use of init_completion()Richard Fitzgerald2023-10-091-1/+1
| |/
* | Merge tag 'tty-6.6-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-10-151-2/+2
|\ \ | |/ |/|
| * ASoC: ti: ams-delta: Fix cx81801_receive() argument typesJanusz Krzysztofik2023-10-081-2/+2
* | ASoC: amd: yc: Fix non-functional mic on Lenovo 82YMSven Frotscher2023-10-021-0/+7
* | ASoC: tlv320adc3xxx: BUG: Correct micbias settingAntoine Gennart2023-10-021-2/+2
* | ASoC: rt5682: Fix regulator enable/disable sequenceZhang Shurong2023-10-021-5/+5
* | ASoC: hdmi-codec: Fix broken channel map reportingMatthias Reichl2023-10-021-1/+4
* | ASoC: core: Do not call link_exit() on uninitialized rtd objectsAmadeusz Sławiński2023-09-291-5/+15
* | ASoC: core: Print component name when printing logAmadeusz Sławiński2023-09-291-2/+2
* | ASoC: SOF: amd: fix for firmware reload failure after playbackVijendar Mukunda2023-09-271-1/+0
* | ASoC: fsl-asoc-card: use integer type for fll_id and pll_idShengjiu Wang2023-09-261-4/+8
* | ASoC: fsl_sai: Don't disable bitclock for i.MX8MPShengjiu Wang2023-09-251-2/+7
* | ASoC: soc-generic-dmaengine-pcm: Fix function name in commentMiquel Raynal2023-09-221-2/+2
* | ASoC: Intel: soc-acpi: Adding Es83x6 codec entry andMark Brown2023-09-192-0/+35
|\ \
| * | ASoC: Intel: soc-acpi: Add entry for HDMI_In capture support in MTL match tableBalamurugan C2023-09-192-0/+22
| * | ASoC: Intel: soc-acpi: Add entry for sof_es8336 in MTL match table.Balamurugan C2023-09-191-0/+13
| |/
* | ASoC: simple-card: fixup asoc_simple_probe() error handlingKuninori Morimoto2023-09-191-2/+4
* | ASoC: simple-card-utils: fixup simple_util_startup() error handlingKuninori Morimoto2023-09-191-1/+2
* | ASoC: Intel: sof_sdw: add support for SKU 0B14Pierre-Louis Bossart2023-09-191-0/+10
* | ASoC: Intel: soc-acpi: fix Dell SKU 0B34Pierre-Louis Bossart2023-09-191-6/+6
|/
* ASoC: SOF: core: Only call sof_ops_free() on remove if the probe was successfulPeter Ujfalusi2023-09-151-2/+1
* ASoC: SOF: Intel: MTL: Reduce the DSP init timeoutRanjani Sridharan2023-09-152-2/+1
* ASoC: cs42l43: Add shared IRQ flag for shuttersCharles Keepax2023-09-151-6/+8
* ASoC: imx-audmix: Fix return error with devm_clk_get()Shengjiu Wang2023-09-151-1/+1
* ASoC: hdaudio.c: Add missing check for devm_kstrdupChen Ni2023-09-151-0/+3
* ASoC: SOF: sof-audio: Fix DSP core put imbalance on widget setup failurePeter Ujfalusi2023-09-141-1/+2
* ASoC: SOF: ipc4-topology: fix wrong sizeof argumentBard Liao2023-09-141-1/+1
* ASoC: imx-rpmsg: Set ignore_pmdown_time for dai_linkChancel Liu2023-09-141-0/+8
* ASoC: cs42l42: Fix handling of hard resetMark Brown2023-09-133-1/+41
|\
| * ASoC: cs42l42: Avoid stale SoundWire ATTACH after hard resetRichard Fitzgerald2023-09-133-1/+31