Searched refs:joystick_dac (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/isa/gus/
H A Dgusclassic.c34 static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29}; variable
53 module_param_array(joystick_dac, int, NULL, 0444);
54 MODULE_PARM_DESC(joystick_dac, "Joystick DAC level 0.59V-4.52V or 0.389V-2.98V for " CRD_NAME " driver.");
153 gus->joystick_dac = joystick_dac[n];
H A Dgusmax.c32 static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29}; variable
51 module_param_array(joystick_dac, int, NULL, 0444);
52 MODULE_PARM_DESC(joystick_dac, "Joystick DAC level 0.59V-4.52V or 0.389V-2.98V for GUS MAX driver.");
118 gus->joystick_dac = joystick_dac[dev];
H A Dgusextreme.c42 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 " driver.");
259 gus->joystick_dac = joystick_dac[n];
H A Dgus_main.c50 ucontrol->value.integer.value[0] = gus->joystick_dac & 31;
63 change = gus->joystick_dac != nval;
64 gus->joystick_dac = nval;
65 snd_gf1_write8(gus, SNDRV_GF1_GB_JOYSTICK_DAC_LEVEL, gus->joystick_dac);
H A Dinterwave.c48 static int joystick_dac[SNDRV_CARDS] = {[0 ... (SNDRV_CARDS - 1)] = 29}; variable
86 module_param_array(joystick_dac, int, NULL, 0444);
87 MODULE_PARM_DESC(joystick_dac, "Joystick DAC level 0.59V-4.52V or 0.389V-2.98V for InterWave driver.");
475 gus->joystick_dac = joystick_dac[dev];
H A Dgus_reset.c309 snd_gf1_i_write8(gus, SNDRV_GF1_GB_JOYSTICK_DAC_LEVEL, gus->joystick_dac);
/linux-master/include/sound/
H A Dgus.h409 unsigned short joystick_dac; /* joystick DAC level */ member in struct:snd_gus_card

Completed in 125 milliseconds