[alsa-devel] [PATCH v2 0/13] topology support for alsa-lib
This patch series adds the topology text parser support to alsa-lib. The topology parser converts text topology data to the binary ABI format read by the kernel topology core.
Changes since V1 :-
o Terminate all strncpy() strings with NULL. o Use snd_pcm_format_value() instead of local lookup. o Set a maximum size for private data files. o Set capture/playback stream direction for new PCMs o Only set TLV access flags for TLV CTLs.
Liam
At Wed, 01 Jul 2015 14:45:16 +0100, Liam Girdwood wrote:
This patch series adds the topology text parser support to alsa-lib. The topology parser converts text topology data to the binary ABI format read by the kernel topology core.
Changes since V1 :-
o Terminate all strncpy() strings with NULL. o Use snd_pcm_format_value() instead of local lookup. o Set a maximum size for private data files. o Set capture/playback stream direction for new PCMs o Only set TLV access flags for TLV CTLs.
Liam
You can manage such a cover letter better with --cover-letter option of git-format-patch or git-send-email.
Takashi
On Wed, 2015-07-01 at 17:46 +0200, Takashi Iwai wrote:
At Wed, 01 Jul 2015 14:45:16 +0100, Liam Girdwood wrote:
This patch series adds the topology text parser support to alsa-lib. The topology parser converts text topology data to the binary ABI format read by the kernel topology core.
Changes since V1 :-
o Terminate all strncpy() strings with NULL. o Use snd_pcm_format_value() instead of local lookup. o Set a maximum size for private data files. o Set capture/playback stream direction for new PCMs o Only set TLV access flags for TLV CTLs.
Liam
You can manage such a cover letter better with --cover-letter option of git-format-patch or git-send-email.
I know, I guess I'm set in my ways ;) Will do it next time.
Liam
On Wed, Jul 01, 2015 at 05:13:52PM +0100, Liam Girdwood wrote:
On Wed, 2015-07-01 at 17:46 +0200, Takashi Iwai wrote:
You can manage such a cover letter better with --cover-letter option of git-format-patch or git-send-email.
I know, I guess I'm set in my ways ;) Will do it next time.
Youi can also just supply the message ID for threading directly in git send-email (which is what I tend to do) but you do need to look it up after you send the cover letter if you're going to do that.
participants (3)
-
Liam Girdwood
-
Mark Brown
-
Takashi Iwai