aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-26ALSA: emu10k1: add separate documentation for E-MU cardsOswald Buddenhagen2-0/+227
2023-08-26ALSA: emu10k1: more documentation updatesOswald Buddenhagen2-77/+77
2023-08-26ALSA: emu10k1: de-duplicate audigy-mixer.rst vs. sb-live-mixer.rstOswald Buddenhagen1-66/+1
2023-08-26ALSA: ump: Fix -Wformat-truncation warningsTakashi Iwai1-2/+2
2023-08-25ALSA: hda: Add missing dependency on CONFIG_EFI for Cirrus/TI sub-codecsTakashi Iwai1-0/+3
2023-08-25ALSA: doc: Fix missing backquote in midi-2.0.rstTakashi Iwai1-1/+1
2023-08-25ALSA: hda/realtek: Add quirk for mute LEDs on HP ENVY x360 15-eu0xxxFabian Vogt1-0/+8
2023-08-25ALSA: hda/tas2781: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König1-1/+1
2023-08-24ALSA: documentation: Add description for USB MIDI 2.0 gadget driverTakashi Iwai1-0/+188
2023-08-24ALSA: ump: Don't create unused substreams for static blocksTakashi Iwai2-6/+38
2023-08-24ALSA: ump: Fill group names for legacy rawmidi substreamsTakashi Iwai1-0/+15
2023-08-24ALSA: usb-audio: Attach legacy rawmidi after probing all UMP EPsTakashi Iwai2-7/+10
2023-08-24ALSA: ac97: Fix possible error value of *rac97Su Hui1-3/+2
2023-08-24ALSA: pcmtest: Add support for pcm pausingIvan Orlov1-8/+41
2023-08-24ALSA: hda/realtek: Add quirk for HP Victus 16-d1xxx to enable mute LEDSungHwan Jung1-0/+22
2023-08-24ALSA: hda: cs35l41: Override the _DSD for HP Zbook Fury 17 G9 to correct boos...Stefan Binding1-0/+32
2023-08-24Merge branch 'for-linus' into for-nextTakashi Iwai425-1931/+3470
2023-08-24Merge tag 'asoc-fix-v6.5-rc7' of https://git.kernel.org/pub/scm/linux/kernel/...Takashi Iwai8-29/+84
2023-08-23ALSA: ymfpci: Fix the missing snd_card_free() call at probe errorTakashi Iwai1-2/+8
2023-08-23ASoC: cs35l41: Correct amp_gain_tlv valuesCharles Keepax1-1/+1
2023-08-21ALSA: hda/tas2781: Fix PM refcount unbalance at tas2781_hda_bind()Takashi Iwai1-5/+3
2023-08-21ALSA: hda/tas2781: Fix acpi device refcount leak at tas2781_read_acpi()Takashi Iwai1-1/+1
2023-08-21ALSA: usb-audio: Fix init call orders for UAC1Takashi Iwai1-1/+10
2023-08-21ALSA: hda/realtek: Fix spelling mistake "powe" -> "power"Colin Ian King1-1/+1
2023-08-18ASoC: amd: yc: Add VivoBook Pro 15 to quirks list for acp6xBrenoRCBrito1-0/+7
2023-08-18ALSA: asihpi: Remove unused declarationsYue Haibing2-21/+0
2023-08-18ALSA: pcm: Drop obsoleted PCM copy_user and copy_kernel opsTakashi Iwai3-23/+2
2023-08-18ASoC: pcm: Drop obsoleted PCM copy_user opsTakashi Iwai3-29/+0
2023-08-18ALSA: doc: Update description for the new PCM copy opsTakashi Iwai1-39/+19
2023-08-18ASoC: dmaengine: Use iov_iter for process callback, tooTakashi Iwai4-6/+5
2023-08-18ASoC: dmaengine: Convert to generic PCM copy opsTakashi Iwai1-8/+9
2023-08-18ASoC: qcom: Convert to generic PCM copy opsTakashi Iwai1-6/+7
2023-08-18ASoC: mediatek: Convert to generic PCM copy opsTakashi Iwai1-17/+10
2023-08-18ASoC: component: Add generic PCM copy opsTakashi Iwai3-1/+28
2023-08-18media: solo6x10: Convert to generic PCM copy opsTakashi Iwai1-33/+6
2023-08-18ALSA: pcmtest: Update comment about PCM copy opsTakashi Iwai1-1/+1
2023-08-18ALSA: xen: Convert to generic PCM copy opsTakashi Iwai1-45/+11
2023-08-18ALSA: sh: Convert to generic PCM copy opsTakashi Iwai1-22/+3
2023-08-18ALSA: rme9652: Convert to generic PCM copy opsTakashi Iwai1-40/+6
2023-08-18ALSA: hdsp: Convert to generic PCM copy opsTakashi Iwai1-36/+6
2023-08-18ALSA: rme96: Convert to generic PCM copy opsTakashi Iwai1-34/+8
2023-08-18ALSA: rme32: Convert to generic PCM copy opsTakashi Iwai1-39/+11
2023-08-18ALSA: nm256: Convert to generic PCM copy opsTakashi Iwai1-36/+6
2023-08-18ALSA: korg1212: Convert to generic PCM copy opsTakashi Iwai1-38/+12
2023-08-18ALSA: es1938: Convert to generic PCM copy opsTakashi Iwai1-25/+5
2023-08-18ALSA: emu8000: Convert to generic PCM copy opsTakashi Iwai1-58/+16
2023-08-18ALSA: gus: Convert to generic PCM copy opsTakashi Iwai1-20/+3
2023-08-18ALSA: dummy: Convert to generic PCM copy opsTakashi Iwai1-10/+2
2023-08-18ALSA: core: Add memory copy helpers between iov_iter and iomemTakashi Iwai2-8/+53
2023-08-18ALSA: pcm: Add copy ops with iov_iterTakashi Iwai3-45/+71