ASoC: mxs-saif: export mxs_saif_put_mclk,mxs_saif_get_mclk
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
This commit is contained in:
parent
20dd9e5ed6
commit
cf7d0f09ba
@ -229,6 +229,7 @@ int mxs_saif_put_mclk(unsigned int saif_id)
|
|||||||
saif->mclk_in_use = 0;
|
saif->mclk_in_use = 0;
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(mxs_saif_put_mclk);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Get MCLK and set clock rate, then enable it
|
* Get MCLK and set clock rate, then enable it
|
||||||
@ -282,6 +283,7 @@ int mxs_saif_get_mclk(unsigned int saif_id, unsigned int mclk,
|
|||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
EXPORT_SYMBOL_GPL(mxs_saif_get_mclk);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* SAIF DAI format configuration.
|
* SAIF DAI format configuration.
|
||||||
|
Loading…
Reference in New Issue
Block a user