#5066 closed enhancement (fixed)
ALI 5451 audio driver
Reported by: | bmkx | Owned by: | korli |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | Drivers/Audio/sis7018 | Version: | R1/alpha1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description
Attached an archive containing driver for ALI M5451 audio chip for new multi audio.
Attachments (3)
Change History (14)
by , 15 years ago
Attachment: | ali5451.zip added |
---|
follow-up: 3 comment:1 by , 15 years ago
Nice! Typically, the developers don't like zipped attachments. Would you create a patch for these files instead? In the HAIKU_TOP directory, you could use
svn add src/add-ons/kernel/drivers/audio/ali5451 svn diff src/add-ons/kernel/drivers/audio/ali5451 > ~/driver-ali5451.patch
and congrats on your first contribution!
follow-up: 5 comment:2 by , 15 years ago
Maybe this could also work for the SiS 7018 and Trident DX/NX cards? (like Siarzhuk Zharski's legacy audio driver?).
comment:3 by , 15 years ago
Replying to mmadia:
Nice! Typically, the developers don't like zipped attachments. Would you create a patch for these files instead? In the HAIKU_TOP directory, you could use
No, the package is fine as is for addition.
comment:4 by , 15 years ago
Status: | new → assigned |
---|
follow-up: 6 comment:5 by , 15 years ago
Replying to bipolar:
Maybe this could also work for the SiS 7018 and Trident DX/NX cards? (like Siarzhuk Zharski's legacy audio driver?).
Yes, those are similar, but there are some differences. In fact I used Trident's documentation to some degree, because of lack of documentation for ALI. I'll look into that, but then I'd need some assistance in testing/debugging :)
comment:6 by , 15 years ago
Replying to bmkx:
Replying to bipolar:
Maybe this could also work for the SiS 7018 and Trident DX/NX cards? (like Siarzhuk Zharski's legacy audio driver?).
Yes, those are similar, but there are some differences. In fact I used Trident's documentation to some degree, because of lack of documentation for ALI. I'll look into that, but then I'd need some assistance in testing/debugging :)
My sis7018 is not abandoned - it is just pending behind other. :-( I have hacked my sources for sis7018 some months ago, but the code is still far away from perfection and need polishing for other chip types. It is available here: http://siarzhuk.dyndns.org/viewvc/viewvc.cgi/cvsroot/sis7018/ Anyway it already works well for my sis7018 hardware.
Other difference is coding style - my drivers use c++ instead of c.
follow-ups: 8 9 comment:7 by , 15 years ago
Committed in hrev34452. Just one thing: Would it be possible to reuse the ac97 common code instead of the home brewed code ?
comment:8 by , 15 years ago
comment:9 by , 15 years ago
by , 15 years ago
Attachment: | ac97_add_hp_nc.patch added |
---|
Enable headphone jack sense for HP NC 40xx notebooks.
comment:10 by , 15 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:11 by , 13 years ago
Component: | Drivers/Audio → Drivers/Audio/sis7018 |
---|---|
Platform: | x86 → All |
ali 5451 audio driver