Lines Matching refs:value
462 ucontrol->value.iec958.status[0] = 0xff; in snd_vortex_spdif_mask_get()
463 ucontrol->value.iec958.status[1] = 0xff; in snd_vortex_spdif_mask_get()
464 ucontrol->value.iec958.status[2] = 0xff; in snd_vortex_spdif_mask_get()
465 ucontrol->value.iec958.status[3] = IEC958_AES3_CON_FS; in snd_vortex_spdif_mask_get()
472 ucontrol->value.iec958.status[0] = 0x00; in snd_vortex_spdif_get()
473 ucontrol->value.iec958.status[1] = IEC958_AES1_CON_ORIGINAL|IEC958_AES1_CON_DIGDIGCONV_ID; in snd_vortex_spdif_get()
474 ucontrol->value.iec958.status[2] = 0x00; in snd_vortex_spdif_get()
476 case 32000: ucontrol->value.iec958.status[3] = IEC958_AES3_CON_FS_32000; break; in snd_vortex_spdif_get()
477 case 44100: ucontrol->value.iec958.status[3] = IEC958_AES3_CON_FS_44100; break; in snd_vortex_spdif_get()
478 case 48000: ucontrol->value.iec958.status[3] = IEC958_AES3_CON_FS_48000; break; in snd_vortex_spdif_get()
487 switch (ucontrol->value.iec958.status[3] & IEC958_AES3_CON_FS) { in snd_vortex_spdif_put()
525 uinfo->value.integer.min = -128; in snd_vortex_pcm_vol_info()
526 uinfo->value.integer.max = 32; in snd_vortex_pcm_vol_info()
539 ucontrol->value.integer.value[i] = p->vol[i]; in snd_vortex_pcm_vol_get()
555 if (p->vol[i] != ucontrol->value.integer.value[i]) { in snd_vortex_pcm_vol_put()
556 p->vol[i] = ucontrol->value.integer.value[i]; in snd_vortex_pcm_vol_put()