summaryrefslogtreecommitdiffstats
path: root/sound/soc
Commit message (Expand)AuthorAgeFilesLines
* ASoC: codecs: wsa-macro: fix uninitialized stack variables with name prefixKrzysztof Kozlowski2023-11-281-0/+3
* ASoC: codecs: wsa883x: make use of new mute_unmute_on_trigger flagSrinivas Kandagatla2023-11-281-6/+1
* ASoC: soc-dai: add flag to mute and unmute stream during triggerSrinivas Kandagatla2023-11-282-4/+15
* ASoC: ti: omap-mcbsp: Fix runtime PM underflow warningsTony Lindgren2023-11-281-2/+4
* ASoC: Intel: soc-acpi-cht: Add Lenovo Yoga Tab 3 Pro YT3-X90 quirkHans de Goede2023-11-281-0/+43
* ASoC: SOF: ipc4: handle EXCEPTION_CAUGHT notification from firmwareRander Wang2023-11-281-0/+3
* ASoC: cs35l56: Use PCI SSID as the firmware UIDRichard Fitzgerald2023-11-281-0/+11
* ASoC: Intel: sof_sdw: Copy PCI SSID to struct snd_soc_cardRichard Fitzgerald2023-11-281-0/+6
* ASoC: SOF: Pass PCI SSID to machine driverRichard Fitzgerald2023-11-282-0/+15
* ASoC: mediatek: mt8188-mt6359: support dynamic pinctrlTrevor Wu2023-11-281-0/+21
* ASoC: dapm: fix clock get nameJerome Brunet2023-11-201-1/+1
* ASoC: hdmi-codec: register hpd callback on component probeJerome Brunet2023-11-201-8/+19
* ASoC: mediatek: mt8186_mt6366_rt1019_rt5682s: trivial: fix error messagesEugen Hristev2023-11-201-2/+2
* ASoC: rt712-sdca: fix speaker route missing issueShuming Fan2023-11-201-7/+7
* ASoC: ams-delta.c: use component after checkKuninori Morimoto2023-11-201-1/+3
* ASoC: Intel: Skylake: Fix mem leak when parsing UUIDs failsCezary Rojewski2023-11-201-0/+1
* ASoC: fsl: Fix PM disable depth imbalance in fsl_easrc_probeZhang Shurong2023-11-201-2/+6
* ASoC: intel: sof_sdw: Stop processing CODECs when enough are foundCharles Keepax2023-11-201-1/+1
* ASoC: SOF: core: Ensure sof_ops_free() is still called when probe never ran.Maarten Lankhorst2023-11-201-1/+5
* ASoC: fsl-asoc-card: Add comment for mclk in the codec_privHui Wang2023-11-201-0/+1
* ASoC: Intel: sof_sdw_rt_sdca_jack_common: add rt713 supportBard Liao2023-11-201-0/+8
* ASoC: fsl: mpc5200_dma.c: Fix warning of Function parameter or member not des...Kuninori Morimoto2023-11-201-0/+3
* ASoC: SOF: ipc4-topology: Use size_add() in call to struct_size()Gustavo A. R. Silva2023-11-201-1/+2
* ASoC: soc-pcm.c: Make sure DAI parameters cleared if the DAI becomes inactiveChancel Liu2023-11-201-7/+14
* ASoC: cs35l41: Undo runtime PM changes at driver exit timeCristian Ciocaltea2023-11-201-0/+2
* ASoC: cs35l41: Verify PM runtime resume errors in IRQ handlerCristian Ciocaltea2023-11-201-2/+10
* ASoC: cs35l41: Fix broken shared boost activationCristian Ciocaltea2023-11-203-35/+51
* ASoC: cs35l41: Initialize completion object before requesting IRQCristian Ciocaltea2023-11-201-2/+2
* ASoC: cs35l41: Handle mdsync_up reg write errorsCristian Ciocaltea2023-11-201-7/+10
* ASoC: cs35l41: Handle mdsync_down reg write errorsCristian Ciocaltea2023-11-201-1/+1
* ASoC: SOF: sof-pci-dev: Fix community key quirk detectionMark Hasemeyer2023-11-081-0/+7
* 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
| | |/