summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-audio: Don't try to submit URBs after disconnectionTakashi Iwai2023-08-281-13/+27
* Merge branch 'for-next' into for-linusTakashi Iwai2023-08-28354-3885/+9340
|\
| * ALSA: emu10k1: add separate documentation for E-MU cardsOswald Buddenhagen2023-08-262-0/+227
| * ALSA: emu10k1: more documentation updatesOswald Buddenhagen2023-08-262-77/+77
| * ALSA: emu10k1: de-duplicate audigy-mixer.rst vs. sb-live-mixer.rstOswald Buddenhagen2023-08-261-66/+1
| * ALSA: ump: Fix -Wformat-truncation warningsTakashi Iwai2023-08-261-2/+2
| * ALSA: hda: Add missing dependency on CONFIG_EFI for Cirrus/TI sub-codecsTakashi Iwai2023-08-251-0/+3
| * ALSA: doc: Fix missing backquote in midi-2.0.rstTakashi Iwai2023-08-251-1/+1
| * ALSA: hda/realtek: Add quirk for mute LEDs on HP ENVY x360 15-eu0xxxFabian Vogt2023-08-251-0/+8
| * ALSA: hda/tas2781: Switch back to use struct i2c_driver's .probe()Uwe Kleine-König2023-08-251-1/+1
| * ALSA: documentation: Add description for USB MIDI 2.0 gadget driverTakashi Iwai2023-08-241-0/+188
| * ALSA: ump: Don't create unused substreams for static blocksTakashi Iwai2023-08-242-6/+38
| * ALSA: ump: Fill group names for legacy rawmidi substreamsTakashi Iwai2023-08-241-0/+15
| * ALSA: usb-audio: Attach legacy rawmidi after probing all UMP EPsTakashi Iwai2023-08-242-7/+10
| * ALSA: ac97: Fix possible error value of *rac97Su Hui2023-08-241-3/+2
| * ALSA: pcmtest: Add support for pcm pausingIvan Orlov2023-08-241-8/+41
| * ALSA: hda/realtek: Add quirk for HP Victus 16-d1xxx to enable mute LEDSungHwan Jung2023-08-241-0/+22
| * ALSA: hda: cs35l41: Override the _DSD for HP Zbook Fury 17 G9 to correct boos...Stefan Binding2023-08-241-0/+32
| * Merge branch 'for-linus' into for-nextTakashi Iwai2023-08-24425-1931/+3470
| |\
| * | ALSA: hda/tas2781: Fix PM refcount unbalance at tas2781_hda_bind()Takashi Iwai2023-08-211-5/+3
| * | ALSA: hda/tas2781: Fix acpi device refcount leak at tas2781_read_acpi()Takashi Iwai2023-08-211-1/+1
| * | ALSA: usb-audio: Fix init call orders for UAC1Takashi Iwai2023-08-211-1/+10
| * | ALSA: hda/realtek: Fix spelling mistake "powe" -> "power"Colin Ian King2023-08-211-1/+1
| * | ALSA: asihpi: Remove unused declarationsYue Haibing2023-08-182-21/+0
| * | ALSA: pcm: Drop obsoleted PCM copy_user and copy_kernel opsTakashi Iwai2023-08-183-23/+2
| * | ASoC: pcm: Drop obsoleted PCM copy_user opsTakashi Iwai2023-08-183-29/+0
| * | ALSA: doc: Update description for the new PCM copy opsTakashi Iwai2023-08-181-39/+19
| * | ASoC: dmaengine: Use iov_iter for process callback, tooTakashi Iwai2023-08-184-6/+5
| * | ASoC: dmaengine: Convert to generic PCM copy opsTakashi Iwai2023-08-181-8/+9
| * | ASoC: qcom: Convert to generic PCM copy opsTakashi Iwai2023-08-181-6/+7
| * | ASoC: mediatek: Convert to generic PCM copy opsTakashi Iwai2023-08-181-17/+10
| * | ASoC: component: Add generic PCM copy opsTakashi Iwai2023-08-183-1/+28
| * | media: solo6x10: Convert to generic PCM copy opsTakashi Iwai2023-08-181-33/+6
| * | ALSA: pcmtest: Update comment about PCM copy opsTakashi Iwai2023-08-181-1/+1
| * | ALSA: xen: Convert to generic PCM copy opsTakashi Iwai2023-08-181-45/+11
| * | ALSA: sh: Convert to generic PCM copy opsTakashi Iwai2023-08-181-22/+3
| * | ALSA: rme9652: Convert to generic PCM copy opsTakashi Iwai2023-08-181-40/+6
| * | ALSA: hdsp: Convert to generic PCM copy opsTakashi Iwai2023-08-181-36/+6
| * | ALSA: rme96: Convert to generic PCM copy opsTakashi Iwai2023-08-181-34/+8
| * | ALSA: rme32: Convert to generic PCM copy opsTakashi Iwai2023-08-181-39/+11
| * | ALSA: nm256: Convert to generic PCM copy opsTakashi Iwai2023-08-181-36/+6
| * | ALSA: korg1212: Convert to generic PCM copy opsTakashi Iwai2023-08-181-38/+12
| * | ALSA: es1938: Convert to generic PCM copy opsTakashi Iwai2023-08-181-25/+5
| * | ALSA: emu8000: Convert to generic PCM copy opsTakashi Iwai2023-08-181-58/+16
| * | ALSA: gus: Convert to generic PCM copy opsTakashi Iwai2023-08-181-20/+3
| * | ALSA: dummy: Convert to generic PCM copy opsTakashi Iwai2023-08-181-10/+2
| * | ALSA: core: Add memory copy helpers between iov_iter and iomemTakashi Iwai2023-08-182-8/+53
| * | ALSA: pcm: Add copy ops with iov_iterTakashi Iwai2023-08-183-45/+71
| * | iov_iter: Export import_ubuf()Takashi Iwai2023-08-181-0/+1
| * | ALSA: hda/tas2781: Add tas2781 HDA driverShenghao Ding2023-08-183-0/+875