Skip to content

Commit

Permalink
ASoC: mxs-saif: export mxs_saif_put_mclk,mxs_saif_get_mclk
Browse files Browse the repository at this point in the history
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
  • Loading branch information
Lothar Waßmann authored and Mark Brown committed Nov 27, 2012
1 parent 20dd9e5 commit cf7d0f0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sound/soc/mxs/mxs-saif.c
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ int mxs_saif_put_mclk(unsigned int saif_id)
saif->mclk_in_use = 0;
return 0;
}
EXPORT_SYMBOL_GPL(mxs_saif_put_mclk);

/*
* Get MCLK and set clock rate, then enable it
Expand Down Expand Up @@ -282,6 +283,7 @@ int mxs_saif_get_mclk(unsigned int saif_id, unsigned int mclk,

return 0;
}
EXPORT_SYMBOL_GPL(mxs_saif_get_mclk);

/*
* SAIF DAI format configuration.
Expand Down

0 comments on commit cf7d0f0

Please sign in to comment.