Lines Matching defs:start
125 * snd_hdac_stream_start - start a stream
126 * @azx_dev: HD-audio core stream to start
152 /* set DMA start and interrupt mask */
704 * snd_hdac_stream_sync - sync with start/stop trigger operation
706 * @start: true = start, false = stop
709 * For @start = true, wait until all FIFOs get ready.
710 * For @start = false, wait until all RUN bits are cleared.
712 void snd_hdac_stream_sync(struct hdac_stream *azx_dev, bool start,
725 if (start) {
962 * snd_hdac_dsp_trigger - start / stop DSP loading
964 * @start: trigger start or stop
966 void snd_hdac_dsp_trigger(struct hdac_stream *azx_dev, bool start)
968 if (start)