Searched refs:sound_alloc_dma (Results 1 – 8 of 8) sorted by relevance
/sound/oss/ |
D | os.h | 30 extern int sound_alloc_dma(int chn, char *deviceID);
|
D | soundcard.c | 609 int sound_alloc_dma(int chn, char *deviceID) in sound_alloc_dma() function 620 EXPORT_SYMBOL(sound_alloc_dma);
|
D | pas2_card.c | 203 if (sound_alloc_dma(hw_config->dma, "PAS16")) in config_pas_hw()
|
D | vidc.c | 480 if (sound_alloc_dma(hw_config->dma, hw_config->name)) { in attach_vidc()
|
D | sb_common.c | 855 if (sound_alloc_dma(devc->dma8, "SoundBlaster8")) in sb_dsp_init() 861 if (sound_alloc_dma(devc->dma16, "SoundBlaster16")) in sb_dsp_init()
|
D | waveartist.c | 1312 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()
|
D | pss.c | 710 if (sound_alloc_dma(hw_config->dma, "PSS")) in attach_pss()
|
D | ad1848.c | 2073 if (sound_alloc_dma(dma_playback, devc->name)) in ad1848_init() 2077 if (sound_alloc_dma(dma_capture, devc->name)) in ad1848_init()
|