Searched refs:rt1320 (Results 1 – 1 of 1) sorted by relevance
/linux/sound/soc/codecs/ |
H A D | rt1320-sdw.c | 541 static int rt1320_pde_transition_delay(struct rt1320_sdw_priv *rt1320, unsigned char func, in rt1320_pde_transition_delay() argument 546 pm_runtime_mark_last_busy(&rt1320->sdw_slave->dev); in rt1320_pde_transition_delay() 550 regmap_read(rt1320->regmap, in rt1320_pde_transition_delay() 559 dev_warn(&rt1320->sdw_slave->dev, "%s PDE to %s is NOT ready", __func__, ps?"PS3":"PS0"); in rt1320_pde_transition_delay() 570 static void rt1320_load_mcu_patch(struct rt1320_sdw_priv *rt1320) in rt1320_load_mcu_patch() argument 572 struct sdw_slave *slave = rt1320->sdw_slave; in rt1320_load_mcu_patch() 579 if (rt1320->version_id <= RT1320_VB) in rt1320_load_mcu_patch() 588 regmap_write(rt1320->regmap, 0xc598, 0x00); in rt1320_load_mcu_patch() 589 regmap_write(rt1320->regmap, 0x10007000, 0x67); in rt1320_load_mcu_patch() 590 regmap_write(rt1320->regmap, 0x10007001, 0x80); in rt1320_load_mcu_patch() [all …]
|