Home
last modified time | relevance | path

Searched refs:vals (Results 1 – 5 of 5) sorted by relevance

/sound/core/
Dvmaster.c55 int vals[2]; /* current values */ member
72 slave->vals[ch] = uctl->value.integer.value[ch]; in slave_update()
147 ucontrol->value.integer.value[ch] = slave->vals[ch]; in slave_get_val()
209 if (slave->vals[ch] != ucontrol->value.integer.value[ch]) { in slave_put()
211 slave->vals[ch] = ucontrol->value.integer.value[ch]; in slave_put()
/sound/oss/
Dwaveartist.c327 unsigned int vals[2]; in waveartist_cmd2() local
329 vals[0] = cmd; in waveartist_cmd2()
330 vals[1] = arg; in waveartist_cmd2()
332 return waveartist_cmd(devc, 2, vals, 1, vals); in waveartist_cmd2()
342 unsigned int vals[3]; in waveartist_cmd3() local
344 vals[0] = cmd; in waveartist_cmd3()
345 vals[1] = arg1; in waveartist_cmd3()
346 vals[2] = arg2; in waveartist_cmd3()
348 return waveartist_cmd(devc, 3, vals, 0, NULL); in waveartist_cmd3()
/sound/pci/hda/
Dpatch_ca0132.c394 unsigned int vals[VOICEFX_MAX_PARAM_COUNT]; member
406 .vals = { 0x00000000, 0x43C80000, 0x44AF0000,
411 .vals = { 0x3F800000, 0x43C80000, 0x44AF0000,
416 .vals = { 0x3F800000, 0x43C80000, 0x44AF0000,
421 .vals = { 0x3F800000, 0x43C80000, 0x44AF0000,
426 .vals = { 0x3F800000, 0x44324000, 0x44BB8000,
431 .vals = { 0x3F800000, 0x43EA0000, 0x44A52000,
436 .vals = { 0x3F800000, 0x43C70000, 0x44AE6000,
441 .vals = { 0x3F800000, 0x43930000, 0x44BEE000,
446 .vals = { 0x3F800000, 0x43BFC5AC, 0x44B28FDF,
[all …]
Dhda_codec.c3011 unsigned long *vals; in snd_hda_mixer_bind_ctls_put() local
3016 for (vals = c->values; *vals; vals++) { in snd_hda_mixer_bind_ctls_put()
3017 kcontrol->private_value = *vals; in snd_hda_mixer_bind_ctls_put()
/sound/pci/ice1712/
Dse.c262 static unsigned char vals[] = { in se200pci_WM8776_set_input_selector() local
268 se200pci_WM8776_write(ice, 0x15, vals[sel]); in se200pci_WM8776_set_input_selector()