Commit graph

1298 commits

Author SHA1 Message Date
Jaroslav Kysela
0ec9851176 Initial version 2003-02-04 14:56:07 +00:00
Jaroslav Kysela
fd52ee0085 added DMIX plugin 2003-02-04 14:55:19 +00:00
Jaroslav Kysela
8720faaccb Cleanups in IPC stuff.
Cleanups in snd_pcm_close().
Added initial code for dmix plugin:
  - only skeleton, but all major problems should be solved
2003-02-04 14:48:51 +00:00
Jaroslav Kysela
74859a4646 Fixed compilation problem 2003-02-04 13:44:11 +00:00
Jaroslav Kysela
a313072961 Added handling of FD_CLOEXEC flag 2003-02-04 13:35:59 +00:00
Jaroslav Kysela
e5b227961e Splitted code to snd_pcm_hw_open_fd() function and added handling for FD_CLOEXEC flag 2003-02-04 13:33:44 +00:00
Jaroslav Kysela
43cd49f867 small change in output 2003-02-03 20:10:49 +00:00
Takashi Iwai
dbffcd437e - use the channel B for surround40 and 51. 2003-01-29 17:02:18 +00:00
Jaroslav Kysela
711610be1f 0.9.0rc7 2003-01-29 10:40:07 +00:00
Takashi Iwai
12c71f4d93 - fixed SPSA values; use 3 for slots 10/11. 2003-01-28 11:37:01 +00:00
Jaroslav Kysela
7ce9b36eee Added missing symbol version 2003-01-27 14:39:45 +00:00
Takashi Iwai
974d22f969 - added ICE1724 configuration file. 2003-01-27 14:02:42 +00:00
Takashi Iwai
1b41de0653 - fixed the rate selection in the plug layer:
the multiples of the given rate is chosen if available.
  the nearest rate is selected as usual if not available.
2003-01-27 11:34:50 +00:00
Takashi Iwai
0c156a3c89 - fixed the unlink_{hw,app}_ptr of slaves.
- removed the invalid unlink_ptr assersion.
2003-01-27 11:19:04 +00:00
Takashi Iwai
2cd18ddc57 - use the normal dlsym() instead of snd_dlsym() to avoid the version
check of external scope plugins.
2003-01-27 10:26:33 +00:00
Takashi Iwai
2dc8cba51c fixed dlopen & co. for hook, ladspa and meter types. 2003-01-20 17:15:54 +00:00
Jaroslav Kysela
a8a71d5781 Added rear and surround40 definition 2003-01-17 11:27:52 +00:00
Takashi Iwai
50212fde09 added the configurations for VIA8233 and VIA8233A. 2003-01-10 17:51:03 +00:00
Takashi Iwai
2b85584eb2 fixed check of libtool version for old libtool. 2003-01-07 13:48:00 +00:00
Jaroslav Kysela
8750215edb Added missing break for 24bit formats (silence) 2002-12-18 12:03:28 +00:00
Jaroslav Kysela
e38dd10880 Fixed encoding of sysex sequencer event 2002-12-05 18:01:49 +00:00
Jaroslav Kysela
7fe18c9561 Added more comments by Robert Spier (robrt@users.sourceforge.net) 2002-12-04 15:34:04 +00:00
Jaroslav Kysela
7fcea07002 Added SND_CTL_READONLY 2002-12-04 14:36:39 +00:00
Jaroslav Kysela
098932ce57 Added POLLNVAL to poll->events 2002-11-30 09:47:20 +00:00
Takashi Iwai
d0526d603c configuration for CS46xx chip. 2002-11-29 14:50:58 +00:00
Takashi Iwai
ce1ecef735 - added CS46xx.conf
- clean up entries.
2002-11-29 14:50:03 +00:00
Jaroslav Kysela
d731d88b7a Added support for s/pdif pcm 2002-11-19 17:11:40 +00:00
Jaroslav Kysela
b42a0982d7 Removed free in free_envelope() by Sverker Wiberg <sverkerw@swipnet.se> 2002-11-15 14:40:26 +00:00
Jaroslav Kysela
bc7fe282f3 0.9.0rc6 2002-11-14 13:25:31 +00:00
Jaroslav Kysela
3c55dcabbf Sverker Wiberg <sverkerw@swipnet.se>
Opening the patch ROM on GusPnP always fails:

* iwffff_get_rom_header() gets the card directory wrong when opening
  the ROM file.

* iwffff_get_rom_header() forgets that the ROM header is padded to 512
  bytes length.

I also fixed some small stuff:

* Tried to improve snd_instr_iwffff_open_rom()'s doxygen comment. The
  commingling of file-system files (denoted by names) and ROM-embedded
  files (numbers) is somewhat confusing --- I'm still looking for the
  right words to explain it.

* Oh, and snd_instr_iwffff_open_rom() returns -EPERM for invalid
  bank/file values --- it means the wrong thing: ENOENT would be
  better.
2002-11-14 08:48:29 +00:00
Jaroslav Kysela
6ebde1c926 Added ENS1371 configuration and fixes for iec958 definition (dev arg removal) 2002-11-07 20:06:11 +00:00
Jaroslav Kysela
0d7d11889d Added missing snd_dlclose() calls 2002-11-07 15:18:45 +00:00
Jaroslav Kysela
358d1998b7 Oops, depmod should be depcomp 2002-10-24 12:09:30 +00:00
Jaroslav Kysela
881b400b10 Added depmod to distribution tarball 2002-10-24 11:56:52 +00:00
Jaroslav Kysela
466ef0ee61 Removed --bzip2 option for older tar call 2002-10-24 11:44:44 +00:00
Jaroslav Kysela
7f11213c63 It seems that older tars are confused with --bzip2, use pipe instaed 2002-10-23 18:57:26 +00:00
Jaroslav Kysela
b912587c63 Used long options for tar 2002-10-23 18:34:05 +00:00
Jaroslav Kysela
b334ed4f50 0.9.0rc5 2002-10-23 17:54:50 +00:00
Jaroslav Kysela
3bccde0087 Removed clear() functions 2002-10-23 17:49:34 +00:00
Jaroslav Kysela
a435a3900e Added check for AMTAR 2002-10-23 13:24:07 +00:00
Jaroslav Kysela
d38f94a2ab Added check for older libtool 2002-10-23 13:06:49 +00:00
Jaroslav Kysela
ff88bf7aad Returned back old code for versioned symbols 2002-10-23 09:18:38 +00:00
Jaroslav Kysela
ad6900c3eb Check for older ld 2002-10-23 08:28:47 +00:00
Jaroslav Kysela
d79b61662a Use long option for bzip2 compression to make it work with new and older tar 2002-10-23 07:38:21 +00:00
Jaroslav Kysela
55a8da9341 Build system updates... 2002-10-22 20:20:03 +00:00
Jaroslav Kysela
17f35d0043 Replaced j argument for tar with older I 2002-10-22 20:03:07 +00:00
Jaroslav Kysela
01f0f5e75e Changed AMTAR -> TAR 2002-10-22 19:25:30 +00:00
Jaroslav Kysela
9f0f642f39 0.9.0rc4 2002-10-22 18:21:10 +00:00
Jaroslav Kysela
d2095e3a35 Fixed stream info for info ioctl in open() 2002-10-22 14:21:49 +00:00
Jaroslav Kysela
6979732fa5 Changed sw_params to follow hw_params (unify functions) 2002-10-19 19:09:46 +00:00