aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/sound/driver/emu10k1
Commit message (Collapse)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
| | | | | | | This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
* sys: Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-161-1/+0
| | | | Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/
* sys/modules: normalize .CURDIR-relative paths to SRCTOPEnji Cooper2017-03-041-1/+1
| | | | | | | | | | | This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon Notes: svn path=/head/; revision=314651
* Remove leftovers from previous commits.Joel Dahl2012-02-021-2/+1
| | | | | | | Approved by: jhb Notes: svn path=/head/; revision=230915
* Cleanup some sound headers that don't need to be in the modules makefiles.Pedro F. Giffuni2012-02-021-1/+1
| | | | | | | | Approved by: jhb (mentor) MFC after: 1 week Notes: svn path=/head/; revision=230898
* Replace a GPL'd header in the emu10k1 snd driver code.Pedro F. Giffuni2012-01-031-9/+1
| | | | | | | | | | | | | | This brings in the emuxkireg.h from NetBSD (dev/pci) which is used for the same purpose but is smaller. The emu10k1 is now free from the GPL. PR: 153901 Obtained from: NetBSD Approved by: core (mentor implicit) MFC after: 2 weeks Notes: svn path=/head/; revision=229430
* Commit the new (old) midi framework. It's based in parts on the NetBSD code,Alexander Leidinger2006-05-271-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | but large parts are rewritten by matk and tanimura. This is old code, it's not maintained since 2003. We also don't have a maintainer for this! Yuriy Tsibizov took it and uses it in his emu10kx driver. Since the emu10kx driver will enter the tree "soon" (some bugs have to be fixed after Yuriy return from his holidays), I add it here already. This also contains some changes to emu10k1 and cmi, so if you're lucky, you can now make some kind of use of midi with those soundcards. To all those poor souls which don't have such a card: feel free to send patches, we don't have a maintainer for this. To those which miss a specific feature in the midi code: feel free to submit patches, we don't have a maintainer for this. Oh, did I already told that it would be nice if someone would take care of it? Maintainer with midi equipment wanted! :-) If you get LOR's, submit a PR and notify multimedia@ please. If you get panics, submit a PR with a backtrace (compile the sound system into your kernel instead of using modules in this case) and notify multimedia@ please. Written by: matk, tanimura Submitted by: "Yuriy Tsibizov" <Yuriy.Tsibizov@gfk.ru> Based upon: code from NetBSD Notes: svn path=/head/; revision=158979
* Add Audigy support.David E. O'Brien2004-01-111-2/+11
| | | | | | | | | I started with a year-old patch by Orlando Bassotto <orlando.bassotto@ieo-research.it>, and ported it to 5.2-CURRENT along with fixing the problems working with pre-Audigy cards. Notes: svn path=/head/; revision=124373
* isa_if.h is not needed.Yoshihiro Takahashi2003-02-071-1/+1
| | | | | | | No response from: sound Notes: svn path=/head/; revision=110498
* Use a consistent style and one much closer to the rest of /usr/srcDavid E. O'Brien2001-01-061-4/+5
| | | | Notes: svn path=/head/; revision=70711
* newpcm module makefilesCameron Grant2000-07-041-0/+8
once built, 'kld_load snd_driver; kldunload snd_driver' will load all sound drivers and unload all unattached ones. attached drivers do not yet support unloading. Notes: svn path=/head/; revision=62598