diff options
author | Takashi Iwai <tiwai@suse.de> | 2019-08-08 22:35:44 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2019-08-08 22:35:44 +0200 |
commit | 3a76a41ffbf94c49245f5050be97d389b7d28102 (patch) | |
tree | 4c713e97619a5ae91674fd6e744c7f776385aee1 /sound/hda/Kconfig | |
parent | ALSA: usb-audio: Add Pioneer DDJ-SX3 PCM quirck (diff) | |
parent | ASoC: SOF: Intel: Initialize hdaudio bus properly (diff) | |
download | linux-3a76a41ffbf94c49245f5050be97d389b7d28102.tar.xz linux-3a76a41ffbf94c49245f5050be97d389b7d28102.zip |
Merge branch 'topic/hda-bus-ops-cleanup' into for-next
Pull HD-audio bus ops cleanups.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/hda/Kconfig')
-rw-r--r-- | sound/hda/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sound/hda/Kconfig b/sound/hda/Kconfig index 9ccbcb5a06bd..3d33fc1757ba 100644 --- a/sound/hda/Kconfig +++ b/sound/hda/Kconfig @@ -6,6 +6,9 @@ config SND_HDA_CORE config SND_HDA_DSP_LOADER bool +config SND_HDA_ALIGNED_MMIO + bool + config SND_HDA_COMPONENT bool |