mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 03:40:35 +09:00
rk2928 codec: reset codec when probe.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user