summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2024-02-01soundwire: fix initializing sysfs for same devices on different busesKrzysztof Kozlowski1-2/+2
2024-01-26ASoC: SOF: ipc4-loader: remove the CPC check warningsKai Vehmanen1-7/+4
2024-01-26ALSA: hda: Properly setup HDMI streamAmadeusz Sławiński1-0/+6
2024-01-26ALSA: aloop: Introduce a function to get if access is interleaved modeChancel Liu1-6/+17
2024-01-26ASoC: mediatek: sof-common: Add NULL check for normal_link stringAngeloGioacchino Del Regno1-1/+1
2024-01-26ALSA: hda/realtek: Enable headset mic on Lenovo M70 Gen5Bin Li1-0/+1
2024-01-26ALSA: hda/realtek: Enable mute/micmute LEDs and limit mic boost on HP ZBookYo-Jung Lin1-0/+1
2024-01-26ALSA: hda/relatek: Enable Mute LED on HP Laptop 15s-fq2xxxÇağhan Demir1-0/+1
2024-01-26ALSA: oxygen: Fix right channel of capture volume mixerTakashi Iwai1-1/+1
2024-01-26ALSA: scarlett2: Add missing mutex lock around get meter levelsGeoffrey D. Bennett1-2/+7
2024-01-26ALSA: scarlett2: Add clamp() in scarlett2_mixer_ctl_put()Geoffrey D. Bennett1-1/+2
2024-01-26ALSA: scarlett2: Add missing error checks to *_ctl_get()Geoffrey D. Bennett1-52/+130
2024-01-26ALSA: scarlett2: Add missing error check to scarlett2_usb_set_config()Geoffrey D. Bennett1-1/+4
2024-01-26ALSA: scarlett2: Add missing error check to scarlett2_config_save()Geoffrey D. Bennett1-3/+5
2024-01-26ASoC: rt5645: Drop double EF20 entry from dmi_platform_data[]Hans de Goede1-8/+0
2024-01-26ASoC: tas2781: add support for FW version 0x0503Gergo Koteles1-0/+1
2024-01-26ASoC: amd: vangogh: Drop conflicting ACPI-based probingCristian Ciocaltea1-22/+13
2024-01-26ASoC: SOF: Intel: pci-mtl: fix ARL-S definitionsPierre-Louis Bossart3-6/+35
2024-01-26ASoC: SOF: topology: Use partial match for disconnecting DAI link and DAI widgetBard Liao1-1/+1
2024-01-26ASoC: Intel: sof_sdw_rt_sdca_jack_common: ctx->headset_codec_dev = NULLBard Liao1-0/+1
2024-01-26ASoC: Intel: glk_rt5682_max98357a: fix board id mismatchBrent Lu1-8/+6
2024-01-26ASoC: cs35l34: Fix GPIO name and drop legacy includeLinus Walleij1-3/+1
2024-01-26ASoC: cs35l33: Fix GPIO name and drop legacy includeLinus Walleij1-3/+1
2024-01-26ASoC: fsl_rpmsg: update Kconfig dependenciesArnd Bergmann1-0/+1
2024-01-20ALSA: hda: cs35l41: Support more HP models without _DSDLorenz Brun1-0/+44
2024-01-20ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP Envy X360 13-ay0xxxTom Jason Schwanke1-0/+1
2024-01-20ALSA: hda/realtek: enable SND_PCI_QUIRK for Lenovo Legion Slim 7 Gen 8 (2023)...Dorian Cruveiller1-0/+4
2024-01-20ALSA: hda: Add driver properties for cs35l41 for Lenovo Legion Slim 7 Gen 8 s...Dorian Cruveiller1-0/+8
2024-01-20ALSA: hda: cs35l41: Prevent firmware load if SPI speed too lowStefan Binding5-45/+70
2024-01-20ALSA: hda: cs35l41: Support additional Dell models without _DSDStefan Binding1-0/+8
2024-01-20ALSA: hda/realtek: Add quirks for Dell modelsStefan Binding1-0/+13
2024-01-04ALSA: hda/realtek: Fix mute and mic-mute LEDs for HP ProBook 440 G6Siddhesh Dharme1-0/+1
2024-01-04Merge tag 'asoc-fix-v6.7-rc8' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai4-5/+20
2024-01-03ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF muxMark Brown1-1/+1
2024-01-03ASoC: meson: g12a-toacodec: Fix event generationMark Brown1-1/+1
2024-01-03ASoC: meson: g12a-tohdmitx: Validate written enum valuesMark Brown1-0/+6
2024-01-03ASoC: meson: g12a-toacodec: Validate written enum valuesMark Brown1-0/+3
2024-01-03ASoC: SOF: Intel: hda-codec: Delay the codec device registrationPeter Ujfalusi1-9/+9
2024-01-03ALSA: hda: cs35l41: fix building without CONFIG_SPIArnd Bergmann1-3/+1
2024-01-02ALSA: hda/realtek: fix mute/micmute LEDs for a HP ZBookAndy Chi1-0/+1
2023-12-30ALSA: hda/realtek: enable SND_PCI_QUIRK for hp pavilion 14-ec1xxx seriesAabish Malik1-0/+1
2023-12-29ASoC: mediatek: mt8186: fix AUD_PAD_TOP register and offsetEugen Hristev1-1/+1
2023-12-29ALSA: scarlett2: Convert meter levels from little-endianGeoffrey D. Bennett1-2/+2
2023-12-29ALSA: hda/tas2781: remove sound controls in unbindGergo Koteles1-93/+130
2023-12-29ALSA: hda/tas2781: move set_drv_data outside tasdevice_initGergo Koteles3-2/+4
2023-12-29ALSA: hda/tas2781: fix typos in commentGergo Koteles1-2/+2
2023-12-29ALSA: hda/tas2781: do not use regcacheGergo Koteles2-17/+2
2023-12-29ASoC: fsl_rpmsg: Fix error handler with pm_runtime_enableChancel Liu1-2/+8
2023-12-21ALSA: hda: cs35l41: Only add SPI CS GPIO if SPI is enabled in kernelStefan Binding1-0/+3
2023-12-21ALSA: hda: cs35l41: Do not allow uninitialised variables to be freedStefan Binding1-4/+4