https://github.com/torvalds/linux
Revision c7ecb9068e6772c43941ce609f08bc53f36e1dce authored by Takashi Iwai on 14 June 2017, 05:37:14 UTC, committed by Takashi Iwai on 20 June 2017, 05:52:49 UTC
Broxton-T was a forgotten child and we didn't apply the quirks for
Skylake+ properly.  Meanwhile, a quirk for reducing the DMA latency
seems specific to the early Broxton model, so we leave as is.

Cc: <stable@vger.kernel.org>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
1 parent 4a9bfaf
Raw File
Tip revision: c7ecb9068e6772c43941ce609f08bc53f36e1dce authored by Takashi Iwai on 14 June 2017, 05:37:14 UTC
ALSA: hda - Apply quirks to Broxton-T, too
Tip revision: c7ecb90
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