Skip to content

Commit

Permalink
ASoC: arizona: Export dai_ops
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Mark Brown committed Jul 9, 2012
1 parent 410837a commit a837987
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sound/soc/codecs/arizona.c
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,7 @@ const struct snd_soc_dai_ops arizona_dai_ops = {
.hw_params = arizona_hw_params,
.set_sysclk = arizona_dai_set_sysclk,
};
EXPORT_SYMBOL_GPL(arizona_dai_ops);

int arizona_init_dai(struct arizona_priv *priv, int id)
{
Expand Down

0 comments on commit a837987

Please sign in to comment.