summaryrefslogtreecommitdiff
path: root/sound
AgeCommit message (Expand)AuthorFilesLines
2024-03-27ASoC: rockchip: i2s-tdm: Fix inaccurate sampling ratesLuca Ceresoli1-346/+6
2024-03-27ASoC: tlv320adc3xxx: Don't strip remove function when driver is builtinUwe Kleine-König1-2/+2
2024-03-27ALSA: usb-audio: Stop parsing channels bits when all channels are found.Johan Carlsson1-1/+4
2024-03-27ALSA: hda/tas2781: restore power state after system_resumeGergo Koteles1-1/+12
2024-03-27ALSA: hda/tas2781: configure the amp after firmware loadGergo Koteles1-0/+2
2024-03-27ALSA: hda/tas2781: do not call pm_runtime_force_* in system_resume/suspendGergo Koteles1-10/+1
2024-03-27ALSA: hda/tas2781: add ptrs to calibration functionsGergo Koteles2-14/+26
2024-03-27ALSA: hda/tas2781: do not reset cur_* values in runtime_suspendGergo Koteles1-7/+0
2024-03-27ALSA: hda/tas2781: add lock to system_suspendGergo Koteles1-0/+4
2024-03-27ALSA: hda/tas2781: use dev_dbg in system_resumeGergo Koteles1-1/+1
2024-03-27ALSA: hda/realtek: fix ALC285 issues on HP Envy x360 laptopsAthaariq Ardhiansyah1-0/+63
2024-03-27ASoC: meson: axg-tdm-interface: add frame rate constraintJerome Brunet1-7/+18
2024-03-27ASoC: meson: axg-tdm-interface: fix mclk setup without mclk-fsJerome Brunet1-2/+2
2024-03-27ASoC: SOF: Add some bounds checking to firmware dataDan Carpenter1-0/+2
2024-03-27ASoC: meson: t9015: fix function pointer type mismatchJerome Brunet1-16/+4
2024-03-27ASoC: meson: aiu: fix function pointer type mismatchJerome Brunet2-16/+4
2024-03-27ALSA: seq: fix function cast warningsTakashi Iwai2-2/+15
2024-03-27ASoC: sh: rz-ssi: Fix error message printLad Prabhakar1-1/+1
2024-03-27ASoC: SOF: amd: Fix memory leak in amd_sof_acp_probe()Cristian Ciocaltea1-9/+19
2024-03-27ASoC: amd: acp: Add missing error handling in sof-machCristian Ciocaltea1-8/+6
2024-03-27ASoC: wm8962: Fix up incorrect error message in wm8962_set_fllStuart Henderson1-1/+1
2024-03-27ASoC: wm8962: Enable both SPKOUTR_ENA and SPKOUTL_ENA in mono modeStuart Henderson1-9/+14
2024-03-27ASoC: wm8962: Enable oscillator if selecting WM8962_FLL_OSCStuart Henderson1-0/+4
2024-03-27ASoC: amd: yc: Add HP Pavilion Aero Laptop 13-be2xxx(8BD6) into DMI quirk tableAl Raj Hassain1-0/+7
2024-03-27ASoC: Intel: bytcr_rt5640: Add an extra entry for the Chuwi Vi8 tabletAlban Boyé1-0/+12
2024-03-27ASoC: amd: yc: Fix non-functional mic on Lenovo 21J2Jiawei Wang1-0/+7
2024-03-27ALSA: hda/realtek - ALC285 reduce pop noise from Headphone portKailang Yang1-0/+1
2024-03-27ASoC: amd: yc: Add Lenovo ThinkBook 21J0 into DMI quirk tableJohnny Hsieh1-0/+7
2024-03-27ASoC: SOF: ipc4-pcm: Workaround for crashed firmware on system suspendPeter Ujfalusi1-1/+12
2024-03-27ASoC: amd: yc: Fix non-functional mic on Lenovo 82UUAttila Tőkés1-0/+7
2024-03-27ASoC: rt5645: Make LattePanda board DMI match more preciseHans de Goede1-0/+10
2024-03-27ASoC: cs42l43: Handle error from devm_pm_runtime_enableCharles Keepax1-1/+4
2024-03-06ASoC: cs35l56: fix reversed if statement in cs35l56_dspwait_asp1tx_put()Dan Carpenter1-1/+1
2024-03-06ALSA: hda/realtek: Add special fixup for Lenovo 14IRP8Willian Wang1-1/+26
2024-03-06ALSA: hda/realtek: fix mute/micmute LED For HP mt440Eniac Zhang1-0/+2
2024-03-06ALSA: hda/realtek: Enable Mute LED on HP 840 G8 (MB 8AB8)Hans Peter1-0/+1
2024-03-06ALSA: hda/realtek: tas2781: enable subwoofer volume controlGergo Koteles1-1/+1
2024-03-06ALSA: ump: Fix the discard error code from snd_ump_legacy_open()Takashi Iwai1-2/+2
2024-03-06ALSA: firewire-lib: fix to check cycle continuityTakashi Sakamoto1-1/+1
2024-03-06ASoC: soc-card: Fix missing locking in snd_soc_card_get_kcontrol()Richard Fitzgerald3-4/+34
2024-03-06ASoC: cs35l56: Fix deadlock in ASP1 mixer register initializationRichard Fitzgerald2-82/+73
2024-03-06ASoC: cs35l56: Fix misuse of wm_adsp 'part' string for silicon revisionRichard Fitzgerald1-7/+16
2024-03-06ASoC: cs35l56: Fix for initializing ASP1 mixer registersRichard Fitzgerald3-17/+163
2024-03-06ASoC: cs35l56: Don't add the same register patch multiple timesRichard Fitzgerald1-4/+4
2024-03-06ASoC: cs35l56: cs35l56_component_remove() must clean up wm_adspRichard Fitzgerald1-0/+5
2024-03-06ASoC: cs35l56: cs35l56_component_remove() must clear cs35l56->componentRichard Fitzgerald1-0/+2
2024-03-06ASoC: qcom: Fix uninitialized pointer dmactlColin Ian King1-1/+1
2024-03-06ASoC: qcom: convert not to use asoc_xxx()Kuninori Morimoto15-107/+107
2024-03-06ASoC: soc.h: convert asoc_xxx() to snd_soc_xxx()Kuninori Morimoto1-2/+2
2024-03-06ALSA: Drop leftover snd-rtctimer stuff from MakefileTakashi Iwai1-1/+0