Takashi Iwai
84730c976f
initialize the running mode (if exists).
2002-06-21 12:24:58 +00:00
Takashi Iwai
9081af5d02
fixed compile warning.
2002-06-18 16:06:36 +00:00
Takashi Iwai
12e89c5307
fixed compile warning (conversion between signed and unsigned).
2002-06-18 16:06:14 +00:00
Takashi Iwai
2c1041f4f1
removed invalid const qualifier.
2002-06-18 16:05:36 +00:00
Takashi Iwai
96f9667114
added GUS.conf
2002-06-12 17:06:40 +00:00
Takashi Iwai
929dc3a227
more correct fixes.. it's different from other plugins.
2002-06-12 16:44:01 +00:00
Takashi Iwai
889e3bc1c6
fixed compile with the recent changes.
2002-06-12 16:38:42 +00:00
Takashi Iwai
46f5b240c4
added libtoolize.
2002-06-12 16:38:21 +00:00
Takashi Iwai
05b64bad5a
fixed missing root argument.
...
now null plugin works fine.
2002-06-11 11:31:21 +00:00
Jaroslav Kysela
a09bda7a61
Added GUS.conf
2002-06-11 07:02:02 +00:00
Jaroslav Kysela
7fbb1a3071
Removed dummy code
2002-06-10 11:16:58 +00:00
Takashi Iwai
ea83756fbe
- removed snd_seq_create_event from seq.h. it's deprecated.
...
the function itself still exists for compatibility
but protected by DOC_HIDDEN.
- a bit more comments about snd_seq_free_event.
- since alsa.m4 used snd_seq_create_event for checking libasound,
now it's replaced with snd_ctl_open.
2002-05-27 11:14:20 +00:00
Jaroslav Kysela
ffda02123d
Added INTEGER64 support by Paul Davis
2002-05-13 09:34:08 +00:00
Jaroslav Kysela
f74dc6ba74
Added snd_seq_port_subscribe_set_voices()
2002-05-12 07:23:32 +00:00
Jaroslav Kysela
8fa8c25f0b
Fixed sysex event encoding
2002-05-11 06:28:55 +00:00
Jaroslav Kysela
eca779d1d6
Initial version
2002-05-09 07:18:53 +00:00
Jaroslav Kysela
df1a65cc23
Added RME9636 and RME9652 files
2002-05-09 07:16:39 +00:00
Jaroslav Kysela
712501af15
Added integer64 routines for control API
2002-05-08 07:56:39 +00:00
Takashi Iwai
50be21e1e4
fixed the detection of playback switch.
2002-05-02 10:58:10 +00:00
Takashi Iwai
54ae06305d
don't recheck MMAP_XXX masks (in mmap_emulation mode only).
2002-04-30 12:40:11 +00:00
Takashi Iwai
ab705b6142
added missing checks of return values.
2002-04-30 12:39:32 +00:00
Jaroslav Kysela
c39d1a665d
Enhanced description of snd_rawmidi_nonblock()
2002-04-24 10:38:41 +00:00
Takashi Iwai
a577b0d7c1
fixed open - accepts SND_RAWMIDI_SYNC flag.
2002-04-24 08:50:44 +00:00
Jaroslav Kysela
9fd32231dd
Fixed memory leak introduced with new ring buffer place
2002-04-23 15:59:46 +00:00
Jaroslav Kysela
c941c548f8
Moved ring buffer pointers and added a mechanism to transfer them via shm
2002-04-23 15:51:29 +00:00
Jaroslav Kysela
f063381430
Added snd_midi_event_no_status()
2002-04-19 17:34:57 +00:00
Jaroslav Kysela
fb07cd28e5
Removed IPC code from sequencer code
2002-04-17 08:50:56 +00:00
Jaroslav Kysela
6746dabeb1
Fixed capture for plugins
2002-04-16 19:24:58 +00:00
Jaroslav Kysela
755d563910
Fixed entry for static linking
2002-04-03 17:47:17 +00:00
Jaroslav Kysela
e131f156b5
Added more explanation for i/o access
2002-03-27 18:39:42 +00:00
Jaroslav Kysela
853304bbf4
Corrections by Kevin Conder <kconder@interaccess.com>
2002-03-12 20:14:33 +00:00
Jaroslav Kysela
b559c97833
Linear interpolation fix by Takashi
2002-03-12 19:22:43 +00:00
Takashi Iwai
8336a94225
fixed handling of capture switch / volume:
...
"Capture Switch" and "Capture Volume" controls are handled
capture switch and volume without playback capabilities.
capture switch and volume capabilities are not set on
global switches and volumes such as Bass and Treble.
only playback switch/volume is set.
2002-03-12 12:30:17 +00:00
Jaroslav Kysela
76712fb46b
Cleanups in expand()
2002-03-11 18:56:34 +00:00
Jaroslav Kysela
22bd1c328a
Added proper initialization for expand, added corrections for sw_params (checks for period_size and buffer_size)
2002-03-11 14:59:11 +00:00
Jaroslav Kysela
c31a3bff06
Fixed typo
2002-03-11 13:19:28 +00:00
Jaroslav Kysela
89d3f1d82f
Added debug printf
2002-03-11 13:18:46 +00:00
Takashi Iwai
a5cdbcced2
fixed comment.
2002-03-11 12:53:28 +00:00
Takashi Iwai
0d4df92f80
fixed xrun problems with rate conversion.
2002-03-11 12:49:57 +00:00
Takashi Iwai
9fc594f47b
fixed segfault in rate conversions.
2002-03-08 14:29:09 +00:00
Jaroslav Kysela
e95743c33f
Fixed center_lfe for EMU10K1 and Audigy
2002-03-08 07:46:59 +00:00
Jaroslav Kysela
45dfa6ee1b
Fixed initialization of snd_midi_event_t structure seq_midi_event_t
2002-03-04 09:39:46 +00:00
Jaroslav Kysela
aeeb396002
Added abort when no more frames can be processed
2002-03-03 09:24:14 +00:00
Jaroslav Kysela
58f74152f5
Accept also long description of format for snd_pcm_format_value()
2002-03-03 07:34:00 +00:00
Takashi Iwai
08860b2cea
Fixed rear and center/lfe outputs
2002-02-22 12:54:35 +00:00
Jaroslav Kysela
42c4c163a3
Fixed against latest internal API
2002-02-22 08:21:18 +00:00
Jaroslav Kysela
ecd21fa26c
Removed old assert from read/write_areas
2002-02-22 08:20:51 +00:00
Jaroslav Kysela
63fc0363c4
Added ommited break
2002-02-22 07:51:43 +00:00
Jaroslav Kysela
4a0e9058a9
Fixed xfer variable initialization for capture in avail_update()
2002-02-21 15:03:50 +00:00
Jaroslav Kysela
e128bf856e
Cleaned the mmap_commit implementations in plugins.
...
Added undo callbacks for snd_pcm_plugin based plugins.
- helpers when mmap_commit proceed only a partial transfer
Fixes to avail_update implementation in pcm_hw.c.
2002-02-21 15:01:34 +00:00