Changeset e941bf8 in mainline for uspace/drv/audio/sb16/sb16.c


Ignore:
Timestamp:
2012-07-05T21:01:11Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4bbfb93
Parents:
124f9bd
Message:

audio/sb16: Remove optical separators.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/audio/sb16/sb16.c

    r124f9bd re941bf8  
    6868        }
    6969}
    70 /*----------------------------------------------------------------------------*/
     70
    7171size_t sb16_irq_code_size(void)
    7272{
    7373        return sizeof(irq_cmds) / sizeof(irq_cmds[0]);
    7474}
    75 /*----------------------------------------------------------------------------*/
     75
    7676void sb16_irq_code(void *regs, int dma8, int dma16, irq_cmd_t cmds[], irq_pio_range_t ranges[])
    7777{
     
    9090        }
    9191}
    92 /*----------------------------------------------------------------------------*/
     92
    9393int sb16_init_sb16(sb16_t *sb, void *regs, size_t size,
    9494    ddf_dev_t *dev, int dma8, int dma16)
     
    171171        return EOK;
    172172}
    173 /*----------------------------------------------------------------------------*/
     173
    174174int sb16_init_mpu(sb16_t *sb, void *regs, size_t size)
    175175{
     
    177177        return ENOTSUP;
    178178}
    179 /*----------------------------------------------------------------------------*/
     179
    180180void sb16_interrupt(sb16_t *sb)
    181181{
Note: See TracChangeset for help on using the changeset viewer.