https://github.com/torvalds/linux
Revision 0fb0b822d157325b66c503d23332f64899bfb828 authored by Takashi Iwai on 23 December 2015, 07:30:28 UTC, committed by Takashi Iwai on 23 December 2015, 07:30:28 UTC
ASoC: Fixes for v4.4

A collection of small driver specific fixes here, nothing that'll affect
users who don't have the devices concerned.  At least the wm8974 bug
indicates that there's not too many users of some of these devices.
2 parent s 9f660a1 + 3dd5fc0
Raw File
Tip revision: 0fb0b822d157325b66c503d23332f64899bfb828 authored by Takashi Iwai on 23 December 2015, 07:30:28 UTC
Merge tag 'asoc-fix-v4.4-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
Tip revision: 0fb0b82
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