hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/sound/pci/hda/hda_controller.c
....@@ -1045,10 +1045,8 @@
10451045 void azx_stop_all_streams(struct azx *chip)
10461046 {
10471047 struct hdac_bus *bus = azx_bus(chip);
1048
- struct hdac_stream *s;
10491048
1050
- list_for_each_entry(s, &bus->stream_list, list)
1051
- snd_hdac_stream_stop(s);
1049
+ snd_hdac_stop_streams(bus);
10521050 }
10531051 EXPORT_SYMBOL_GPL(azx_stop_all_streams);
10541052