Home
last modified time | relevance | path

Searched refs:SUBMDL_ALS100 (Results 1 – 3 of 3) sorted by relevance

/sound/oss/
Dsb.h51 #define SUBMDL_ALS100 43 /* ALS-100 allows sampling rates of up */ macro
Dsb_common.c776 devc->submodel = SUBMDL_ALS100; in sb_dsp_init()
Dsb_audio.c605 int max_speed = devc->submodel == SUBMDL_ALS100 ? 48000 : 44100; in sb16_audio_set_speed()