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

  /device/asus/fugu/libaudio/
HDMIAudioOutput.cpp 76 struct snd_aes_iec958 iec958; local
89 const char *ctlName = "IEC958 Playback Default";
96 // Set count to 1 so we get one complete iec958 structure.
97 err = mixer_ctl_get_array(ctl, &iec958, count);
104 iec958.status[0] |= IEC958_AES0_NONAUDIO;
106 iec958.status[0] &= ~IEC958_AES0_NONAUDIO;
109 err = mixer_ctl_set_array(ctl, &iec958, count);
  /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/uapi/sound/
asound.h 939 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon1137
    [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h 52 unsigned char status[24]; /* AES/IEC958 channel status bits */
53 unsigned char subcode[147]; /* AES/IEC958 subcode bits */
55 unsigned char dig_subframe[4]; /* AES/IEC958 subframe bits */
935 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon13765
    [all...]
  /hardware/qcom/msm8994/kernel-headers/sound/
asound.h 909 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon33956
    [all...]
  /hardware/qcom/msm8994/original-kernel-headers/sound/
asound.h 49 unsigned char status[24]; /* AES/IEC958 channel status bits */
50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */
52 unsigned char dig_subframe[4]; /* AES/IEC958 subframe bits */
893 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon34072
    [all...]
  /hardware/qcom/msm8996/kernel-headers/sound/
asound.h 915 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon34221
    [all...]
  /hardware/qcom/msm8996/original-kernel-headers/sound/
asound.h 49 unsigned char status[24]; /* AES/IEC958 channel status bits */
50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */
52 unsigned char dig_subframe[4]; /* AES/IEC958 subframe bits */
904 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon34372
    [all...]
  /hardware/qcom/msm8x26/kernel-headers/sound/
asound.h 907 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon34438
    [all...]
  /hardware/qcom/msm8x26/original-kernel-headers/sound/
asound.h 49 unsigned char status[24]; /* AES/IEC958 channel status bits */
50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */
52 unsigned char dig_subframe[4]; /* AES/IEC958 subframe bits */
892 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon34502
    [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h 907 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon34623
    [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h 49 unsigned char status[24]; /* AES/IEC958 channel status bits */
50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */
52 unsigned char dig_subframe[4]; /* AES/IEC958 subframe bits */
892 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon34720
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 49 unsigned char status[24]; /* AES/IEC958 channel status bits */
50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */
52 unsigned char dig_subframe[4]; /* AES/IEC958 subframe bits */
706 #define SNDRV_CTL_ELEM_TYPE_IEC958 ((snd_ctl_elem_type_t) 5) /* IEC958 (S/PDIF) setup */
813 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon39166
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/sound/
asound.h 49 unsigned char status[24]; /* AES/IEC958 channel status bits */
50 unsigned char subcode[147]; /* AES/IEC958 subcode bits */
52 unsigned char dig_subframe[4]; /* AES/IEC958 subframe bits */
713 #define SNDRV_CTL_ELEM_TYPE_IEC958 ((snd_ctl_elem_type_t) 5) /* IEC958 (S/PDIF) setup */
822 struct snd_aes_iec958 iec958; member in union:snd_ctl_elem_value::__anon41156
    [all...]

Completed in 255 milliseconds