Searched refs:SNDRV_GF1_GB_REC_DMA_CONTROL (Results 1 – 4 of 4) sorted by relevance
/linux-2.6.39/sound/isa/gus/ |
D | gus_pcm.c | 589 snd_gf1_i_write8(gus, SNDRV_GF1_GB_REC_DMA_CONTROL, 0); /* disable sampling */ in snd_gf1_pcm_capture_prepare() 590 snd_gf1_i_look8(gus, SNDRV_GF1_GB_REC_DMA_CONTROL); /* Sampling Control Register */ in snd_gf1_pcm_capture_prepare() 610 snd_gf1_write8(gus, SNDRV_GF1_GB_REC_DMA_CONTROL, val); in snd_gf1_pcm_capture_trigger() 611 snd_gf1_look8(gus, SNDRV_GF1_GB_REC_DMA_CONTROL); in snd_gf1_pcm_capture_trigger() 626 snd_gf1_i_write8(gus, SNDRV_GF1_GB_REC_DMA_CONTROL, 0); /* disable sampling */ in snd_gf1_pcm_interrupt_dma_read() 627 snd_gf1_i_look8(gus, SNDRV_GF1_GB_REC_DMA_CONTROL); /* Sampling Control Register */ in snd_gf1_pcm_interrupt_dma_read()
|
D | gus_irq.c | 105 if (snd_gf1_i_look8(gus, SNDRV_GF1_GB_REC_DMA_CONTROL) & 0x40) { in snd_gus_interrupt()
|
D | gus_io.c | 495 … " -G- GF1 record DMA control = 0x%x\n", snd_gf1_i_look8(gus, SNDRV_GF1_GB_REC_DMA_CONTROL));
|
/linux-2.6.39/include/sound/ |
D | gus.h | 73 #define SNDRV_GF1_GB_REC_DMA_CONTROL 0x49 macro
|