Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp1160imm; Thu, 21 Jun 2018 12:48:49 -0700 (PDT) X-Google-Smtp-Source: ADUXVKJY/n3m3JlsPFAiHBcukubSd/FB8m4pP8i10frPZ1RYkZUwvtt/QbGv46mdICVmp9DMCKhV X-Received: by 2002:a62:5d83:: with SMTP id n3-v6mr28970771pfj.68.1529610529536; Thu, 21 Jun 2018 12:48:49 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1529610529; cv=none; d=google.com; s=arc-20160816; b=NNT0yryVEMNWJYdYSm+BoihrgX6xdWHBpI+wtKMxE7exK8bhJUPH+n6PpHg8kFY7mq XmNlwAssSjVbxeq8bYMut74CQHh1X4mqBLfJ3SixBHST6J3VhgZFXWmQPR5lGh8nnLx2 7J6cgy6qFVCNw9YUVTR8Yhri67TOZ5q4z3QnpyEGgdrF+vREWutWuEoCbqThqVzfTSIv mhsU8XC/mXGIXCLthipn2dNNEu2CMZHXx1Hb6cenV2BkyoZyRROdbNy/xHISbzOPoD1A ytFgJgakcEq9k/JUJguvSag/SFKgil/sUJPatuxTJLDF+ur71pY55PEHHyp60zohdF50 /SbA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:subject:cc:to:from:message-id:date :arc-authentication-results; bh=W4meNnMNK3ViLdiEfTzVacCUOCzzhImxzlNx3wnWtqs=; b=KEZLX806bxmBO9U+QXgEieP68UdL3Gz9szfcm7EDlN3hpYM7ZYNp49uKYW9HSl7w/5 xv1Z4S0lvPhMhphX2HEOPrG6mXPVE+lXyAvdQUuWZ+m852LIUi5mlP4C3hOQEB60gQ25 8nCt+xwPlOohuZ93/J/oBm1Nz9ICIageaoFqyBNw/h0pg4++lPvuRLAgOLdbXPNnX+3y aQ+acAQc/DupLz43+Ip7PrrcbmLaUO7LWwLV5r6aR4uQ5xV6N0ll392soVJLVV1nmAKQ Wn8cjaVrOMDXx8KaU0XfD4xCeVsA/mxUH0GQxcWbOCRJWTg4U6EejUzK+brIS8HiSvC5 UbQg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id h89-v6si5449984pld.378.2018.06.21.12.48.18; Thu, 21 Jun 2018 12:48:49 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933162AbeFUTpt (ORCPT + 99 others); Thu, 21 Jun 2018 15:45:49 -0400 Received: from mx2.suse.de ([195.135.220.15]:47798 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932710AbeFUTps (ORCPT ); Thu, 21 Jun 2018 15:45:48 -0400 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay1.suse.de (charybdis-ext-too.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id 09455ACA1; Thu, 21 Jun 2018 19:45:47 +0000 (UTC) Date: Thu, 21 Jun 2018 21:45:46 +0200 Message-ID: From: Takashi Iwai To: "Robert Jarzmik" Cc: "Mark Rutland" , "Liam Girdwood" , "Mark Brown" , "Rob Herring" , "Jaroslav Kysela" , , , Subject: Re: [PATCH 2/2] ALSA: ac97: add codecs devicetree binding In-Reply-To: <20180621154356.5438-2-robert.jarzmik@free.fr> References: <20180621154356.5438-1-robert.jarzmik@free.fr> <20180621154356.5438-2-robert.jarzmik@free.fr> User-Agent: Wanderlust/2.15.9 (Almost Unreal) SEMI/1.14.6 (Maruoka) FLIM/1.14.9 (=?UTF-8?B?R29qxY0=?=) APEL/10.8 Emacs/25.3 (x86_64-suse-linux-gnu) MULE/6.0 (HANACHIRUSATO) MIME-Version: 1.0 (generated by SEMI 1.14.6 - "Maruoka") Content-Type: text/plain; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 21 Jun 2018 17:43:56 +0200, Robert Jarzmik wrote: > > Add a devicetree binding for codecs. This is especially useful if the > AC97 bitclk clock is provided by the codec, as it has to be described in > the devicetree description for the ac97 bus code to aquire it. > > Signed-off-by: Robert Jarzmik > --- > Special review query: review the "return of_node_get(node)", which > assumes that upon device removal, of_put_node(dev.of_node) will be > called... Is it really done automagically? I couldn't spot it. thanks, Takashi