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

  /bionic/libc/kernel/uapi/sound/
asound.h     [all...]
  /external/kernel-headers/original/uapi/sound/
asound.h     [all...]
  /hardware/qcom/msm8x84/kernel-headers/sound/
asound.h     [all...]
  /hardware/qcom/msm8x84/original-kernel-headers/sound/
asound.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
asound.h 726 #define SNDRV_CTL_ELEM_ACCESS_TLV_WRITE (1<<5) /* TLV write is possible */
727 #define SNDRV_CTL_ELEM_ACCESS_TLV_READWRITE (SNDRV_CTL_ELEM_ACCESS_TLV_READ|SNDRV_CTL_ELEM_ACCESS_TLV_WRITE)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sound/
asound.h 726 #define SNDRV_CTL_ELEM_ACCESS_TLV_WRITE (1<<5) /* TLV write is possible */
727 #define SNDRV_CTL_ELEM_ACCESS_TLV_READWRITE (SNDRV_CTL_ELEM_ACCESS_TLV_READ|SNDRV_CTL_ELEM_ACCESS_TLV_WRITE)
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 249 (ei->access & SNDRV_CTL_ELEM_ACCESS_TLV_WRITE) ? 'W' : ' ',

Completed in 44 milliseconds