Home
last modified time | relevance | path

Searched refs:bst_type (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/sound/pci/hda/
Dcs35l41_hda_property.c36 hw_cfg->bst_type = CS35L41_EXT_BOOST_NO_VSPK_SWITCH; in lenovo_legion_no_acpi()
38 hw_cfg->bst_type = CS35L41_EXT_BOOST; in lenovo_legion_no_acpi()
68 hw_cfg->bst_type = CS35L41_INT_BOOST; in hp_vision_acpi_fix()
Dcs35l41_hda.c561 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) in cs35l41_hda_play_start()
573 cs35l41_global_enable(dev, reg, cs35l41->hw_cfg.bst_type, 1, NULL, in cs35l41_hda_play_done()
592 cs35l41_global_enable(dev, reg, cs35l41->hw_cfg.bst_type, 0, NULL, in cs35l41_hda_pause_start()
604 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) in cs35l41_hda_pause_done()
735 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) in cs35l41_ready_for_reset()
739 cs35l41_safe_reset(cs35l41->regmap, cs35l41->hw_cfg.bst_type); in cs35l41_ready_for_reset()
756 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) { in cs35l41_system_suspend_prep()
776 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) { in cs35l41_system_suspend()
812 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) { in cs35l41_system_resume()
845 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) in cs35l41_runtime_idle()
[all …]
/Linux-v6.6/sound/soc/codecs/
Dcs35l41.c362 switch (cs35l41->hw_cfg.bst_type) { in cs35l41_boost_enable()
502 ret = cs35l41_global_enable(cs35l41->dev, cs35l41->regmap, cs35l41->hw_cfg.bst_type, in cs35l41_main_amp_event()
506 ret = cs35l41_global_enable(cs35l41->dev, cs35l41->regmap, cs35l41->hw_cfg.bst_type, in cs35l41_main_amp_event()
909 if (hw_cfg->bst_type == CS35L41_EXT_BOOST_NO_VSPK_SWITCH) in cs35l41_set_pdata()
939 if (cs35l41->hw_cfg.bst_type == CS35L41_EXT_BOOST) { in cs35l41_component_probe()
1023 hw_cfg->bst_type = CS35L41_SHD_BOOST_ACTV; in cs35l41_handle_pdata()
1025 hw_cfg->bst_type = CS35L41_SHD_BOOST_PASS; in cs35l41_handle_pdata()
1029 hw_cfg->bst_type = val; in cs35l41_handle_pdata()
1271 if (cs35l41->hw_cfg.bst_type == CS35L41_SHD_BOOST_PASS || in cs35l41_probe()
1272 cs35l41->hw_cfg.bst_type == CS35L41_SHD_BOOST_ACTV) in cs35l41_probe()
[all …]
Dcs35l41-lib.c1142 switch (hw_cfg->bst_type) { in cs35l41_init_boost()
1169 dev_err(dev, "Boost type %d not supported\n", hw_cfg->bst_type); in cs35l41_init_boost()
/Linux-v6.6/include/sound/
Dcs35l41.h801 enum cs35l41_boost_type bst_type; member