From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754790AbcHSOQN (ORCPT ); Fri, 19 Aug 2016 10:16:13 -0400 Received: from gloria.sntech.de ([95.129.55.99]:42667 "EHLO gloria.sntech.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753576AbcHSOQM (ORCPT ); Fri, 19 Aug 2016 10:16:12 -0400 From: Heiko Stuebner To: Randy Li Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-kernel@lists.infradead.org, linux@armlinux.org.uk, mark.rutland@arm.com, alsa-devel@alsa-project.org Subject: Re: [PATCH] Try to support analog audio codec at firefly reload Date: Fri, 19 Aug 2016 16:16:00 +0200 Message-ID: <6373888.a6VB9iqPkj@phil> User-Agent: KMail/5.2.3 (Linux/4.6.0-1-amd64; KDE/5.23.0; x86_64; ; ) In-Reply-To: <1471293727-26258-1-git-send-email-ayaka@soulik.info> References: <1471293727-26258-1-git-send-email-ayaka@soulik.info> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Am Dienstag, 16. August 2016, 04:42:06 CEST schrieb Randy Li: > Hello: > This patch could enabled the es8328 codec at firefly reload board, > but it doesn't not really work. I disable the mute of channel > Left mix and Right mix in alsamixer, I could hear the noise from > my headphone, but it never be a music. > I just send this patch here to see whether somebody could figure > out what is wrong, I am really not familiar with sound. I can't really help here as I have neither the board nor that much sound experience, but it's definitly customary to label patches as rfc when they're expected to need more work, so make that [PATCH RFC] ... for stuff that requires more work before it can actually be merged. Heiko