kernel/sound/pci/hda/hda_controller.c
.. .. @@ -1045,10 +1045,8 @@ 1045 1045 void azx_stop_all_streams(struct azx *chip) 1046 1046 { 1047 1047 struct hdac_bus *bus = azx_bus(chip); 1048 - struct hdac_stream *s;1049 1048 1050 - list_for_each_entry(s, &bus->stream_list, list)1051 - snd_hdac_stream_stop(s);1049 + snd_hdac_stop_streams(bus);1052 1050 } 1053 1051 EXPORT_SYMBOL_GPL(azx_stop_all_streams); 1054 1052