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 - 2
of
2
) sorted by null
/bionic/libc/kernel/uapi/sound/
tlv.h
22
#define
SNDRV_CTL_TLVT_DB_SCALE
1
38
#define SNDRV_CTL_TLVD_DB_SCALE_ITEM(min,step,mute) SNDRV_CTL_TLVD_ITEM(
SNDRV_CTL_TLVT_DB_SCALE
, (min), ((step) & SNDRV_CTL_TLVD_DB_SCALE_MASK) | ((mute) ? SNDRV_CTL_TLVD_DB_SCALE_MUTE : 0))
/external/kernel-headers/original/uapi/sound/
tlv.h
18
#define
SNDRV_CTL_TLVT_DB_SCALE
1 /* dB scale */
59
SNDRV_CTL_TLVD_ITEM(
SNDRV_CTL_TLVT_DB_SCALE
, \
Completed in 69 milliseconds