OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDRV_PCM_STATE_DISCONNECTED
(Results
1 - 2
of
2
) sorted by null
/bionic/libc/kernel/common/sound/
asound.h
242
#define
SNDRV_PCM_STATE_DISCONNECTED
((__force snd_pcm_state_t) 8)
244
#define SNDRV_PCM_STATE_LAST
SNDRV_PCM_STATE_DISCONNECTED
[
all
...]
/external/kernel-headers/original/sound/
asound.h
269
#define
SNDRV_PCM_STATE_DISCONNECTED
((__force snd_pcm_state_t) 8) /* hardware is disconnected */
270
#define SNDRV_PCM_STATE_LAST
SNDRV_PCM_STATE_DISCONNECTED
[
all
...]
Completed in 22 milliseconds