https://github.com/torvalds/linux
Revision 9001b8e4f08dd7ae8429214979bd7783160932c5 authored by Linus Torvalds on 19 February 2016, 16:01:41 UTC, committed by Linus Torvalds on 19 February 2016, 16:01:41 UTC
Pull sound fixes from Takashi Iwai:
 "This update contains again a few more fixes for ALSA core stuff
  although it's no longer high flux: two race fixes in sequencer and one
  PCM race fix for non-atomic PCM ops.

  In addition, HD-audio gained a similar fix for race at reloading the
  driver"

* tag 'sound-4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound:
  ALSA: pcm: Fix rwsem deadlock for non-atomic PCM stream
  ALSA: seq: Fix double port list deletion
  ALSA: hda - Cancel probe work instead of flush at remove
  ALSA: seq: Fix leak of pool buffer at concurrent writes
2 parent s 705d43d + 67ec107
Raw File
Tip revision: 9001b8e4f08dd7ae8429214979bd7783160932c5 authored by Linus Torvalds on 19 February 2016, 16:01:41 UTC
Merge tag 'sound-4.5-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
Tip revision: 9001b8e
Kconfig
#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"

config SRCARCH
	string
	option env="SRCARCH"

source "arch/$SRCARCH/Kconfig"
back to top