Searched refs:joystick_dac (Results 1 – 8 of 8) sorted by relevance
/openbmc/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."… 118 gus->joystick_dac = joystick_dac[dev]; in snd_gusmax_init()
|
H A D | gusextreme.c | 42 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… 259 gus->joystick_dac = joystick_dac[n]; in snd_gusextreme_probe()
|
H A D | gus_main.c | 50 ucontrol->value.integer.value[0] = gus->joystick_dac & 31; in snd_gus_joystick_get() 63 change = gus->joystick_dac != nval; in snd_gus_joystick_put() 64 gus->joystick_dac = nval; in snd_gus_joystick_put() 65 snd_gf1_write8(gus, SNDRV_GF1_GB_JOYSTICK_DAC_LEVEL, gus->joystick_dac); in snd_gus_joystick_put()
|
H A D | interwave.c | 48 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]; in snd_interwave_init()
|
H A D | gus_reset.c | 309 snd_gf1_i_write8(gus, SNDRV_GF1_GB_JOYSTICK_DAC_LEVEL, gus->joystick_dac); in snd_gf1_start()
|
/openbmc/linux/include/sound/ |
H A D | gus.h | 409 unsigned short joystick_dac; /* joystick DAC level */ member
|
/openbmc/linux/Documentation/sound/ |
H A D | alsa-configuration.rst | 948 joystick_dac 978 joystick_dac 1000 joystick_dac 1357 joystick_dac 1388 joystick_dac
|