Home
last modified time | relevance | path

Searched refs:SNDRV_PCM_INFO_NO_PERIOD_WAKEUP (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/sound/pci/oxygen/
Doxygen_pcm.c43 SNDRV_PCM_INFO_NO_PERIOD_WAKEUP,
70 SNDRV_PCM_INFO_NO_PERIOD_WAKEUP,
97 SNDRV_PCM_INFO_NO_PERIOD_WAKEUP,
/linux-2.6.39/include/sound/
Dasound.h262 #define SNDRV_PCM_INFO_NO_PERIOD_WAKEUP 0x00800000 /* period wakeup can be disabled */ macro
/linux-2.6.39/sound/pci/hda/
Dhda_intel.c1524 SNDRV_PCM_INFO_NO_PERIOD_WAKEUP),
/linux-2.6.39/sound/core/
Dpcm_native.c426 (params->info & SNDRV_PCM_INFO_NO_PERIOD_WAKEUP) && in snd_pcm_hw_params()