Loading drivers/mfd/arizona-core.c +10 −0 Original line number Diff line number Diff line Loading @@ -561,6 +561,16 @@ static int arizona_of_get_core_pdata(struct arizona *arizona) count++; } count = 0; of_property_for_each_u32(arizona->dev->of_node, "wlf,dmic-ref", prop, cur, val) { if (count == ARRAY_SIZE(arizona->pdata.dmic_ref)) break; arizona->pdata.dmic_ref[count] = val; count++; } return 0; } Loading Loading
drivers/mfd/arizona-core.c +10 −0 Original line number Diff line number Diff line Loading @@ -561,6 +561,16 @@ static int arizona_of_get_core_pdata(struct arizona *arizona) count++; } count = 0; of_property_for_each_u32(arizona->dev->of_node, "wlf,dmic-ref", prop, cur, val) { if (count == ARRAY_SIZE(arizona->pdata.dmic_ref)) break; arizona->pdata.dmic_ref[count] = val; count++; } return 0; } Loading