Skip to content

Commit

Permalink
ALSA: hda - Simplify CONFIG_SND_HDA_I915 condition
Browse files Browse the repository at this point in the history
CONFIG_SND_HDA_I915 doesn't have to be user-selectable as this is almost
mandatory when i915 driver is available.  Let's enable it always when
CONFIG_DRM_I915 is set, so that user won't be bothered by useless
questions.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
  • Loading branch information
Takashi Iwai committed Aug 27, 2013
1 parent 2e59e5a commit 1c9a341
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions sound/pci/hda/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -152,14 +152,9 @@ config SND_HDA_CODEC_HDMI
This module is automatically loaded at probing.

config SND_HDA_I915
bool "Build Display HD-audio controller/codec power well support for i915 cards"
bool
default y
depends on DRM_I915
help
Say Y here to include full HDMI and DisplayPort HD-audio controller/codec
power-well support for Intel Haswell graphics cards based on the i915 driver.

Note that this option must be enabled for Intel Haswell C+ stepping machines, otherwise
the GPU audio controller/codecs will not be initialized or damaged when exit from S3 mode.

config SND_HDA_CODEC_CIRRUS
bool "Build Cirrus Logic codec support"
Expand Down

0 comments on commit 1c9a341

Please sign in to comment.