hc
2024-01-31 f9004dbfff8a3fbbd7e2a88c8a4327c7f2f8e5b2
kernel/include/sound/hdaudio.h
....@@ -562,6 +562,8 @@
562562 void snd_hdac_stream_start(struct hdac_stream *azx_dev, bool fresh_start);
563563 void snd_hdac_stream_clear(struct hdac_stream *azx_dev);
564564 void snd_hdac_stream_stop(struct hdac_stream *azx_dev);
565
+void snd_hdac_stop_streams(struct hdac_bus *bus);
566
+void snd_hdac_stop_streams_and_chip(struct hdac_bus *bus);
565567 void snd_hdac_stream_reset(struct hdac_stream *azx_dev);
566568 void snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set,
567569 unsigned int streams, unsigned int reg);