From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars-Peter Clausen Subject: Re: Question about codec which is supporting TDM / 5.1ch Date: Wed, 21 Jan 2015 13:05:10 +0100 Message-ID: <54BF95F6.7000108@metafoo.de> References: <54ACD3BF.9060107@renesas.com> <54BE1BC0.6090408@renesas.com> <87ppa8mvqh.wl%kuninori.morimoto.gx@renesas.com> <87oapsmvav.wl%kuninori.morimoto.gx@renesas.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp-out-053.synserver.de (smtp-out-053.synserver.de [212.40.185.53]) by alsa0.perex.cz (Postfix) with ESMTP id DF705261B2A for ; Wed, 21 Jan 2015 13:05:09 +0100 (CET) In-Reply-To: <87oapsmvav.wl%kuninori.morimoto.gx@renesas.com> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: alsa-devel-bounces@alsa-project.org Sender: alsa-devel-bounces@alsa-project.org To: Kuninori Morimoto , Mark Brown , Mark Brown , Linux-ALSA Cc: TOMOHARU FUKAWA , shiiba , YOSHIFUMI HOSOYA , shimoda , Magnus , komatsu , tanaka List-Id: alsa-devel@alsa-project.org On 01/21/2015 08:44 AM, Kuninori Morimoto wrote: > > Hi ALSA / ALSA SoC > > Now, we want to create new board, and then, we want to use below codec if exist. > Can you show it to us if it was exist ? > (I researched it on upstream Linux source tree, but couldn't find....) > > - upstream Linux supports its driver > - it supports TDM format > - it supports 5.1ch sound > - it supports DT bindings (if possible) Hi, The AD1937(I2C) and AD1938/AD1939/ADAU1328(SPI) have TDM support and 8 DACs. So they can support up to 7.1. For more info see http://wiki.analog.com/resources/tools-software/linux-drivers/sound/ad1936 - Lars