All of lore.kernel.org
 help / color / mirror / Atom feed
From: Liam Girdwood <liam.r.girdwood@linux.intel.com>
To: alsa-devel@alsa-project.org
Cc: Takashi Iwai <tiwai@suse.de>, Vinod Koul <vinod.koul@intel.com>,
	Mark Brown <broonie@kernel.org>
Subject: [PATCH] ASoC: topology: add private data to manifest
Date: Mon, 29 Jun 2015 17:36:46 +0100	[thread overview]
Message-ID: <1435595806-7000-4-git-send-email-liam.r.girdwood@linux.intel.com> (raw)
In-Reply-To: <1435595806-7000-1-git-send-email-liam.r.girdwood@linux.intel.com>

From: Vinod Koul <vinod.koul@intel.com>

The topology file manifest should include a private data field. This
allows vendors to specify vendor data in the manifest, like
timestamps, hashes, additional information for removing platform
configuration out of drivers and making these configurable per platform

Signed-off-by: Vinod Koul <vinod.koul@intel.com>
---
 include/uapi/sound/asoc.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/uapi/sound/asoc.h b/include/uapi/sound/asoc.h
index a584d91..2819fc1 100644
--- a/include/uapi/sound/asoc.h
+++ b/include/uapi/sound/asoc.h
@@ -238,6 +238,7 @@ struct snd_soc_tplg_manifest {
 	__le32 graph_elems;	/* number of graph elements */
 	__le32 dai_elems;	/* number of DAI elements */
 	__le32 dai_link_elems;	/* number of DAI link elements */
+	struct snd_soc_tplg_private priv;
 } __attribute__((packed));
 
 /*
-- 
2.1.4

  parent reply	other threads:[~2015-06-29 16:37 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-06-29 16:36 [PATCH] ASoC: topology: Fix TLV size calculation Liam Girdwood
2015-06-29 16:36 ` [PATCH] ASoC: Topology: Add subsequence in topology Liam Girdwood
2015-07-07 13:58   ` Applied "ASoC: topology: Add subsequence in topology" to the asoc tree Mark Brown
2015-06-29 16:36 ` [PATCH] ASoC: topology: fix typos in topology header Liam Girdwood
2015-07-02 11:41   ` Applied "ASoC: topology: fix typos in topology header" to the asoc tree Mark Brown
2015-06-29 16:36 ` Liam Girdwood [this message]
2015-07-07 13:58   ` Applied "ASoC: topology: add private data to manifest" " Mark Brown
2015-07-02 11:41 ` Applied "ASoC: topology: Fix TLV size calculation." " Mark Brown

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1435595806-7000-4-git-send-email-liam.r.girdwood@linux.intel.com \
    --to=liam.r.girdwood@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=tiwai@suse.de \
    --cc=vinod.koul@intel.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.