Skip to content

Commit

Permalink
ASoC: pcm: make soc_dpcm_runtime_update() accessible from modules
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
ranj063 committed Jun 25, 2018
1 parent 481f66d commit 862fd6d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/soc-pcm.c
Original file line number Diff line number Diff line change
Expand Up @@ -2758,6 +2758,8 @@ int soc_dpcm_runtime_update(struct snd_soc_card *card)
mutex_unlock(&card->mutex);
return 0;
}
EXPORT_SYMBOL_GPL(soc_dpcm_runtime_update);

int soc_dpcm_be_digital_mute(struct snd_soc_pcm_runtime *fe, int mute)
{
struct snd_soc_dpcm *dpcm;
Expand Down

0 comments on commit 862fd6d

Please sign in to comment.