Changeset 695 for GPL/trunk/alsa-kernel/hda/hdac_controller.c
- Timestamp:
- Aug 21, 2021, 3:35:34 AM (4 years ago)
- Location:
- GPL/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GPL/trunk
- Property svn:mergeinfo changed
/GPL/branches/uniaud32-next merged: 691-694
- Property svn:mergeinfo changed
-
GPL/trunk/alsa-kernel/hda/hdac_controller.c
r637 r695 655 655 } 656 656 EXPORT_SYMBOL_GPL(snd_hdac_bus_free_stream_pages); 657 658 /** 659 * snd_hdac_bus_link_power - power up/down codec link 660 * @codec: HD-audio device 661 * @enable: whether to power-up the link 662 */ 663 void snd_hdac_bus_link_power(struct hdac_device *codec, bool enable) 664 { 665 if (enable) 666 set_bit(codec->addr, &codec->bus->codec_powered); 667 else 668 clear_bit(codec->addr, &codec->bus->codec_powered); 669 } 670 EXPORT_SYMBOL_GPL(snd_hdac_bus_link_power);
Note:
See TracChangeset
for help on using the changeset viewer.