All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v3 0/3] topology: Support widgets' stream name and file inclusion for text conf file
@ 2016-10-24 11:37 mengdong.lin
  2016-10-24 11:44 ` Mengdong Lin
  0 siblings, 1 reply; 4+ messages in thread
From: mengdong.lin @ 2016-10-24 11:37 UTC (permalink / raw)
  To: alsa-devel
  Cc: Mengdong Lin, tiwai, hardik.t.shah, guneshwor.o.singh,
	liam.r.girdwood, vinod.koul, broonie, mengdong.lin

From: Mengdong Lin <mengdong.lin@linux.intel.com>

This series doesn't require or cause any ABI updates. It doesn't need the
kernel patches that trying to udpate ABI from v4 or v5.

Patch 1 fixes a missing topology feature for text conf file to configure
        stream name of a widget.

Patch 2 allows alsaconf to search included files under global
        configuration directories. This will benefit topology and UCM.

Patch 3 adds document about how to include files for topology
        configuration. There is no c code change but actually it depends
        on patch 2.

History:
v2:     No longer use topology-specific code to support searching included
        files, but extend alsaconf to support this and user can just use
        alsaconf syntax <xxx> and <confdir:xxx>.

v3:     Not use <confdir:xxx> but define new syntax <searchdir:xxx> to
        define directories for searching included file.

Mengdong Lin (3):
  topology: Fix missing stream name of widgets in text conf file
  alsaconf: Search included files under user specified configuration
    directories
  topology: Add doc for including other files in the text conf file

 include/topology.h  |  31 ++++++++++
 src/conf.c          | 170 +++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/topology/dapm.c |  10 ++++
 3 files changed, 210 insertions(+), 1 deletion(-)

-- 
2.5.0

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3 0/3] topology: Support widgets' stream name and file inclusion for text conf file
  2016-10-24 11:37 [PATCH v3 0/3] topology: Support widgets' stream name and file inclusion for text conf file mengdong.lin
@ 2016-10-24 11:44 ` Mengdong Lin
  2016-10-25  7:08   ` Takashi Iwai
  0 siblings, 1 reply; 4+ messages in thread
From: Mengdong Lin @ 2016-10-24 11:44 UTC (permalink / raw)
  To: alsa-devel
  Cc: tiwai, hardik.t.shah, guneshwor.o.singh, liam.r.girdwood,
	vinod.koul, broonie, mengdong.lin

Sorry, please overlook this version. I forgot to modify the doxygen 
comment for static functions.

Thanks
Mengdong

On 10/24/2016 07:37 PM, mengdong.lin@linux.intel.com wrote:
> From: Mengdong Lin <mengdong.lin@linux.intel.com>
>
> This series doesn't require or cause any ABI updates. It doesn't need the
> kernel patches that trying to udpate ABI from v4 or v5.
>
> Patch 1 fixes a missing topology feature for text conf file to configure
>          stream name of a widget.
>
> Patch 2 allows alsaconf to search included files under global
>          configuration directories. This will benefit topology and UCM.
>
> Patch 3 adds document about how to include files for topology
>          configuration. There is no c code change but actually it depends
>          on patch 2.
>
> History:
> v2:     No longer use topology-specific code to support searching included
>          files, but extend alsaconf to support this and user can just use
>          alsaconf syntax <xxx> and <confdir:xxx>.
>
> v3:     Not use <confdir:xxx> but define new syntax <searchdir:xxx> to
>          define directories for searching included file.
>
> Mengdong Lin (3):
>    topology: Fix missing stream name of widgets in text conf file
>    alsaconf: Search included files under user specified configuration
>      directories
>    topology: Add doc for including other files in the text conf file
>
>   include/topology.h  |  31 ++++++++++
>   src/conf.c          | 170 +++++++++++++++++++++++++++++++++++++++++++++++++++-
>   src/topology/dapm.c |  10 ++++
>   3 files changed, 210 insertions(+), 1 deletion(-)
>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3 0/3] topology: Support widgets' stream name and file inclusion for text conf file
  2016-10-24 11:44 ` Mengdong Lin
@ 2016-10-25  7:08   ` Takashi Iwai
  2016-10-25 14:40     ` Lin, Mengdong
  0 siblings, 1 reply; 4+ messages in thread
From: Takashi Iwai @ 2016-10-25  7:08 UTC (permalink / raw)
  To: Mengdong Lin
  Cc: alsa-devel, vinod.koul, hardik.t.shah, guneshwor.o.singh,
	liam.r.girdwood, broonie, mengdong.lin

On Mon, 24 Oct 2016 13:44:31 +0200,
Mengdong Lin wrote:
> 
> Sorry, please overlook this version. I forgot to modify the doxygen
> comment for static functions.

The doxygen comments still remain in v4.
But I can fix them manually, so no need for resend.


Takashi

