Home
last modified time | relevance | path

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

/linux/sound/soc/codecs/
H A Dtac5xx2-sdw.c514 static bool tac_has_uaj_support(struct tac5xx2_prv *tac_dev) in tac_has_uaj_support() argument
516 return tac_dev->uaj_func_data; in tac_has_uaj_support()
520 static int tac5xx2_sdca_headset_detect(struct tac5xx2_prv *tac_dev);
665 struct tac5xx2_prv *tac_dev = snd_soc_component_get_drvdata(component); in tac_sdw_hw_params() local
666 struct sdw_slave *sdw_peripheral = tac_dev->sdw_peripheral; in tac_sdw_hw_params()
676 if (!tac_dev->hw_init) { in tac_sdw_hw_params()
677 dev_err(tac_dev->dev, in tac_sdw_hw_params()
684 dev_err(tac_dev->dev, "failed to get dma data"); in tac_sdw_hw_params()
688 ret = tac_clear_latch(tac_dev); in tac_sdw_hw_params()
690 dev_warn(tac_dev->dev, "clear latch failed, err=%d", ret); in tac_sdw_hw_params()
[all …]