mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-16 01:24:08 +08:00
ASoC: rsnd: src: rename rsnd_src_soft_reset() to rsnd_src_activation()
Based on datasheet naming Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
bf4e8d7c37
commit
98efeeaeeb
@ -70,7 +70,7 @@ struct rsnd_src {
|
|||||||
* |-----------------|
|
* |-----------------|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void rsnd_src_soft_reset(struct rsnd_mod *mod)
|
static void rsnd_src_activation(struct rsnd_mod *mod)
|
||||||
{
|
{
|
||||||
rsnd_mod_write(mod, SRC_SWRSR, 0);
|
rsnd_mod_write(mod, SRC_SWRSR, 0);
|
||||||
rsnd_mod_write(mod, SRC_SWRSR, 1);
|
rsnd_mod_write(mod, SRC_SWRSR, 1);
|
||||||
@ -378,7 +378,7 @@ static int rsnd_src_init(struct rsnd_mod *mod,
|
|||||||
|
|
||||||
rsnd_mod_power_on(mod);
|
rsnd_mod_power_on(mod);
|
||||||
|
|
||||||
rsnd_src_soft_reset(mod);
|
rsnd_src_activation(mod);
|
||||||
|
|
||||||
rsnd_src_set_convert_rate(io, mod);
|
rsnd_src_set_convert_rate(io, mod);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user