Home
last modified time | relevance | path

Searched refs:MAX_MEM_BLOCKS (Results 1 – 3 of 3) sorted by relevance

/sound/oss/
Ddev_table.c71 if (sound_nblocks >= MAX_MEM_BLOCKS) in sound_install_audiodrv()
72 sound_nblocks = MAX_MEM_BLOCKS - 1; in sound_install_audiodrv()
76 if (sound_nblocks >= MAX_MEM_BLOCKS) in sound_install_audiodrv()
77 sound_nblocks = MAX_MEM_BLOCKS - 1; in sound_install_audiodrv()
132 if (sound_nblocks >= MAX_MEM_BLOCKS) in sound_install_mixer()
133 sound_nblocks = MAX_MEM_BLOCKS - 1; in sound_install_mixer()
Dsound_config.h141 #define MAX_MEM_BLOCKS 1024 macro
Dsoundcard.c58 void * sound_mem_blocks[MAX_MEM_BLOCKS];
566 if (sound_nblocks >= MAX_MEM_BLOCKS - 1) in oss_init()