Home
last modified time | relevance | path

Searched refs:iec958 (Results 1 - 6 of 6) sorted by relevance

/third_party/alsa-utils/iecset/
H A Diecset.c162 /* 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 Dcontrol_external.h210 * 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 Damixer.c609 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 Dcontrol_ext.c249 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 Dcontrol.c3670 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 Dasound.h1156 struct snd_aes_iec958 iec958; member

Completed in 16 milliseconds