Changeset 089901e in mainline


Ignore:
Timestamp:
2014-09-05T11:36:05Z (10 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
50805c9
Parents:
e6ed0b18 (diff), de16f89 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge Intel High Definition Audio driver.

Files:
18 added
4 edited

Legend:

Unmodified
Added
Removed
  • .bzrignore

    re6ed0b18 r089901e  
    125125uspace/dist/drv/e1k/
    126126uspace/dist/drv/ehci/
     127uspace/dist/drv/hdaudio/
    127128uspace/dist/drv/i8042/
    128129uspace/dist/drv/isa/
     
    182183uspace/dist/srv/udf
    183184uspace/dist/srv/udp
     185uspace/drv/audio/hdaudio/hdaudio
    184186uspace/drv/audio/sb16/sb16
    185187uspace/drv/block/ahci/ahci
  • boot/arch/amd64/Makefile.inc

    re6ed0b18 r089901e  
    4545
    4646RD_DRVS_NON_ESSENTIAL += \
     47        audio/hdaudio \
    4748        char/ns8250 \
    4849        time/cmos-rtc \
  • tools/ew.py

    re6ed0b18 r089901e  
    137137        if is_override('nosnd'):
    138138                return ''
    139         return ' -soundhw sb16'
     139        return ' -device intel-hda -device hda-duplex'
    140140
    141141def qemu_run(platform, machine):
  • uspace/Makefile

    re6ed0b18 r089901e  
    131131        srv/hw/char/s3c24xx_uart \
    132132        srv/hid/rfb \
     133        drv/audio/hdaudio \
    133134        drv/audio/sb16 \
    134135        drv/root/root \
Note: See TracChangeset for help on using the changeset viewer.