From mboxrd@z Thu Jan 1 00:00:00 1970 From: Lars-Peter Clausen Subject: Re: Audio codec with multiple I2C devices Date: Sun, 06 Apr 2014 11:15:11 +0200 Message-ID: <53411B1F.5070004@metafoo.de> References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; Format="flowed" Content-Transfer-Encoding: 7bit Return-path: Received: from smtp-out-115.synserver.de (smtp-out-048.synserver.de [212.40.185.48]) by alsa0.perex.cz (Postfix) with ESMTP id A3F6826513A for ; Sun, 6 Apr 2014 11:15:07 +0200 (CEST) In-Reply-To: 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: Gilles Cc: alsa-devel@alsa-project.org List-Id: alsa-devel@alsa-project.org On 04/05/2014 12:02 AM, Gilles wrote: > Folks, > > I'm writing an ALSA SoC codec which uses a 3 distinct I2C devices (a DAC, a CAG for volume and a input selector) all 3 at different I2C addresses. If those are 3 distinct devices you'd typically implement them as 3 different drivers and model the interconnections between them at the board/machine driver level. - Lars