From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1423120AbcBZTkv (ORCPT ); Fri, 26 Feb 2016 14:40:51 -0500 Received: from mx2.suse.de ([195.135.220.15]:60673 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754849AbcBZTku (ORCPT ); Fri, 26 Feb 2016 14:40:50 -0500 Date: Fri, 26 Feb 2016 20:40:48 +0100 Message-ID: From: Takashi Iwai To: "Mauro Carvalho Chehab" Cc: "Shuah Khan" , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , Subject: Re: [PATCH v3 04/22] media: Add ALSA Media Controller function entities In-Reply-To: <20160217102505.200675ac@recife.lan> References: <423baaaf7ae51eb9098b7d0adc5ad668a590449e.1455233153.git.shuahkh@osg.samsung.com> <20160217102505.200675ac@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:25:05 +0100, Mauro Carvalho Chehab wrote: > > Em Thu, 11 Feb 2016 16:41:20 -0700 > Shuah Khan escreveu: > > > Add ALSA Media Controller capture, playback, and mixer > > function entity defines. > > > > Signed-off-by: Shuah Khan > > --- > > include/uapi/linux/media.h | 7 +++++++ > > 1 file changed, 7 insertions(+) > > > > diff --git a/include/uapi/linux/media.h b/include/uapi/linux/media.h > > index 3cc0366..449462e 100644 > > --- a/include/uapi/linux/media.h > > +++ b/include/uapi/linux/media.h > > @@ -98,6 +98,13 @@ struct media_device_info { > > #define MEDIA_ENT_F_IF_AUD_DECODER (MEDIA_ENT_F_BASE + 42) > > > > /* > > + * Audio Entity Functions > > + */ > > +#define MEDIA_ENT_F_AUDIO_CAPTURE (MEDIA_ENT_F_BASE + 200) > > +#define MEDIA_ENT_F_AUDIO_PLAYBACK (MEDIA_ENT_F_BASE + 201) > > +#define MEDIA_ENT_F_AUDIO_MIXER (MEDIA_ENT_F_BASE + 202) > > + > > +/* > > * Don't touch on those. The ranges MEDIA_ENT_F_OLD_BASE and > > * MEDIA_ENT_F_OLD_SUBDEV_BASE are kept to keep backward compatibility > > * with the legacy v1 API.The number range is out of range by purpose: > > Looks OK to me. > > This won't apply anymore on master, because we changed the numberspace, > but it is a trivial conflict. No need to rebase. > > Takashi, > > If OK for you, please ack. Acked-by: Takashi Iwai Takashi