Home
last modified time | relevance | path

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

/linux-6.15/include/sound/
H A Dhda-sdw-bpt.h18 int hda_sdw_bpt_open(struct device *dev, int link_id, struct hdac_ext_stream **bpt_tx_stream,
34 static inline int hda_sdw_bpt_open(struct device *dev, int link_id, in hda_sdw_bpt_open() function
/linux-6.15/sound/soc/sof/intel/
H A Dhda-sdw-bpt.c239 int hda_sdw_bpt_open(struct device *dev, int link_id, struct hdac_ext_stream **bpt_tx_stream, in hda_sdw_bpt_open() function
307 EXPORT_SYMBOL_NS(hda_sdw_bpt_open, "SND_SOC_SOF_INTEL_HDA_SDW_BPT");
/linux-6.15/drivers/soundwire/
H A Dintel_ace2x.c160 ret = hda_sdw_bpt_open(cdns->dev->parent, /* PCI device */ in intel_ace2x_bpt_open_stream()