Home
last modified time | relevance | path

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

/kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/
Dsb16_csp.h37 #define SNDRV_SB_CSP_ST_LOADED 0x01 macro
/kernel/linux/linux-5.10/include/uapi/sound/
Dsb16_csp.h54 #define SNDRV_SB_CSP_ST_LOADED 0x01 macro
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/
Dsb16_csp.h24 #define SNDRV_SB_CSP_ST_LOADED 0x01 macro
/kernel/linux/linux-5.10/sound/isa/sb/
Dsb16_csp.c440 p->running = SNDRV_SB_CSP_ST_LOADED; /* set LOADED flag */ in snd_sb_csp_riff_load()
455 if (!(p->running & SNDRV_SB_CSP_ST_LOADED)) in snd_sb_csp_unload()
721 if (p->running & (SNDRV_SB_CSP_ST_RUNNING | SNDRV_SB_CSP_ST_LOADED)) in snd_sb_csp_autoload()
794 if (!(p->running & (SNDRV_SB_CSP_ST_LOADED | SNDRV_SB_CSP_ST_AUTO))) { in snd_sb_csp_start()
1141 ((p->running & SNDRV_SB_CSP_ST_LOADED) ? 'L' : '-')); in info_read()
1142 if (p->running & SNDRV_SB_CSP_ST_LOADED) { in info_read()
Dsb16_main.c46 if (csp->running & SNDRV_SB_CSP_ST_LOADED) { in snd_sb16_csp_playback_prepare()
94 if (csp->running & SNDRV_SB_CSP_ST_LOADED) { in snd_sb16_csp_capture_prepare()
146 if (csp->running & SNDRV_SB_CSP_ST_LOADED) { in snd_sb16_csp_playback_open()
177 if (csp->running & SNDRV_SB_CSP_ST_LOADED) { in snd_sb16_csp_capture_open()