Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936363AbdGTRZR (ORCPT ); Thu, 20 Jul 2017 13:25:17 -0400 Received: from relay14.alfahosting-server.de ([109.237.142.228]:36899 "EHLO relay14.alfahosting-server.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932477AbdGTRZP (ORCPT ); Thu, 20 Jul 2017 13:25:15 -0400 X-Spam-DCC: : Subject: Re: [alsa-devel] [PATCH v3] ASoC: sgtl5000: add avc support To: Fabio Estevam , Richard Leitner References: <1497337054-4911-1-git-send-email-richard.leitner@skidata.com> Cc: Liam Girdwood , Mark Brown , Jaroslav Kysela , Takashi Iwai , Clemens Gruber , kalle.kankare@vincit.fi, Eric Nelson , "alsa-devel@alsa-project.org" , linux-kernel , Fabio Estevam , dev@g0hl1n.net From: Richard Leitner Message-ID: <3b154ab9-6bbd-eb53-05e6-6d08cf3cc5c0@g0hl1n.net> Date: Thu, 20 Jul 2017 19:25:09 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.8.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 972 Lines: 32 Hi Fabio, thanks for the testing/reporting! On 07/20/2017 07:11 PM, Fabio Estevam wrote: > > Running linux-next-20170720 on a imx53-qsb I get the following issue: > > root@imx53qsb:~# reboot ... > ALSA: Storing mixer settings... > [ 20.031604] Unable to handle kernel paging request at virtual > address fffffffe ... > [ 20.242852] Backtrace: > [ 20.245318] [] (snd_soc_component_read) from [] > (snd_soc_read+0x1c/0x30) > [ 20.253774] [] (snd_soc_read) from [] > (avc_get_threshold+0x1c/0x90) > [ 20.261798] [] (avc_get_threshold) from [] > (snd_ctl_ioctl+0x5b8/0xb38) ... > If I revert a729526720059ae ("ASoC: sgtl5000: add avc support") the > problem does not happen. > > Could you please fix this issue? Does this occur only on reboot or everytime the driver tries to read the AVC threshold (avc_get_threshold)? Are you able to set the AVC threshold (using amixer)? Thanks & regards, Richard.L