This commit was manufactured by cvs2svn to create tag
[linux-2.6.git] / sound / pci / cs46xx / dsp_spos_scb_lib.c
index acd0db8..4bf170b 100644 (file)
@@ -71,7 +71,7 @@ static void cs46xx_dsp_proc_scb_info_read (snd_info_entry_t *entry, snd_info_buf
        dsp_spos_instance_t * ins;
        cs46xx_t *chip = scb_info->chip;
        int j,col;
-       void __iomem *dst = chip->region.idx[1].remap_addr + DSP_PARAMETER_BYTE_OFFSET;
+       unsigned long dst = chip->region.idx[1].remap_addr + DSP_PARAMETER_BYTE_OFFSET;
 
        ins = chip->dsp_spos_instance;
 
@@ -162,7 +162,7 @@ static void _dsp_unlink_scb (cs46xx_t *chip,dsp_scb_descriptor_t * scb)
 
 static void _dsp_clear_sample_buffer (cs46xx_t *chip, u32 sample_buffer_addr, int dword_count) 
 {
-       void __iomem *dst = chip->region.idx[2].remap_addr + sample_buffer_addr;
+       unsigned long dst = chip->region.idx[2].remap_addr + sample_buffer_addr;
        int i;
   
        for (i = 0; i < dword_count ; ++i ) {