From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4BE35C433EF for ; Sun, 10 Oct 2021 11:25:33 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 18D0F60F0F for ; Sun, 10 Oct 2021 11:25:33 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231666AbhJJL1a (ORCPT ); Sun, 10 Oct 2021 07:27:30 -0400 Received: from honk.sigxcpu.org ([24.134.29.49]:36462 "EHLO honk.sigxcpu.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231482AbhJJL12 (ORCPT ); Sun, 10 Oct 2021 07:27:28 -0400 Received: from localhost (localhost [127.0.0.1]) by honk.sigxcpu.org (Postfix) with ESMTP id 54D03FB03; Sun, 10 Oct 2021 13:25:28 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at honk.sigxcpu.org Received: from honk.sigxcpu.org ([127.0.0.1]) by localhost (honk.sigxcpu.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id tSDyrNOlMlRU; Sun, 10 Oct 2021 13:25:27 +0200 (CEST) Date: Sun, 10 Oct 2021 13:25:25 +0200 From: Guido =?iso-8859-1?Q?G=FCnther?= To: Diederik de Haas Cc: Liam Girdwood , Mark Brown , Takashi Iwai , Kuninori Morimoto , Thierry Reding , Jon Hunter , Stephan Gerhold , alsa-devel@alsa-project.org, linux-kernel@vger.kernel.org, Jaroslav Kysela Subject: Re: [PATCH] ASoC: simple-card: Fill in driver name Message-ID: References: <4974503.Y8KB3sNASq@bagend> <61a82214-0de8-816f-ff63-3979b86343bf@perex.cz> <5069869.zQgEQKRxDW@bagend> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5069869.zQgEQKRxDW@bagend> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, On Sun, Oct 10, 2021 at 12:40:00PM +0200, Diederik de Haas wrote: > On Sunday, 10 October 2021 10:40:09 CEST Jaroslav Kysela wrote: > > > Unfortunately this change broke multichannel audio on my Rock64 device > > > running Debian. My Rock64 is connected to my AVR (Pioneer SC-1224) via a > > > HDMI cable. > > This looks like an user space configuration problem. > > I have placed ALSA card definitions (I think) from LibreELEC on my system from > https://github.com/LibreELEC/LibreELEC.tv/tree/master/projects/Rockchip/ > filesystem/usr/share/alsa/cards You likely have the paths wrong, see how `simple-card` ends up in the config file path: https://github.com/alsa-project/alsa-ucm-conf/pull/102/files Cheers, -- Guido