forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-05-11 297b60346df8beafee954a0fd7c2d64f33f3b9bc
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);