taglinefilesource code
deviceID44drivers/sound/os.hextern int sound_alloc_dma(int chn, char *deviceID);
deviceID45drivers/sound/os.hextern int sound_open_dma(int chn, char *deviceID);
deviceID503drivers/sound/soundcard.csound_alloc_dma (int chn, char *deviceID)
deviceID507drivers/sound/soundcard.cif ((err = request_dma (chn, deviceID)) != 0)
deviceID516drivers/sound/soundcard.csound_open_dma (int chn, char *deviceID)
deviceID96kernel/ksyms.cextern int request_dma(unsigned int dmanr, char * deviceID);