Merge tag 'sound-fix-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Pull sound fixes from Takashi Iwai: "Here are lots of small fixes that have been collected since the previous pull. This time, not only trivial ones but fixes for some serious bugs are included: - Fix for CPU lockups by snd-hrtimer accesses - Fix for unsafe disconnection handling in ALSA timer code - Fix for Oops due to race at HD-audio module removal - Fixes for possible memory corruption via 32bit PCM and sequencer compat ioctls - Fix for regression in HD-audio generic model handling - Suppress kernel warnings for invalid TLV ioctls that may flood up - Fix the missing SSC clock handling for at73c213 - A pin fixup for ASUS N550JX" * tag 'sound-fix-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound: ALSA: timer: Introduce disconnect op to snd_timer_instance ALSA: timer: Handle disconnection more safely ALSA: hda - Flush the pending probe work at remove ALSA: hda - Fix missing module loading with model=generic option ALSA: hda - Degrade i915 binding failure message ALSA: at73c213: manage SSC clock ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0 ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat mode ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat mode ALSA: hrtimer: Fix stall by hrtimer_cancel() ALSA: hda - Fix bass pin fixup for ASUS N550JX
No related branches found
No related tags found
Showing
- include/sound/timer.h 1 addition, 0 deletionsinclude/sound/timer.h
- sound/core/control.c 2 additions, 0 deletionssound/core/control.c
- sound/core/hrtimer.c 2 additions, 1 deletionsound/core/hrtimer.c
- sound/core/pcm_compat.c 9 additions, 4 deletionssound/core/pcm_compat.c
- sound/core/seq/seq_compat.c 5 additions, 4 deletionssound/core/seq/seq_compat.c
- sound/core/timer.c 47 additions, 0 deletionssound/core/timer.c
- sound/hda/hdac_i915.c 1 addition, 1 deletionsound/hda/hdac_i915.c
- sound/pci/hda/hda_bind.c 32 additions, 10 deletionssound/pci/hda/hda_bind.c
- sound/pci/hda/hda_intel.c 13 additions, 3 deletionssound/pci/hda/hda_intel.c
- sound/pci/hda/patch_realtek.c 1 addition, 0 deletionssound/pci/hda/patch_realtek.c
- sound/spi/at73c213.c 11 additions, 0 deletionssound/spi/at73c213.c
Loading
Please register or sign in to comment