tag | line | file | source code |
---|---|---|---|
sb_dsp_ok | 49 | drivers/sound/sb_dsp.c | int sb_dsp_ok = 0; /* Set to 1 after successful initialization */ |
sb_dsp_ok | 491 | drivers/sound/sb_dsp.c | if (!sb_dsp_ok) |
sb_dsp_ok | 615 | drivers/sound/sb_dsp.c | if (sb_dsp_ok) |
sb_dsp_ok | 720 | drivers/sound/sb_dsp.c | sb_dsp_ok = 1; |
sb_dsp_ok | 45 | drivers/sound/sb_midi.c | extern int sb_dsp_ok; /* Set to 1 after successful initialization */ |
sb_dsp_ok | 66 | drivers/sound/sb_midi.c | if (!sb_dsp_ok) |