Merge tag 'sound-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai: "One significant regression fix is for HD-audio buffer preallocation. In 5.6 it was set to non-prompt for x86 and forced to 0, but this turned out to be problematic for some applications, hence it gets reverted. Distros would need to restore CONFIG_SND_HDA_PREALLOC_SIZE value to the earlier values they've used in the past. Other than that, we've received quite a few small fixes for HD-audio and USB-audio. Most of them are for dealing with the broken TRX40 mobos and the runtime PM without HD-audio codecs" * tag 'sound-5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: ALSA: hda: call runtime_allow() for all hda controllers ALSA: hda: Allow setting preallocation again for x86 ALSA: hda: Explicitly permit using autosuspend if runtime PM is supported ALSA: hda: Skip controller resume if not needed ALSA: hda: Keep the controller initialization even if no codecs found ALSA: hda: Release resources at error in delayed probe ALSA: hda: Honor PM disablement in PM freeze and thaw_noirq ops ALSA: hda: Don't release card at firmware loading error ALSA: usb-audio: Check mapping at creating connector controls, too ALSA: usb-audio: Don't create jack controls for PCM terminals ALSA: usb-audio: Don't override ignore_ctl_error value from the map ALSA: usb-audio: Filter error from connector kctl ops, too ALSA: hda/realtek - Enable the headset mic on Asus FX505DT ALSA: ctxfi: Remove unnecessary cast in kfree
No related branches found
No related tags found
Showing
- include/sound/hda_codec.h 5 additions, 0 deletionsinclude/sound/hda_codec.h
- sound/hda/Kconfig 4 additions, 3 deletionssound/hda/Kconfig
- sound/pci/ctxfi/cthw20k1.c 7 additions, 7 deletionssound/pci/ctxfi/cthw20k1.c
- sound/pci/hda/hda_codec.c 1 addition, 1 deletionsound/pci/hda/hda_codec.c
- sound/pci/hda/hda_intel.c 63 additions, 44 deletionssound/pci/hda/hda_intel.c
- sound/pci/hda/hda_intel.h 1 addition, 0 deletionssound/pci/hda/hda_intel.h
- sound/pci/hda/patch_realtek.c 1 addition, 0 deletionssound/pci/hda/patch_realtek.c
- sound/usb/mixer.c 19 additions, 12 deletionssound/usb/mixer.c
- sound/usb/mixer_maps.c 3 additions, 1 deletionsound/usb/mixer_maps.c
Loading
Please register or sign in to comment