Lines Matching defs:enable
24 * snd_hdac_ext_bus_ppcap_enable - enable/disable processing pipe capability
26 * @enable: flag to turn on/off the capability
28 void snd_hdac_ext_bus_ppcap_enable(struct hdac_bus *bus, bool enable)
36 if (enable)
46 * snd_hdac_ext_bus_ppcap_int_enable - ppcap interrupt enable/disable
48 * @enable: flag to enable/disable interrupt
50 void snd_hdac_ext_bus_ppcap_int_enable(struct hdac_bus *bus, bool enable)
58 if (enable)
186 static int check_hdac_link_power_active(struct hdac_ext_link *hlink, bool enable)
197 if (enable) {
395 void snd_hdac_ext_bus_link_power(struct hdac_device *codec, bool enable)
400 if (enable == oldstate)
403 snd_hdac_bus_link_power(codec, enable);
405 if (enable)