History log of /haiku/src/add-ons/kernel/drivers/audio/ac97/Jamfile
Revision Date Author Comments
# 8a3e82a0 06-Apr-2024 PulkoMandy <pulkomandy@pulkomandy.tk>

ich, ichaudio: remove

These have never been included in the Haiku build as far as I can see.
All the soundcards they support are already handled in the auich dirver.
All the IDE driver that ichaudio claims to support, I'm not sure why they
are in an audio driver.

One of them was written for BeOS and never updated for Haiku
multi_audio, and the other was apparently some experiment that didn't
get anywhere in the end. To avoid confusion, let's keep only one driver.

Change-Id: I5bf48e7dd2c5340e84a1ab4eb3e3b079103b7988
Reviewed-on: https://review.haiku-os.org/c/haiku/+/7604
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
Reviewed-by: waddlesplash <waddlesplash@gmail.com>


# 07910542 23-Jan-2011 Siarzhuk Zharski <zharik@gmx.li>

Audio driver for SiS 7018, Trident DX/NX and Acer Labs M5451 hardware
was rewritten to Haiku MultiAudio API.

This changeset replaces both old version of the same driver written for
BeOS R3 Sound API and ali5451 driver that handles the same audio hardware.
The driver was tested with SiS 7018 and ALi M5451 cards. Trident DX/NX
support still should be tested.

Some parts, related to ALi M5451 support were inspired by original ali5451
code so the copyright (c) 2009 by Krzysztof Ćwiertnia was added in the source.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40273 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 88e5c1ac 02-Dec-2009 Jérôme Duval <korli@users.berlios.de>

ALI 5451 audio driver for Haiku multi audio by Krzysiek Cwiertnia
* playback, tested with 16bit format, with sample rate range from 8 to 48kHz
* recording, fixed at 48kHz 16 bit (read below)
* controlling some mixers, input selector, etc.

I placed the driver in the ac97 directory as it fits better.
Also a few coding style fixes by me.
This driver collides at least with one pci id of the sis7018 driver.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34452 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d14a5417 18-Jan-2009 Jérôme Duval <korli@users.berlios.de>

added an experimental geode audio driver


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28940 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 87ebb10a 30-Jul-2007 Jérôme Duval <korli@users.berlios.de>

ES1370 audio driver for QEmu, first version.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21760 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 338b8dc3 29-Oct-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged changes from branch build_system_redesign at revision 14573.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14574 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 130803f2 20-Aug-2005 Jérôme Duval <korli@users.berlios.de>

Auich BeOS Driver for Intel Southbridge audio


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13995 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0972cb42 20-Nov-2004 shatty <shatty@nowhere.fake>

comment out experimental ichaudio directory


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10064 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 666fb348 07-May-2004 beveloper <beveloper@nowhere.fake>

some uncommited changes from long time ago. hope this doesn't break anything.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7448 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8959b6dd 11-Apr-2003 Jérôme Duval <korli@users.berlios.de>

Added auvia


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3062 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a967837d 11-Jul-2002 beveloper <beveloper@nowhere.fake>

adding the ICH AC97 audio driver into the build


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@109 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 07910542fd067906c6028cfc48f5ad38b32181fd 23-Jan-2011 Siarzhuk Zharski <zharik@gmx.li>

Audio driver for SiS 7018, Trident DX/NX and Acer Labs M5451 hardware
was rewritten to Haiku MultiAudio API.

This changeset replaces both old version of the same driver written for
BeOS R3 Sound API and ali5451 driver that handles the same audio hardware.
The driver was tested with SiS 7018 and ALi M5451 cards. Trident DX/NX
support still should be tested.

Some parts, related to ALi M5451 support were inspired by original ali5451
code so the copyright (c) 2009 by Krzysztof Ćwiertnia was added in the source.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40273 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 88e5c1ac3b3d40331dc20def20c8810f4ab9b5bd 02-Dec-2009 Jérôme Duval <korli@users.berlios.de>

ALI 5451 audio driver for Haiku multi audio by Krzysiek Cwiertnia
* playback, tested with 16bit format, with sample rate range from 8 to 48kHz
* recording, fixed at 48kHz 16 bit (read below)
* controlling some mixers, input selector, etc.

I placed the driver in the ac97 directory as it fits better.
Also a few coding style fixes by me.
This driver collides at least with one pci id of the sis7018 driver.



git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@34452 a95241bf-73f2-0310-859d-f6bbb57e9c96


# d14a541795eb66adaf341ddc9244cb253fb59abe 18-Jan-2009 Jérôme Duval <korli@users.berlios.de>

added an experimental geode audio driver


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28940 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 87ebb10a40fe95d39392af148eeb37c6f6922e02 30-Jul-2007 Jérôme Duval <korli@users.berlios.de>

ES1370 audio driver for QEmu, first version.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@21760 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 338b8dc301721b1f472e8297a898d4eaa2f2ee3a 29-Oct-2005 Ingo Weinhold <ingo_weinhold@gmx.de>

Merged changes from branch build_system_redesign at revision 14573.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@14574 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 130803f29bfd003730dc8d6cd89da9c166f9343b 20-Aug-2005 Jérôme Duval <korli@users.berlios.de>

Auich BeOS Driver for Intel Southbridge audio


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@13995 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 0972cb42b8ba09f0a5e22f5e4cf178772e1b8977 20-Nov-2004 shatty <shatty@nowhere.fake>

comment out experimental ichaudio directory


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10064 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 666fb348c4a1d0104ed9a234dc8f290c2cd96114 07-May-2004 beveloper <beveloper@nowhere.fake>

some uncommited changes from long time ago. hope this doesn't break anything.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@7448 a95241bf-73f2-0310-859d-f6bbb57e9c96


# 8959b6dde22dda8074dc37d2a5340eeca06f4759 11-Apr-2003 Jérôme Duval <korli@users.berlios.de>

Added auvia


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3062 a95241bf-73f2-0310-859d-f6bbb57e9c96


# a967837dbfcf9c90102be5160d59546cefa294ac 11-Jul-2002 beveloper <beveloper@nowhere.fake>

adding the ICH AC97 audio driver into the build


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@109 a95241bf-73f2-0310-859d-f6bbb57e9c96