Home
last modified time | relevance | path

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

/linux/sound/soc/sof/intel/
H A Dhda.h836 int hda_sdw_check_lcount(struct snd_sof_dev *sdev);
857 static inline int hda_sdw_check_lcount(struct snd_sof_dev *sdev) in hda_sdw_check_lcount()
854 static inline int hda_sdw_check_lcount(struct snd_sof_dev *sdev) hda_sdw_check_lcount() function
H A Dhda-dsp.c1316 int hda_sdw_check_lcount(struct snd_sof_dev *sdev) in hda_sdw_check_lcount() function
1326 EXPORT_SYMBOL_NS(hda_sdw_check_lcount, "SND_SOC_SOF_INTEL_HDA_COMMON");
H A Dhda.c245 ret = hda_sdw_check_lcount(sdev); in hda_sdw_startup()