> 
> Thanks
> Mengdong
> 
> On 10/24/2016 07:37 PM, mengdong.lin@linux.intel.com wrote:
> > From: Mengdong Lin <mengdong.lin@linux.intel.com>
> >
> > This series doesn't require or cause any ABI updates. It doesn't need the
> > kernel patches that trying to udpate ABI from v4 or v5.
> >
> > Patch 1 fixes a missing topology feature for text conf file to configure
> >          stream name of a widget.
> >
> > Patch 2 allows alsaconf to search included files under global
> >          configuration directories. This will benefit topology and UCM.
> >
> > Patch 3 adds document about how to include files for topology
> >          configuration. There is no c code change but actually it depends
> >          on patch 2.
> >
> > History:
> > v2:     No longer use topology-specific code to support searching included
> >          files, but extend alsaconf to support this and user can just use
> >          alsaconf syntax <xxx> and <confdir:xxx>.
> >
> > v3:     Not use <confdir:xxx> but define new syntax <searchdir:xxx> to
> >          define directories for searching included file.
> >
> > Mengdong Lin (3):
> >    topology: Fix missing stream name of widgets in text conf file
> >    alsaconf: Search included files under user specified configuration
> >      directories
> >    topology: Add doc for including other files in the text conf file
> >
> >   include/topology.h  |  31 ++++++++++
> >   src/conf.c          | 170 +++++++++++++++++++++++++++++++++++++++++++++++++++-
> >   src/topology/dapm.c |  10 ++++
> >   3 files changed, 210 insertions(+), 1 deletion(-)
> >
> 

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v3 0/3] topology: Support widgets' stream name and file inclusion for text conf file
  2016-10-25  7:08   ` Takashi Iwai
@ 2016-10-25 14:40     ` Lin, Mengdong
  0 siblings, 0 replies; 4+ messages in thread
From: Lin, Mengdong @ 2016-10-25 14:40 UTC (permalink / raw)
  To: Takashi Iwai, Mengdong Lin
  Cc: alsa-devel, Koul, Vinod, Shah, Hardik T, Singh, Guneshwor O,
	liam.r.girdwood, broonie

> -----Original Message-----
> From: Takashi Iwai [mailto:tiwai@suse.de]
> Sent: Tuesday, October 25, 2016 3:09 PM
> To: Mengdong Lin <mengdong.lin@linux.intel.com>
> Cc: alsa-devel@alsa-project.org; broonie@kernel.org; perex@perex.cz;
> liam.r.girdwood@linux.intel.com; Shah, Hardik T <hardik.t.shah@intel.com>;
> Singh, Guneshwor O <guneshwor.o.singh@intel.com>; Koul, Vinod
> <vinod.koul@intel.com>; Lin, Mengdong <mengdong.lin@intel.com>
> Subject: Re: [PATCH v3 0/3] topology: Support widgets' stream name and file
> inclusion for text conf file
> 
> On Mon, 24 Oct 2016 13:44:31 +0200,
> Mengdong Lin wrote:
> >
> > Sorry, please overlook this version. I forgot to modify the doxygen
> > comment for static functions.
> 
> The doxygen comments still remain in v4.
> But I can fix them manually, so no need for resend.

Sorry, I should not use /**.  
Thanks for your help on this.

Mengdong

> 
> 
> Takashi
> 
> >
> > Thanks
> > Mengdong
> >
> > On 10/24/2016 07:37 PM, mengdong.lin@linux.intel.com wrote:
> > > From: Mengdong Lin <mengdong.lin@linux.intel.com>
> > >
> > > This series doesn't require or cause any ABI updates. It doesn't
> > > need the kernel patches that trying to udpate ABI from v4 or v5.
> > >
> > > Patch 1 fixes a missing topology feature for text conf file to configure
> > >          stream name of a widget.
> > >
> > > Patch 2 allows alsaconf to search included files under global
> > >          configuration directories. This will benefit topology and UCM.
> > >
> > > Patch 3 adds document about how to include files for topology
> > >          configuration. There is no c code change but actually it depends
> > >          on patch 2.
> > >
> > > History:
> > > v2:     No longer use topology-specific code to support searching included
> > >          files, but extend alsaconf to support this and user can just use
> > >          alsaconf syntax <xxx> and <confdir:xxx>.
> > >
> > > v3:     Not use <confdir:xxx> but define new syntax <searchdir:xxx> to
> > >          define directories for searching included file.
> > >
> > > Mengdong Lin (3):
> > >    topology: Fix missing stream name of widgets in text conf file
> > >    alsaconf: Search included files under user specified configuration
> > >      directories
> > >    topology: Add doc for including other files in the text conf file
> > >
> > >   include/topology.h  |  31 ++++++++++
> > >   src/conf.c          | 170
> +++++++++++++++++++++++++++++++++++++++++++++++++++-
> > >   src/topology/dapm.c |  10 ++++
> > >   3 files changed, 210 insertions(+), 1 deletion(-)
> > >
> >

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-10-25 14:40 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-10-24 11:37 [PATCH v3 0/3] topology: Support widgets' stream name and file inclusion for text conf file mengdong.lin
2016-10-24 11:44 ` Mengdong Lin
2016-10-25  7:08   ` Takashi Iwai
2016-10-25 14:40     ` Lin, Mengdong

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.