Searched refs:code_loading (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/hda/core/ext/ |
| H A D | stream.c | 28 int snd_hdac_ext_host_stream_setup(struct hdac_ext_stream *hext_stream, bool code_loading) in snd_hdac_ext_host_stream_setup() argument 30 return hext_stream->host_setup(hdac_stream(hext_stream), code_loading); in snd_hdac_ext_host_stream_setup() 42 static int snd_hdac_apl_host_stream_setup(struct hdac_stream *hstream, bool code_loading) in snd_hdac_apl_host_stream_setup() argument 48 ret = snd_hdac_stream_setup(hstream, code_loading); in snd_hdac_apl_host_stream_setup()
|
| /linux/include/sound/ |
| H A D | hdaudio_ext.h | 93 int snd_hdac_ext_host_stream_setup(struct hdac_ext_stream *hext_stream, bool code_loading);
|
| H A D | hdaudio.h | 582 int snd_hdac_stream_setup(struct hdac_stream *azx_dev, bool code_loading);
|
| /linux/sound/soc/sof/intel/ |
| H A D | hda-loader-skl.c | 405 hda->code_loading = 1; in cl_skl_cldma_fill_buffer() 430 if (!wait_event_timeout(hda->waitq, !hda->code_loading, in cl_skl_cldma_wait_interruptible()
|
| H A D | hda-ipc.c | 380 hda->code_loading = 0; in hda_dsp_check_ipc_irq()
|
| /linux/sound/hda/core/ |
| H A D | stream.c | 277 * @code_loading: Whether the stream is for PCM or code-loading. in snd_hdac_stream_setup() 279 int snd_hdac_stream_setup(struct hdac_stream *azx_dev, bool code_loading) in snd_hdac_stream_setup() 328 if (!code_loading) { in snd_hdac_stream_setup() 257 snd_hdac_stream_setup(struct hdac_stream * azx_dev,bool code_loading) snd_hdac_stream_setup() argument
|