.. | .. |
---|
562 | 562 | void snd_hdac_stream_start(struct hdac_stream *azx_dev, bool fresh_start); |
---|
563 | 563 | void snd_hdac_stream_clear(struct hdac_stream *azx_dev); |
---|
564 | 564 | 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); |
---|
565 | 567 | void snd_hdac_stream_reset(struct hdac_stream *azx_dev); |
---|
566 | 568 | void snd_hdac_stream_sync_trigger(struct hdac_stream *azx_dev, bool set, |
---|
567 | 569 | unsigned int streams, unsigned int reg); |
---|