Home
last modified time | relevance | path

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

/linux-3.4.99/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…
166 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…
271 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…
497 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()
/linux-3.4.99/include/sound/
Dgus.h424 unsigned short joystick_dac; /* joystick DAC level */ member
/linux-3.4.99/Documentation/sound/alsa/
DALSA-Configuration.txt811 joystick_dac - 0 to 31, (0.59V-4.52V or 0.389V-2.98V)
830 joystick_dac - 0 to 31, (0.59V-4.52V or 0.389V-2.98V)
845 joystick_dac - 0 to 31, (0.59V-4.52V or 0.389V-2.98V)
1167 joystick_dac - 0 to 31, (0.59V-4.52V or 0.389V-2.98V)
1190 joystick_dac - 0 to 31, (0.59V-4.52V or 0.389V-2.98V)