Home
last modified time | relevance | path

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

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