taglinefilesource code
deviceID38drivers/sound/os.hextern int sound_alloc_dma(int chn, char *deviceID);
deviceID39drivers/sound/os.hextern int sound_open_dma(int chn, char *deviceID);
deviceID433drivers/sound/soundcard.csound_alloc_dma (int chn, char *deviceID)
deviceID437drivers/sound/soundcard.cif ((err = request_dma (chn, deviceID)) != 0)
deviceID446drivers/sound/soundcard.csound_open_dma (int chn, char *deviceID)
deviceID125kernel/ksyms.cextern int request_dma(unsigned int dmanr, char * deviceID);