OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SND_PCM_NO_AUTO_CHANNELS
(Results
1 - 4
of
4
) sorted by null
/device/samsung/crespo/alsa-lib/src/pcm/
pcm_plug.c
789
if (plug->schannels == -2 || (pcm->mode &
SND_PCM_NO_AUTO_CHANNELS
))
880
if (plug->schannels == -2 || (pcm->mode &
SND_PCM_NO_AUTO_CHANNELS
))
[
all
...]
pcm_hw.c
[
all
...]
/device/samsung/crespo/alsa-lib/include/
pcm.h
305
#define
SND_PCM_NO_AUTO_CHANNELS
0x00020000
[
all
...]
/device/samsung/crespo/alsa-utils/aplay/
aplay.c
562
open_mode |=
SND_PCM_NO_AUTO_CHANNELS
;
[
all
...]
Completed in 15 milliseconds