Searched refs:hstr (Results 1 – 1 of 1) sorted by relevance
| /linux/sound/hda/common/ |
| H A D | controller.c | 210 struct hdac_stream *hstr; in azx_pcm_trigger() local 218 hstr = azx_stream(azx_dev); in azx_pcm_trigger() 224 if (dsp_is_locked(azx_dev) || !hstr->prepared) in azx_pcm_trigger() 252 snd_hdac_stream_sync_trigger(hstr, true, sbits, sync_reg); in azx_pcm_trigger() 267 snd_hdac_stream_sync(hstr, start, sbits); in azx_pcm_trigger() 271 snd_hdac_stream_sync_trigger(hstr, false, sbits, sync_reg); in azx_pcm_trigger() 272 snd_hdac_stream_timecounter_init(hstr, sbits, start); in azx_pcm_trigger() 961 struct hdac_stream *hstr; in snd_hda_codec_load_dsp_prepare() local 966 hstr = azx_stream(azx_dev); in snd_hda_codec_load_dsp_prepare() 968 if (hstr->opened) { in snd_hda_codec_load_dsp_prepare() [all …]
|