OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SNDRV_SST_STREAM_DROP
(Results
1 - 2
of
2
) sorted by null
/hardware/intel/common/libmix/mix_audio/src/
intel_sst_ioctl.h
321
#define
SNDRV_SST_STREAM_DROP
_IO('A', 0x43)
mixaudio.c
633
g_debug("Calling
SNDRV_SST_STREAM_DROP
. fd=%d", mix->fileDescriptor);
634
retVal = ioctl(mix->fileDescriptor,
SNDRV_SST_STREAM_DROP
);
696
// g_warning("Calling
SNDRV_SST_STREAM_DROP
instead of SNDRV_SST_STREAM_DRAIN here since DRAIN is not yet integrated. There may be data loss. fd=%d", mix->fileDescriptor);
[
all
...]
Completed in 4496 milliseconds