Searched refs:iec958 (Results 1 - 6 of 6) sorted by relevance
/third_party/alsa-utils/iecset/ |
H A D | iecset.c | 162 /* update iec958 status values 165 static int update_iec958_status(snd_aes_iec958_t *iec958, int *parms) in update_iec958_status() argument 170 iec958->status[0] |= IEC958_AES0_PROFESSIONAL; in update_iec958_status() 172 iec958->status[0] &= ~IEC958_AES0_PROFESSIONAL; in update_iec958_status() 177 iec958->status[0] |= IEC958_AES0_NONAUDIO; in update_iec958_status() 179 iec958->status[0] &= ~IEC958_AES0_NONAUDIO; in update_iec958_status() 183 if (iec958->status[0] & IEC958_AES0_PROFESSIONAL) { in update_iec958_status() 184 iec958->status[0] &= ~IEC958_AES0_PRO_FS; in update_iec958_status() 187 iec958->status[0] |= IEC958_AES0_PRO_FS_44100; in update_iec958_status() 190 iec958 in update_iec958_status() 320 snd_aes_iec958_t iec958; main() local [all...] |
/third_party/alsa-lib/include/ |
H A D | control_external.h | 210 * read the current values of iec958 type 212 int (*read_iec958)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, snd_aes_iec958_t *iec958); 231 * update the current values of iec958 type with the given values 233 int (*write_iec958)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, snd_aes_iec958_t *iec958);
|
/third_party/alsa-utils/amixer/ |
H A D | amixer.c | 609 snd_aes_iec958_t iec958; in show_control() local 684 snd_ctl_elem_value_get_iec958(control, &iec958); in show_control() 686 iec958.status[0], iec958.status[1], in show_control() 687 iec958.status[2], iec958.status[3]); in show_control()
|
/third_party/alsa-lib/src/control/ |
H A D | control_ext.c | 249 ret = ext->callback->read_iec958(ext, key, (snd_aes_iec958_t *)&control->value.iec958); in snd_ctl_ext_elem_read() 302 ret = ext->callback->write_iec958(ext, key, (snd_aes_iec958_t *)&control->value.iec958); in snd_ctl_ext_elem_write()
|
H A D | control.c | 3670 memcpy(ptr, &obj->value.iec958, sizeof(*ptr)); in snd_ctl_elem_value_get_iec958() 3688 memcpy(&obj->value.iec958, ptr, sizeof(obj->value.iec958)); in snd_ctl_elem_value_set_iec958()
|
/third_party/alsa-lib/include/sound/uapi/ |
H A D | asound.h | 1156 struct snd_aes_iec958 iec958; member
|
Completed in 16 milliseconds