From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from lists.s-osg.org ([54.187.51.154]:48698 "EHLO lists.s-osg.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1161429AbcBQMT6 (ORCPT ); Wed, 17 Feb 2016 07:19:58 -0500 Date: Wed, 17 Feb 2016 10:19:41 -0200 From: Mauro Carvalho Chehab To: Shuah Khan , tiwai@suse.com Cc: clemens@ladisch.de, hans.verkuil@cisco.com, laurent.pinchart@ideasonboard.com, sakari.ailus@linux.intel.com, javier@osg.samsung.com, pawel@osciak.com, m.szyprowski@samsung.com, kyungmin.park@samsung.com, perex@perex.cz, arnd@arndb.de, dan.carpenter@oracle.com, tvboxspy@gmail.com, crope@iki.fi, ruchandani.tina@gmail.com, corbet@lwn.net, chehabrafael@gmail.com, k.kozlowski@samsung.com, stefanr@s5r6.in-berlin.de, inki.dae@samsung.com, jh1009.sung@samsung.com, elfring@users.sourceforge.net, prabhakar.csengg@gmail.com, sw0312.kim@samsung.com, p.zabel@pengutronix.de, ricardo.ribalda@gmail.com, labbott@fedoraproject.org, pierre-louis.bossart@linux.intel.com, ricard.wanderlof@axis.com, julian@jusst.de, takamichiho@gmail.com, dominic.sacre@gmx.de, misterpib@gmail.com, daniel@zonque.org, gtmkramer@xs4all.nl, normalperson@yhbt.net, joe@oampo.co.uk, linuxbugs@vittgam.net, johan@oljud.se, klock.android@gmail.com, nenggun.kim@samsung.com, j.anaszewski@samsung.com, geliangtang@163.com, albert@huitsing.nl, linux-kernel@vger.kernel.org, linux-media@vger.kernel.org, alsa-devel@alsa-project.org Subject: Re: [PATCH v3 01/22] [media] Docbook: media-types.xml: Add ALSA Media Controller Intf types Message-ID: <20160217101941.0b37ca98@recife.lan> In-Reply-To: <363a459c08a1fcaf04052d7f2af05f1dd43de58e.1455233152.git.shuahkh@osg.samsung.com> References: <363a459c08a1fcaf04052d7f2af05f1dd43de58e.1455233152.git.shuahkh@osg.samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-media-owner@vger.kernel.org List-ID: Em Thu, 11 Feb 2016 16:41:17 -0700 Shuah Khan escreveu: > Add ALSA Media Controller Intf types > > Signed-off-by: Shuah Khan > --- > Documentation/DocBook/media/v4l/media-types.xml | 40 +++++++++++++++++++++++++ > 1 file changed, 40 insertions(+) > > diff --git a/Documentation/DocBook/media/v4l/media-types.xml b/Documentation/DocBook/media/v4l/media-types.xml > index 751c3d0..3730967 100644 > --- a/Documentation/DocBook/media/v4l/media-types.xml > +++ b/Documentation/DocBook/media/v4l/media-types.xml > @@ -193,6 +193,46 @@ > Device node interface for Software Defined Radio (V4L) > typically, /dev/swradio? > > + > + MEDIA_INTF_T_ALSA_PCM_CAPTURE > + Device node interface for ASLA PCM Capture > + typically, /dev/snd/pcmC?D?c > + > + > + MEDIA_INTF_T_ALSA_PCM_PLAYBACK > + Device node interface for ASLA PCM Playback > + typically, /dev/snd/pcmC?D?p > + > + > + MEDIA_INTF_T_ALSA_CONTROL > + Device node interface for ASLA Control > + typically, /dev/snd/controlC? > + > + > + MEDIA_INTF_T_ALSA_COMPRESS > + Device node interface for ASLA Compress > + typically, /dev/snd/compr? > + > + > + MEDIA_INTF_T_ALSA_RAWMIDI > + Device node interface for ASLA Raw MIDI > + typically, /dev/snd/midi? > + > + > + MEDIA_INTF_T_ALSA_HWDEP > + Device node interface for ASLA Hardware Dependent > + typically, /dev/snd/hwC?D? > + > + > + MEDIA_INTF_T_ALSA_SEQUENCER > + Device node interface for ASLA Sequencer > + typically, /dev/snd/seq > + > + > + MEDIA_INTF_T_ALSA_TIMER > + Device node interface for ASLA Timer > + typically, /dev/snd/timer On all the above: s,ASLA,ALSA, Except for that, patch looks OK for me. Takashi, If this is OK for you too, could you please ack? Thanks, Mauro