From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933858AbcBZTkW (ORCPT ); Fri, 26 Feb 2016 14:40:22 -0500 Received: from mx2.suse.de ([195.135.220.15]:60624 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932763AbcBZTkU (ORCPT ); Fri, 26 Feb 2016 14:40:20 -0500 Date: Fri, 26 Feb 2016 20:40:17 +0100 Message-ID: From: Takashi Iwai To: "Mauro Carvalho Chehab" Cc: "Shuah Khan" , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v3 03/22] [media] Docbook: media-types.xml: Add Audio Function Entities In-Reply-To: <20160217102309.13350b79@recife.lan> References: <20160217102309.13350b79@recife.lan> 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/24.5 (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 List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 17 Feb 2016 13:23:09 +0100, Mauro Carvalho Chehab wrote: > > Em Thu, 11 Feb 2016 16:41:19 -0700 > Shuah Khan escreveu: > > > Add Audio Function Entities > > > > Signed-off-by: Shuah Khan > > --- > > Documentation/DocBook/media/v4l/media-types.xml | 12 ++++++++++++ > > 1 file changed, 12 insertions(+) > > > > diff --git a/Documentation/DocBook/media/v4l/media-types.xml b/Documentation/DocBook/media/v4l/media-types.xml > > index 3730967..924a604 100644 > > --- a/Documentation/DocBook/media/v4l/media-types.xml > > +++ b/Documentation/DocBook/media/v4l/media-types.xml > > @@ -113,6 +113,18 @@ > > decoder. > > > > > > + > > + MEDIA_ENT_F_AUDIO_CAPTURE > > + Audio Capture Function Entity. > > + > > + > > + MEDIA_ENT_F_AUDIO_PLAYBACK > > + Audio Playback Function Entity. > > + > > + > > + MEDIA_ENT_F_AUDIO_MIXER > > + Audio Mixer Function Entity. > > + > > > > > > > > Looks OK to me. > > Takashi, > > Could you ack if ok for you? Yeah, nothing looks wrong, as it's pretty straightforward :) Acked-by: Takashi Iwai thanks, Takashi