Searched refs:joystick_dac (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/isa/gus/ |
| H A D | gusclassic.c | 34 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 " dri… 153 gus->joystick_dac = joystick_dac[n]; in snd_gusclassic_probe()
|
| H A D | gusmax.c | 32 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."… 116 gus->joystick_dac = joystick_dac[dev]; in snd_gusmax_init()
|
| H A D | gus_main.c | 38 ucontrol->value.integer.value[0] = gus->joystick_dac & 31; in snd_gus_joystick_get() 50 change = gus->joystick_dac != nval; in snd_gus_joystick_put() 51 gus->joystick_dac = nval; in snd_gus_joystick_put() 52 snd_gf1_write8(gus, SNDRV_GF1_GB_JOYSTICK_DAC_LEVEL, gus->joystick_dac); in snd_gus_joystick_put()
|
| /linux/Documentation/sound/ |
| H A D | alsa-configuration.rst | 948 joystick_dac 978 joystick_dac 1000 joystick_dac 1360 joystick_dac 1391 joystick_dac
|