Searched refs:SNDRV_SB_CSP_ST_LOADED (Results 1 – 2 of 2) sorted by relevance
39 #define SNDRV_SB_CSP_ST_LOADED 0x01 macro
436 p->running = SNDRV_SB_CSP_ST_LOADED; /* set LOADED flag */ in snd_sb_csp_riff_load()451 if (!(p->running & SNDRV_SB_CSP_ST_LOADED)) in snd_sb_csp_unload()711 if (p->running & (SNDRV_SB_CSP_ST_RUNNING | SNDRV_SB_CSP_ST_LOADED)) in snd_sb_csp_autoload()783 if (!(p->running & (SNDRV_SB_CSP_ST_LOADED | SNDRV_SB_CSP_ST_AUTO))) { in snd_sb_csp_start()1114 ((p->running & SNDRV_SB_CSP_ST_LOADED) ? 'L' : '-')); in info_read()1115 if (p->running & SNDRV_SB_CSP_ST_LOADED) { in info_read()