All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
To: alsa-devel@alsa-project.org
Cc: Daniel Baluta <daniel.baluta@gmail.com>,
	Kai Vehmanen <kai.vehmanen@linux.intel.com>,
	tiwai@suse.de,
	Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>,
	Ranjani Sridharan <ranjani.sridharan@linux.intel.com>,
	broonie@kernel.org
Subject: [PATCH 5/6] ASoC: SOF: pcm: export snd_pcm_dai_link_fixup
Date: Fri,  9 Apr 2021 15:01:20 -0700	[thread overview]
Message-ID: <20210409220121.1542362-6-ranjani.sridharan@linux.intel.com> (raw)
In-Reply-To: <20210409220121.1542362-1-ranjani.sridharan@linux.intel.com>

From: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>

In preparation of the nocodec refactoring, export the dai-link
fixup. This will also be required when we have more clients and
platform drivers.

Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Reviewed-by: Daniel Baluta <daniel.baluta@gmail.com>
Reviewed-by: Kai Vehmanen <kai.vehmanen@linux.intel.com>
Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
---
 sound/soc/sof/pcm.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sound/soc/sof/pcm.c b/sound/soc/sof/pcm.c
index d6b1c8b7bdfb..9893b182da43 100644
--- a/sound/soc/sof/pcm.c
+++ b/sound/soc/sof/pcm.c
@@ -775,6 +775,7 @@ int sof_pcm_dai_link_fixup(struct snd_soc_pcm_runtime *rtd, struct snd_pcm_hw_pa
 
 	return 0;
 }
+EXPORT_SYMBOL(sof_pcm_dai_link_fixup);
 
 static int sof_pcm_probe(struct snd_soc_component *component)
 {
-- 
2.25.1


  parent reply	other threads:[~2021-04-09 22:04 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-04-09 22:01 [PATCH 0/6] ASoC: SOF: simplify nocodec mode Ranjani Sridharan
2021-04-09 22:01 ` [PATCH 1/6] ASoC: SOF: add Kconfig option for probe workqueues Ranjani Sridharan
2021-04-09 22:01 ` [PATCH 2/6] ASoC: soc-acpi: add new fields for mach_params Ranjani Sridharan
2021-04-09 22:01 ` [PATCH 3/6] ASoC: SOF: change signature of set_mach_params() callback Ranjani Sridharan
2021-04-09 22:01 ` [PATCH 4/6] ASoC: SOF: Intel: update set_mach_params() Ranjani Sridharan
2021-04-09 22:01 ` Ranjani Sridharan [this message]
2021-04-09 22:01 ` [PATCH 6/6] ASOC: SOF: simplify nocodec mode Ranjani Sridharan
2021-04-12 19:01 ` [PATCH 0/6] ASoC: " 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=20210409220121.1542362-6-ranjani.sridharan@linux.intel.com \
    --to=ranjani.sridharan@linux.intel.com \
    --cc=alsa-devel@alsa-project.org \
    --cc=broonie@kernel.org \
    --cc=daniel.baluta@gmail.com \
    --cc=kai.vehmanen@linux.intel.com \
    --cc=pierre-louis.bossart@linux.intel.com \
    --cc=tiwai@suse.de \
    /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.