Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a5dad9de authored by Sekilsgs2's avatar Sekilsgs2 Committed by alexax66
Browse files

Some fixes

parent 45eaa84b
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -202,7 +202,7 @@
		PIN_SLP(gpe0-2, INPUT, DOWN);	/* FLASH_LED_STROBE */
		PIN_SLP(gpe0-2, INPUT, DOWN);	/* FLASH_LED_STROBE */
		PIN_SLP(gpe0-3, INPUT, DOWN);	/* VTCAM_RST_N */
		PIN_SLP(gpe0-3, INPUT, DOWN);	/* VTCAM_RST_N */
		PIN_SLP(gpe0-4, INPUT, DOWN);	/* CAM_RST */
		PIN_SLP(gpe0-4, INPUT, DOWN);	/* CAM_RST */
		PIN_SLP(gpe0-5, INPUT, DOWN);	/* NC */
		PIN_SLP(gpe0-5, INPUT, DOWN);	/* OIS_RST */
		PIN_SLP(gpe0-6, PREV, NONE);	/* CP_RST_N */
		PIN_SLP(gpe0-6, PREV, NONE);	/* CP_RST_N */
		PIN_SLP(gpe0-7, OUT0, DOWN);	/* GRIP_EN */
		PIN_SLP(gpe0-7, OUT0, DOWN);	/* GRIP_EN */


+1 −1
Original line number Original line Diff line number Diff line
@@ -2492,7 +2492,7 @@ CONFIG_SND_SOC_COD3022X=y
# CONFIG_SND_SOC_MAXIM_DSM_A is not set
# CONFIG_SND_SOC_MAXIM_DSM_A is not set
CONFIG_SND_SOC_SRC2801X=y
CONFIG_SND_SOC_SRC2801X=y
CONFIG_SND_SOC_DUMMY_CODEC=y
CONFIG_SND_SOC_DUMMY_CODEC=y
CONFIG_SND_SOC_DBMD2=y
# CONFIG_SND_SOC_DBMD2 is not set
# CONFIG_SND_SIMPLE_CARD is not set
# CONFIG_SND_SIMPLE_CARD is not set
# CONFIG_SOUND_PRIME is not set
# CONFIG_SOUND_PRIME is not set


+1 −1
Original line number Original line Diff line number Diff line
@@ -2467,7 +2467,7 @@ CONFIG_SND_SOC_COD3022X=y
# CONFIG_SND_SOC_MAXIM_DSM_A is not set
# CONFIG_SND_SOC_MAXIM_DSM_A is not set
CONFIG_SND_SOC_SRC2801X=y
CONFIG_SND_SOC_SRC2801X=y
CONFIG_SND_SOC_DUMMY_CODEC=y
CONFIG_SND_SOC_DUMMY_CODEC=y
CONFIG_SND_SOC_DBMD2=y
# CONFIG_SND_SOC_DBMD2 is not set
# CONFIG_SND_SIMPLE_CARD is not set
# CONFIG_SND_SIMPLE_CARD is not set
# CONFIG_SOUND_PRIME is not set
# CONFIG_SOUND_PRIME is not set


+1 −1
Original line number Original line Diff line number Diff line
@@ -2484,7 +2484,7 @@ CONFIG_SND_SOC_COD3022X=y
# CONFIG_SND_SOC_MAXIM_DSM_A is not set
# CONFIG_SND_SOC_MAXIM_DSM_A is not set
CONFIG_SND_SOC_SRC2801X=y
CONFIG_SND_SOC_SRC2801X=y
CONFIG_SND_SOC_DUMMY_CODEC=y
CONFIG_SND_SOC_DUMMY_CODEC=y
CONFIG_SND_SOC_DBMD2=y
# CONFIG_SND_SOC_DBMD2 is not set
# CONFIG_SND_SIMPLE_CARD is not set
# CONFIG_SND_SIMPLE_CARD is not set
# CONFIG_SOUND_PRIME is not set
# CONFIG_SOUND_PRIME is not set


+1 −1
Original line number Original line Diff line number Diff line
@@ -536,7 +536,7 @@ void exynos_set_ema(enum asv_type_id type, unsigned int volt)


unsigned int exynos_get_asv_info(int id)
unsigned int exynos_get_asv_info(int id)
{
{
	return cal_get_asv_info(id);
	return 0;
}
}


unsigned int exynos_get_table_ver(void)
unsigned int exynos_get_table_ver(void)
Loading