Home
last modified time | relevance | path

Searched refs:joystick_dac (Results 1 – 6 of 6) sorted by relevance

/sound/isa/gus/
Dgusclassic.c50 static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29}; variable
69 module_param_array(joystick_dac, int, NULL, 0444);
70 MODULE_PARM_DESC(joystick_dac, "Joystick DAC level 0.59V-4.52V or 0.389V-2.98V for " CRD_NAME " dri…
167 gus->joystick_dac = joystick_dac[n]; in snd_gusclassic_probe()
Dgusextreme.c58 static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29}; variable
85 module_param_array(joystick_dac, int, NULL, 0444);
86 MODULE_PARM_DESC(joystick_dac, "Joystick DAC level 0.59V-4.52V or 0.389V-2.98V for " CRD_NAME " dri…
273 gus->joystick_dac = joystick_dac[n]; in snd_gusextreme_probe()
Dgusmax.c48 static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29}; variable
67 module_param_array(joystick_dac, int, NULL, 0444);
68 MODULE_PARM_DESC(joystick_dac, "Joystick DAC level 0.59V-4.52V or 0.389V-2.98V for GUS MAX driver."…
132 gus->joystick_dac = joystick_dac[dev]; in snd_gusmax_init()
Dgus_main.c65 ucontrol->value.integer.value[0] = gus->joystick_dac & 31; in snd_gus_joystick_get()
78 change = gus->joystick_dac != nval; in snd_gus_joystick_put()
79 gus->joystick_dac = nval; in snd_gus_joystick_put()
80 snd_gf1_write8(gus, SNDRV_GF1_GB_JOYSTICK_DAC_LEVEL, gus->joystick_dac); in snd_gus_joystick_put()
Dinterwave.c69 static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29}; variable
107 module_param_array(joystick_dac, int, NULL, 0444);
108 MODULE_PARM_DESC(joystick_dac, "Joystick DAC level 0.59V-4.52V or 0.389V-2.98V for InterWave driver…
489 gus->joystick_dac = joystick_dac[dev]; in snd_interwave_init()
Dgus_reset.c328 snd_gf1_i_write8(gus, SNDRV_GF1_GB_JOYSTICK_DAC_LEVEL, gus->joystick_dac); in snd_gf1_start()