diff options
author | Rouven Czerwinski <rouven@czerwinskis.de> | 2020-03-29 07:30:15 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2020-03-29 09:43:45 +0200 |
commit | 652bb5d8df4b3a79ed350db35cda12637e63efa7 (patch) | |
tree | d9999c28386f2534e79916a98ba2265ee7509251 /sound/pci | |
parent | 04a9af2e03842347269fe1b3e64b94b8226fbba1 (diff) | |
download | linux-652bb5d8df4b3a79ed350db35cda12637e63efa7.tar.bz2 |
ALSA: hda: default enable CA0132 DSP support
If SND_HDA_CODEC_CA0132 is enabled, the DSP support should be enabled as
well. Disabled DSP support leads to a hanging alsa system and no sound
output on the card otherwise. Tested on:
06:00.0 Audio device: Creative Labs Sound Core3D [Sound Blaster Recon3D / Z-Series] (rev 01)
Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
Link: https://lore.kernel.org/r/20200329053710.4276-1-r.czerwinski@pengutronix.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci')
-rw-r--r-- | sound/pci/hda/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/Kconfig b/sound/pci/hda/Kconfig index bd48335d09d7..e1d3082a4fe9 100644 --- a/sound/pci/hda/Kconfig +++ b/sound/pci/hda/Kconfig @@ -184,6 +184,7 @@ comment "Set to Y if you want auto-loading the codec driver" config SND_HDA_CODEC_CA0132_DSP bool "Support new DSP code for CA0132 codec" depends on SND_HDA_CODEC_CA0132 + default y select SND_HDA_DSP_LOADER select FW_LOADER help |