hc
2024-05-10 748e4f3d702def1a4bff191e0cf93b6a05340f01
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);