-----Original Message----- From: Mark Brown [mailto:broonie@kernel.org] Sent: Monday, August 10, 2015 7:50 PM To: Lin, Mengdong Cc: alsa-devel@alsa-project.org; tiwai@suse.de; Girdwood, Liam R Subject: Re: [RFC PATCH 00/10] ASoC: support adding PCM dynamically from topology
On Mon, Aug 10, 2015 at 02:09:33PM +0800, mengdong.lin@intel.com wrote:
Mengdong Lin (10): ASoC: change the PCM runtime array to a list ASoC: Define soc_init_dai_link() to wrap link intialization. ASoC: soc_bind_dai_link() change 2nd argument to DAI link pointer ASoC: implement DAI links in a list. ASoC: Add support for dummy DAI links and PCM runtimes ASoC: bind new DAI links after probing components. ASoC: support adding a DAI dynamically ASoC: topology: change pass number of DAI smaller than graph ASoC: Topology: change stream formats to bitwise flag ASOC: topology: Add PCM DAIs dynamically when loading them
Please when submitting patch serieses use something like git send-email to make them appear as a thread in reply to the cover letter. Please also make sure that PATCH is the first thing in the [] to make it easier to spot messages and try to keep your subject lines consistant with the style of the subsystem (and at least internally consistent within your series).
Sorry for the format/style errors. I've revised the v2 patches as you suggested. Please review.
Thanks Mengdong