Lines Matching full:soundwire
23 #include <linux/soundwire/sdw.h>
24 #include <linux/soundwire/sdw_intel.h>
45 * The default for SoundWire clock stop quirks is to power gate the IP
52 MODULE_PARM_DESC(sdw_clock_stop_quirks, "SOF SoundWire clock stop quirks");
175 dev_err(sdev->dev, "error: SoundWire probe failed\n"); in hda_sdw_probe()
630 /* scan SoundWire capabilities exposed by DSDT */ in hda_init_caps()
633 dev_dbg(sdev->dev, "skipping SoundWire, not detected with ACPI scan\n"); in hda_init_caps()
639 dev_dbg(sdev->dev, "skipping SoundWire, no links enabled\n"); in hda_init_caps()
644 * probe/allocate SoundWire resources. in hda_init_caps()
647 * It's entirely possible to have a mix of I2S/DMIC/SoundWire in hda_init_caps()
652 dev_err(sdev->dev, "error: SoundWire probe error\n"); in hda_init_caps()
1132 * Select SoundWire machine driver if needed using the in hda_sdw_machine_select()
1133 * alternate tables. This case deals with SoundWire-only in hda_sdw_machine_select()
1171 "SoundWire machine driver %s topology %s\n", in hda_sdw_machine_select()
1182 "No SoundWire machine driver found\n"); in hda_sdw_machine_select()
1228 * If I2S fails, try SoundWire in hda_machine_select()