From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pavel Hofman Subject: Support for Infrasonic Quartet Date: Tue, 15 Sep 2009 00:39:54 +0200 Message-ID: <4AAEC63A.9010603@ivitera.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp.pilsfree.net (mail.pilsfree.net [81.201.60.141]) by alsa0.perex.cz (Postfix) with ESMTP id 8E53424431 for ; Tue, 15 Sep 2009 00:40:01 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by smtp.pilsfree.net (Postfix) with ESMTP id ED8B317FC1BB for ; Tue, 15 Sep 2009 00:40:33 +0200 (CEST) Received: from smtp.pilsfree.net ([127.0.0.1]) by localhost (server.pilsfree.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 03706-03 for ; Tue, 15 Sep 2009 00:40:27 +0200 (CEST) Received: from [192.168.105.171] (dustin.pilsfree.czf [10.109.3.135]) by smtp.pilsfree.net (Postfix) with ESMTP id 38C0917FC198 for ; Tue, 15 Sep 2009 00:40:27 +0200 (CEST) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: alsa-devel-bounces@alsa-project.org Errors-To: alsa-devel-bounces@alsa-project.org To: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org Hi Takashi, I am sending patches for Infrasonic Quartet. The card has three external clock modes therefore I had to modify ice1724.c to support multiple spdif_master types. While working on the driver, I did some minor fixes to ak4xxx-adda.c too. For proc files I added a conversion function from int to string representing its binary format (quartet.c:get_binary). If you know of an existing utility, please let me know and I will use it instead. The binary output helps a lot with debugging. The quartet patch does not comply with checkpatch.pl in 2.6.27 since the script throws a false positive for [] in #define. Thanks a lot for comments. Best regards, Pavel.