Sign in

gwj / at91sam9263 · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Snippets
  • at91sam9263
  • hw
  • audiodev.h
  • Push AUD_init down to devices ...
    22d83b14
    Now we can safely call AUD_init multiple times we can push it down to
    individual audio devices, rather than having to pass it from the board
    init.
    
    Signed-off-by: Paul Brook <paul@codesourcery.com>
    Paul Brook authored
    2009-05-12 12:33:04 +0100  
    Browse Code ยป
audiodev.h 269 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
/* es1370.c */
int es1370_init(PCIBus *bus);

/* sb16.c */
int SB16_init(qemu_irq *pic);

/* adlib.c */
int Adlib_init(qemu_irq *pic);

/* gus.c */
int GUS_init(qemu_irq *pic);

/* ac97.c */
int ac97_init(PCIBus *buf);

/* cs4231a.c */
int cs4231a_init(qemu_irq *pic);