Skip to content

Commit f00e120

Browse files
committed
ASoC: pcm: make soc_dpcm_runtime_update() accessible from modules
the soc_dpcm_runtime_update() method will be called to establish a connection to the BE and enable the codec. So make this method accessible to modules. Signed-off-by: Ranjani Sridharan <ranjani.sridharan@linux.intel.com>
1 parent bd1132f commit f00e120

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

sound/soc/soc-pcm.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2758,6 +2758,8 @@ int soc_dpcm_runtime_update(struct snd_soc_card *card)
27582758
mutex_unlock(&card->mutex);
27592759
return 0;
27602760
}
2761+
EXPORT_SYMBOL_GPL(soc_dpcm_runtime_update);
2762+
27612763
int soc_dpcm_be_digital_mute(struct snd_soc_pcm_runtime *fe, int mute)
27622764
{
27632765
struct snd_soc_dpcm *dpcm;

0 commit comments

Comments
 (0)