hc
2024-01-03 2f7c68cb55ecb7331f2381deb497c27155f32faf
kernel/sound/hda/ext/hdac_ext_stream.c
....@@ -475,23 +475,6 @@
475475 }
476476 EXPORT_SYMBOL_GPL(snd_hdac_ext_stream_get_spbmaxfifo);
477477
478
-
479
-/**
480
- * snd_hdac_ext_stop_streams - stop all stream if running
481
- * @bus: HD-audio core bus
482
- */
483
-void snd_hdac_ext_stop_streams(struct hdac_bus *bus)
484
-{
485
- struct hdac_stream *stream;
486
-
487
- if (bus->chip_init) {
488
- list_for_each_entry(stream, &bus->stream_list, list)
489
- snd_hdac_stream_stop(stream);
490
- snd_hdac_bus_stop_chip(bus);
491
- }
492
-}
493
-EXPORT_SYMBOL_GPL(snd_hdac_ext_stop_streams);
494
-
495478 /**
496479 * snd_hdac_ext_stream_drsm_enable - enable DMA resume for a stream
497480 * @bus: HD-audio core bus