summaryrefslogtreecommitdiffstats
path: root/Documentation/mm (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-19ASoC: 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
2023-08-18iov_iter: Export import_ubuf()Takashi Iwai1-0/+1
2023-08-18ALSA: hda/tas2781: Add tas2781 HDA driverShenghao Ding3-0/+875
2023-08-18ALSA: hda/tas2781: Add tas2781 HDA driverShenghao Ding1-3/+85
2023-08-18ALSA: Make SND_PCMTEST depend on DEBUG_FSRuan Jinjie1-0/+1
2023-08-18ALSA: aoa: Fix typos in PCM fix patchTakashi Iwai1-2/+2
2023-08-17ASoC: tas2781: fixed register access error when switching to other chipsShenghao Ding1-9/+10
2023-08-17ASoC: cs35l56: Add an ACPI match tableSimon Trimmer2-0/+18
2023-08-17ASoC: cs35l56: Read firmware uuid from a device property instead of _SUBMaciej Strozek1-19/+12
2023-08-17ALSA: core: Drop snd_device_initialize()Takashi Iwai2-24/+0