From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matt Flax Subject: cs4265 : alsactl store and "C data buffer" fails Date: Tue, 7 May 2019 11:06:28 +1000 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from mx.flatmax.org (mx.flatmax.org [13.55.16.222]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by alsa1.perex.cz (Postfix) with ESMTPS id EE4F2F80C07 for ; Tue, 7 May 2019 03:06:37 +0200 (CEST) Content-Language: en-AU List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: "Alsa-devel" To: "alsa-devel@alsa-project.org" , Charles Keepax List-Id: alsa-devel@alsa-project.org Hi, When alsactl store is run with a cs4265 chip, the following error occurs (from https://github.com/Audio-Injector/Ultra/issues/25) : $ sudo alsactl store alsactl: get_control:256: Cannot read control '2,0,0,C Data Buffer,0': Input/output error Upon commenting out the C data buffer control it works : https://github.com/torvalds/linux/blob/master/sound/soc/codecs/cs4265.c#L163 Can you suggest a suitable method for fixing this bug ? thanks Matt