OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SND_TIMER_CLASS_PCM
(Results
1 - 3
of
3
) sorted by null
/device/samsung/crespo/alsa-lib/include/
timer.h
66
SND_TIMER_CLASS_PCM
, /**< PCM timer */
67
SND_TIMER_CLASS_LAST =
SND_TIMER_CLASS_PCM
/**< last timer */
/device/samsung/crespo/alsa-lib/src/pcm/
pcm_hw.c
367
err = snd_timer_hw_open(&hw->period_timer, "hw-pcm-period-event",
SND_TIMER_CLASS_PCM
, SND_TIMER_SCLASS_NONE, hw->card, hw->device, hw->subdevice, SND_TIMER_OPEN_NONBLOCK | SND_TIMER_OPEN_TREAD);
369
err = snd_timer_hw_open(&hw->period_timer, "hw-pcm-period-event",
SND_TIMER_CLASS_PCM
, SND_TIMER_SCLASS_NONE, hw->card, hw->device, hw->subdevice, SND_TIMER_OPEN_NONBLOCK);
[
all
...]
pcm_direct.c
1104
(int)
SND_TIMER_CLASS_PCM
,
[
all
...]
Completed in 14 milliseconds