Commit graph

1548 commits

Author SHA1 Message Date
Jaroslav Kysela
7c72da4ae5 Added simple_mixer and simple_pcm subdirs with some 'empty' code 2003-06-22 18:09:03 +00:00
Jaroslav Kysela
72e6c9c3c0 NOCARE -> IGNORE (thanks Abramo) 2003-06-22 14:46:15 +00:00
Jaroslav Kysela
cff8e26fb7 Added snds_pcm_param_xrun() 2003-06-22 12:44:41 +00:00
Jaroslav Kysela
b004a9d791 Added snd_pcm_munmap() call to snd_pcm_close() - free all resources 2003-06-22 09:59:03 +00:00
Jaroslav Kysela
501342abbb Initial version of simple pcm + mixer interfaces 2003-06-21 08:55:40 +00:00
Jaroslav Kysela
ea8feb43e2 Reverted back (N)RPN decoding - it is difficult to do this job here 2003-06-16 18:53:25 +00:00
Jaroslav Kysela
8f78ae3b84 Added proper handling of nonregistered and registered MIDI parameters 2003-06-16 11:00:30 +00:00
Jaroslav Kysela
19e3baa6e1 arm section update 2003-06-14 08:11:24 +00:00
Jaroslav Kysela
3298a54dbd One more fix to dlsym 2003-06-14 07:38:28 +00:00
Jaroslav Kysela
8bf6c1e5e6 Do not use snd_dl*() functions, dev->activate can be NULL 2003-06-14 07:31:54 +00:00
Jaroslav Kysela
dad3f82711 0.9.4 2003-05-31 17:49:22 +00:00
Jaroslav Kysela
3b9b0d37bf Removed more asserts 2003-05-28 18:49:15 +00:00
Takashi Iwai
4bd0183b1f fixed the detection of dimensions in snd_ctl_elem_info_get_dimensions(). 2003-05-20 08:49:12 +00:00
Takashi Iwai
02e9d7c3e6 - fixed the routing with use_getput condition.
use_getput will be changed after loading the ttable, so the conversion
  function cannot be determined at this stage.
2003-05-16 14:36:26 +00:00
Takashi Iwai
d14884563f fixed IEC958 pcm (wrong device index). 2003-05-16 14:34:20 +00:00
Takashi Iwai
42cb01576d fixed a missing slave.pcm line. 2003-05-16 10:13:58 +00:00
Takashi Iwai
71726ce535 - added config for nVidia nForce. 2003-05-15 13:12:12 +00:00
Jaroslav Kysela
3cce88b444 Added async_direct method 2003-05-15 09:10:36 +00:00
Abramo Bagnara
2fb0fa541e Fixed typos. (one of that courtesy of Sourav K. Mandal <smandal@uclink.berkeley.edu> 2003-05-05 14:24:11 +00:00
Jaroslav Kysela
68f5980103 Fixed fcntl() call 2003-05-04 20:07:30 +00:00
Jaroslav Kysela
a24442958b Use snd_pcm_hwsync() rather than snd_pcm_delay() in write_areas() 2003-05-04 20:06:30 +00:00
Jaroslav Kysela
eba436727f 0.9.3 2003-04-30 15:06:45 +00:00
Jaroslav Kysela
d7233fe472 Optimized spdif device 2003-04-29 07:45:35 +00:00
Jaroslav Kysela
7f8f72108c initial version 2003-04-26 08:26:05 +00:00
Jaroslav Kysela
573f85dc1d - added shm area manager code
- fixed parsing of period_size/buffer_size options for dmix, dsnoop and
  dshare plugins
2003-04-23 12:41:55 +00:00
Jaroslav Kysela
7340d20729 Fixed documented bugs by Clemens Ladisch <clemens@ladisch.de> 2003-04-23 08:01:07 +00:00
Jaroslav Kysela
05d57ff3be Added missing sync_ptr() call to pcm_status() function 2003-04-19 13:12:59 +00:00
Takashi Iwai
f4891ca932 added surround51, center and lfe definitions. 2003-04-02 14:45:36 +00:00
Jaroslav Kysela
368918b453 Added snd_ctl_elem_info_get_dimensions() and snd_ctl_elem_info_get_dimension() functions. 2003-04-01 13:58:09 +00:00
Takashi Iwai
2978d18323 check the current pcm status in snd_pcm_read/write_areas() if
snd_pcm_wait() returns an error.  this will fix the bogus
return code of snd_pcm_readi/writei().
2003-03-27 09:10:22 +00:00
Takashi Iwai
7714346bc2 added pcm_d* files. 2003-03-26 15:24:19 +00:00
Jaroslav Kysela
49ebb948c8 Added dsnoop definition 2003-03-21 12:56:42 +00:00
Jaroslav Kysela
af01a330d6 Added <sys/uio.h> inclusion 2003-03-20 08:01:41 +00:00
Jaroslav Kysela
598dc8b10e 0.9.2 2003-03-19 17:57:34 +00:00
Jaroslav Kysela
a10140cef6 Added more comments for 32-bit mixing 2003-03-19 16:42:47 +00:00
Jaroslav Kysela
ead9960abc Added dsnoop and dshare plugins 2003-03-19 16:38:43 +00:00
Jaroslav Kysela
7470a5b9af dshare and dsnoop plugins are working now 2003-03-19 16:35:35 +00:00
Jaroslav Kysela
87538939bd A small cleanup to 32-bit mix routine as Abramo suggested 2003-03-19 13:16:21 +00:00
Jaroslav Kysela
6235dab516 Corrected universal 32-bit mixing routine 2003-03-19 12:27:43 +00:00
Jaroslav Kysela
bc28eccdcd Extracted common code from dmix plugin.
Initial framework for dsnoop and dshare plugins.
2003-03-18 20:37:42 +00:00
Jaroslav Kysela
8dcce6339b Reducet a bit header files 2003-03-18 18:03:24 +00:00
Jaroslav Kysela
2e7fe2865a Moved send_fd/receive_fd routines to src/socket.c . 2003-03-18 18:00:05 +00:00
Jaroslav Kysela
ad49e473ec Removed unused variable 2003-03-18 17:41:10 +00:00
Jaroslav Kysela
cfe6f7be54 Added bindings to dmix plugin 2003-03-18 17:08:38 +00:00
Jaroslav Kysela
9ccf002f54 Added 32-bit sample support to dmix plugin 2003-03-18 14:15:19 +00:00
Jaroslav Kysela
56dbac84f8 0.9.1 release 2003-03-11 21:11:03 +00:00
Jaroslav Kysela
871c3e7656 Decoder is now generic MIDI device 2003-03-11 20:34:28 +00:00
Jaroslav Kysela
fea03e9eba Fixed compilation --with-versioned=no 2003-03-11 18:51:32 +00:00
Jaroslav Kysela
915de60abf Added note about jack plugin 2003-03-10 12:55:43 +00:00
Jaroslav Kysela
e14cdf70ae Added directory installation to install-jack 2003-03-10 12:54:08 +00:00