mirror of
https://github.com/torvalds/linux.git
synced 2026-06-08 14:42:37 +02:00
rk2928 codec: reset codec when probe.
This commit is contained in:
parent
d90dc0d0d0
commit
9223f55d82
|
|
@ -417,6 +417,9 @@ static int rk2928_probe(struct snd_soc_codec *codec)
|
|||
gpio_direction_output(rk2928_data.spkctl, GPIO_LOW);
|
||||
}
|
||||
|
||||
//Reset Codec
|
||||
rk2929_codec_reset();
|
||||
|
||||
// Select SDI input from internal audio codec
|
||||
writel(0x04000400, RK2928_GRF_BASE + GRF_SOC_CON0);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user