HomeSort by relevance Sort by last modified time
    Searched refs:iec958 (Results 1 - 8 of 8) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
control_external.h 194 * read the current values of iec958 type
196 int (*read_iec958)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, snd_aes_iec958_t *iec958);
215 * update the current values of iec958 type with the given values
217 int (*write_iec958)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, snd_aes_iec958_t *iec958);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 194 * read the current values of iec958 type
196 int (*read_iec958)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, snd_aes_iec958_t *iec958);
215 * update the current values of iec958 type with the given values
217 int (*write_iec958)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, snd_aes_iec958_t *iec958);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/alsa/
control_external.h 194 * read the current values of iec958 type
196 int (*read_iec958)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, snd_aes_iec958_t *iec958);
215 * update the current values of iec958 type with the given values
217 int (*write_iec958)(snd_ctl_ext_t *ext, snd_ctl_ext_key_t key, snd_aes_iec958_t *iec958);
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 121 case SNDRV_CTL_ELEM_TYPE_IEC958: return "IEC958";
593 struct snd_aes_iec958 *iec958; local
594 iec958 = (struct snd_aes_iec958 *)percent;
595 memcpy(ev.value.iec958.status,iec958->status,SPDIF_CHANNEL_STATUS_SIZE);
  /bionic/libc/kernel/common/sound/
asound.h 825 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon624
    [all...]
  /external/kernel-headers/original/sound/
asound.h 65 unsigned char status[24]; /* AES/IEC958 channel status bits */
66 unsigned char subcode[147]; /* AES/IEC958 subcode bits */
68 unsigned char dig_subframe[4]; /* AES/IEC958 subframe bits */
722 #define SNDRV_CTL_ELEM_TYPE_IEC958 ((__force snd_ctl_elem_type_t) 5) /* IEC958 (S/PDIF) setup */
829 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon10063
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 64 unsigned char status[24]; /* AES/IEC958 channel status bits */
65 unsigned char subcode[147]; /* AES/IEC958 subcode bits */
67 unsigned char dig_subframe[4]; /* AES/IEC958 subframe bits */
714 #define SNDRV_CTL_ELEM_TYPE_IEC958 ((__force snd_ctl_elem_type_t) 5) /* IEC958 (S/PDIF) setup */
822 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon28478
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
asound.h 64 unsigned char status[24]; /* AES/IEC958 channel status bits */
65 unsigned char subcode[147]; /* AES/IEC958 subcode bits */
67 unsigned char dig_subframe[4]; /* AES/IEC958 subframe bits */
714 #define SNDRV_CTL_ELEM_TYPE_IEC958 ((__force snd_ctl_elem_type_t) 5) /* IEC958 (S/PDIF) setup */
822 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon29992
    [all...]

Completed in 581 milliseconds