OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDRV_CTL_TLVT_DB_SCALE
(Results
1 - 5
of
5
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tlv.h
35
#define
SNDRV_CTL_TLVT_DB_SCALE
1 /* dB scale */
40
SNDRV_CTL_TLVT_DB_SCALE
, 2 * sizeof(unsigned int), \
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/
tlv.h
35
#define
SNDRV_CTL_TLVT_DB_SCALE
1 /* dB scale */
40
SNDRV_CTL_TLVT_DB_SCALE
, 2 * sizeof(unsigned int), \
/bionic/libc/kernel/common/sound/
tlv.h
22
#define
SNDRV_CTL_TLVT_DB_SCALE
1
31
#define TLV_DB_SCALE_ITEM(min, step, mute)
SNDRV_CTL_TLVT_DB_SCALE
, 2 * sizeof(unsigned int), (min), ((step) & TLV_DB_SCALE_MASK) | ((mute) ? TLV_DB_SCALE_MUTE : 0)
/external/kernel-headers/original/sound/
tlv.h
35
#define
SNDRV_CTL_TLVT_DB_SCALE
1 /* dB scale */
44
SNDRV_CTL_TLVT_DB_SCALE
, 2 * sizeof(unsigned int), \
/hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c
345
case
SNDRV_CTL_TLVT_DB_SCALE
: {
Completed in 1859 milliseconds