https://github.com/torvalds/linux
Revision ebbd224c22a00dbbee95031a0d6d595460f6f2b3 authored by David Henningsson on 23 February 2011, 12:15:56 UTC, committed by Takashi Iwai on 23 February 2011, 15:00:28 UTC
These two Dell machines have been reported working well with
the ideapad model.

BugLink: http://bugs.launchpad.net/bugs/723676
Cc: stable@kernel.org
Tested-by: David Chen <david.chen@canonical.com>
Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 6da8b51
Raw File
Tip revision: ebbd224c22a00dbbee95031a0d6d595460f6f2b3 authored by David Henningsson on 23 February 2011, 12:15:56 UTC
ALSA: HDA: Add ideapad quirk for two Dell machines
Tip revision: ebbd224
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