Received: by 2002:a25:683:0:0:0:0:0 with SMTP id 125csp443388ybg; Tue, 9 Jun 2020 04:50:42 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzb9q8wNYqiEmvcL2ZT7p6I4U4kp/qhYbXBaU9EH5UEjNzonZqWgVijlR/01iZCJ0+JLNm3 X-Received: by 2002:a05:6402:b47:: with SMTP id bx7mr27449160edb.274.1591703442341; Tue, 09 Jun 2020 04:50:42 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1591703442; cv=none; d=google.com; s=arc-20160816; b=ofh5uoxTSbl6wpxhnF03s4ZmM9Axfk7bsAyNHBvEkxvkWRhTGhmc3BLdOWn4mP/f5t I0BoKktHjxf39aV9gaoea6lsgQEzNgm2gdJ5tBtFxkuvdXFsu+hECTn94++R+MZMJhJD 44tjtt7F8UUrGV2Mgo2+x/ALKbEbB34RQKrh+KwNYbk9ajOKpR/i36z+QCym6Fj1PFJn y4aWZ2+J1Q4b7V8wt/awPZ+EuccDxCFSu+fOLqAQtKbktOCkVZcf2e6F33p7g3kPj3wQ 8PHmxkosgrIey0XaM++vB6jXaUZjcaNmj7NeohTnKbQBqKGakE3iy7GGJP+GucAnDsSe Bf5w== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:user-agent:in-reply-to :content-disposition:mime-version:references:message-id:subject:cc :to:from:date; bh=U3XoRU5hCBrdCaLwVUd/SGkdPMia6lgDavqDpNM1UUw=; b=u+c0zE+yCVi2PGDhGgaeE7wg3FWB44CgpKHMU0V93c2W8NH4qi63EyDTcm26x7mLKj V+PnRUGnKqZkxpKLzj7FpB7kq/ZQFVFJzqN1UdNNit/MLX5hp6aJ75k3AO+XBsOGRPzD EaV13hN90cgSO6MzkfWapIe24U0fEEXHXajBjlx9+NBUdZ8wF1i9R8y55rBtwG7CsPM6 Kr5STBOUXNcia5Vb5RY4FhLC59NlalSWTQPS93Qytjq4TAKW0dVEV63bRJm6NUIyNlBg 2gyyq/kEfE+BQpQcOSm5LBsnvZ4HQvY72/c5Zoreq+mvCO9+adToVvndUoRtTUmVlyZ+ 7oOQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id np3si10871020ejb.144.2020.06.09.04.50.19; Tue, 09 Jun 2020 04:50:42 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728988AbgFILrh (ORCPT + 99 others); Tue, 9 Jun 2020 07:47:37 -0400 Received: from verein.lst.de ([213.95.11.211]:42054 "EHLO verein.lst.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726784AbgFILrg (ORCPT ); Tue, 9 Jun 2020 07:47:36 -0400 Received: by verein.lst.de (Postfix, from userid 2407) id 5858D68AFE; Tue, 9 Jun 2020 13:47:33 +0200 (CEST) Date: Tue, 9 Jun 2020 13:47:33 +0200 From: Christoph Hellwig To: "Alex Xu (Hello71)" Cc: Christoph Hellwig , alsa-devel@alsa-project.org, bp@alien8.de, hch@infradead.org, hpa@zytor.com, linux-kernel@vger.kernel.org, mingo@redhat.com, Pavel Machek , perex@perex.cz, rientjes@google.com, tglx@linutronix.de, tiwai@suse.com, x86@kernel.org Subject: Re: next-0519 on thinkpad x60: sound related? window manager crash Message-ID: <20200609114733.GA1621@lst.de> References: <20200520111136.GA3802@amd> <1591545088.74ii116nf2.none@localhost> <20200608061950.GA17476@lst.de> <1591624340.z01ejtod28.none@localhost> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1591624340.z01ejtod28.none@localhost> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Alex, can you try this patch? diff --git a/sound/core/Kconfig b/sound/core/Kconfig index d4554f376160a9..10b06e575a7fc5 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig @@ -192,6 +192,6 @@ config SND_VMASTER config SND_DMA_SGBUF def_bool y - depends on X86 + depends on BROKEN source "sound/core/seq/Kconfig"