From patchwork Sun Mar 29 05:30:15 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rouven Czerwinski X-Patchwork-Id: 11463923 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 4405613A4 for ; Sun, 29 Mar 2020 07:58:26 +0000 (UTC) Received: from alsa0.perex.cz (alsa0.perex.cz [77.48.224.243]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id A681F206CC for ; Sun, 29 Mar 2020 07:58:25 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=alsa-project.org header.i=@alsa-project.org header.b="EursXlTo" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org A681F206CC Authentication-Results: mail.kernel.org; dmarc=none (p=none dis=none) header.from=pengutronix.de Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=alsa-devel-bounces@alsa-project.org Received: from alsa1.perex.cz (alsa1.perex.cz [207.180.221.201]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by alsa0.perex.cz (Postfix) with ESMTPS id 11E44166D; Sun, 29 Mar 2020 09:57:40 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa0.perex.cz 11E44166D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=alsa-project.org; s=default; t=1585468704; bh=jsddERluIm+/k8aoCGWfGzsyC2FbgZfTaGYs7v9K86I=; h=From:To:Subject:Date:Cc:List-Id:List-Unsubscribe:List-Archive: List-Post:List-Help:List-Subscribe:From; b=EursXlTokxGY7DCFN+/E8Zbp+sXAR7frV/3OXwjSvtuSMvc7qWtzA8qMM/45x3VWs f3q8hu+93wI/XlrYcAz9Z9rbswDHrnk4gyJyvMEiIto91utItdz/dlyprbk+1DJfA1 bJh72UZrhKiBxpjgTd9plAM7fRqHz1rnk9J3FbKQ= Received: from alsa1.perex.cz (localhost.localdomain [127.0.0.1]) by alsa1.perex.cz (Postfix) with ESMTP id 551E5F802A0; Sun, 29 Mar 2020 09:54:25 +0200 (CEST) X-Original-To: alsa-devel@alsa-project.org Delivered-To: alsa-devel@alsa-project.org Received: by alsa1.perex.cz (Postfix, from userid 50401) id A3105F80146; Sun, 29 Mar 2020 07:38:20 +0200 (CEST) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on alsa1.perex.cz X-Spam-Level: X-Spam-Status: No, score=0.3 required=5.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, SPF_HELO_NONE, SPF_PASS, URIBL_BLOCKED autolearn=disabled version=3.4.0 Received: from magratgarlick.emantor.de (magratgarlick.emantor.de [IPv6:2a01:4f8:c17:c88::2]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id D7340F8013F for ; Sun, 29 Mar 2020 07:38:15 +0200 (CEST) DKIM-Filter: OpenDKIM Filter v2.11.0 alsa1.perex.cz D7340F8013F Received: by magratgarlick.emantor.de (Postfix, from userid 114) id C1497F5D12; Sun, 29 Mar 2020 07:38:09 +0200 (CEST) Received: from localhost (200116B828b19602BDF47B2a5Ed39330.dip.versatel-1u1.de [IPv6:2001:16b8:28b1:9602:bdf4:7b2a:5ed3:9330]) by magratgarlick.emantor.de (Postfix) with ESMTPSA id EEF25F5D10; Sun, 29 Mar 2020 07:38:06 +0200 (CEST) From: Rouven Czerwinski To: Jaroslav Kysela , Takashi Iwai Subject: [PATCH] ALSA: hda: default enable CA0132 DSP support Date: Sun, 29 Mar 2020 07:30:15 +0200 Message-Id: <20200329053710.4276-1-r.czerwinski@pengutronix.de> X-Mailer: git-send-email 2.25.1 MIME-Version: 1.0 X-Mailman-Approved-At: Sun, 29 Mar 2020 09:54:16 +0200 Cc: alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Rouven Czerwinski X-BeenThere: alsa-devel@alsa-project.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: "Alsa-devel mailing list for ALSA developers - http://www.alsa-project.org" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" From: Rouven Czerwinski 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 --- sound/pci/hda/Kconfig | 1 + 1 file changed, 1 insertion(+) base-commit: e595dd94515ed6bc5ba38fce0f9598db8c0ee9a9 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