Home
last modified time | relevance | path

Searched refs:sound_alloc_dma (Results 1 – 8 of 8) sorted by relevance

/sound/oss/
Dos.h30 extern int sound_alloc_dma(int chn, char *deviceID);
Dsoundcard.c609 int sound_alloc_dma(int chn, char *deviceID) in sound_alloc_dma() function
620 EXPORT_SYMBOL(sound_alloc_dma);
Dpas2_card.c203 if (sound_alloc_dma(hw_config->dma, "PAS16")) in config_pas_hw()
Dvidc.c480 if (sound_alloc_dma(hw_config->dma, hw_config->name)) { in attach_vidc()
Dsb_common.c855 if (sound_alloc_dma(devc->dma8, "SoundBlaster8")) in sb_dsp_init()
861 if (sound_alloc_dma(devc->dma16, "SoundBlaster16")) in sb_dsp_init()
Dwaveartist.c1312 if (sound_alloc_dma(devc->hw.dma, devc->hw.name)) { in waveartist_init()
1319 if (sound_alloc_dma(devc->hw.dma2, devc->hw.name)) { in waveartist_init()
Dpss.c710 if (sound_alloc_dma(hw_config->dma, "PSS")) in attach_pss()
Dad1848.c2073 if (sound_alloc_dma(dma_playback, devc->name)) in ad1848_init()
2077 if (sound_alloc_dma(dma_capture, devc->name)) in ad1848_init()