Home
last modified time | relevance | path

Searched refs:SNDRV_SB_CSP_ST_LOADED (Results 1 – 2 of 2) sorted by relevance

/linux/include/uapi/sound/
H A Dsb16_csp.h39 #define SNDRV_SB_CSP_ST_LOADED 0x01 macro
/linux/sound/isa/sb/
H A Dsb16_csp.c436 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()