Commit graph

721 commits

Author SHA1 Message Date
Takashi Iwai
0b9e7577a3 Add -V option
Add -V option to specify the default view mode.
2004-12-20 13:17:47 +00:00
Takashi Iwai
2c82a98968 Start aplay/arecord in non-blocking mode
Start aplay/arecord with -N option in non-blocking mode.
2004-12-20 13:17:08 +00:00
Takashi Iwai
30b608001f Reinitialize the size calculation at view change
The volume bar and space sizes are recalculated at each time when
the view mode is changed.  This will fix the problem when the view
with fewer volumes is switched to the view with more volumes.
2004-12-15 15:15:56 +00:00
Takashi Iwai
063ff485e2 Assign alternative keys for function keys
Assign number 1-5 keys as alternative keys for the function keys.
Some terminal programs like gnome-terminal doesn't like that apps
use function keys.
2004-12-03 13:34:39 +00:00
Takashi Iwai
7b0c738323 Change the view toggle behavior
Added [F5] key to toggle to "All channels".
Back from help/proc screen keeps the old channel view mode.
2004-12-02 17:27:41 +00:00
Thomas Hood
245c371483 Add man page of speaker-test
Attached is a speaker-test man page which I believe was submitted to
Debian by James Courtier-Dutton. Please proof read it before including it.

Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2004-12-02 14:44:58 +00:00
Jaroslav Kysela
78c7251f04 release: 1.0.7 2004-11-11 18:29:03 +00:00
Takashi Iwai
067be2158d added requirements section and fixed the obsolete path 2004-11-09 18:36:47 +00:00
Jaroslav Kysela
78f5beec33 release: 1.0.7rc2 2004-10-12 05:58:45 +00:00
Nicolas FRANCOIS
ca5f8cbcfe Fix hyphens in man pages
This patch converts hyphens to minus signs in the man pages (for options,
emails, or command line examples).

This patch also closes one font modifier in iecset.1.
(s/\fIfalse\fI,/\fIfalse\fP,/)

Signed-off-by: Nicolas FRANCOIS <nicolas.francois@centraliens.net>
2004-10-08 16:15:34 +00:00
Thomas Hood
33b47cd2d4 make alsaconf parse lspci output correctly
Fix for systems like debian which has different lspci output.

Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2004-09-24 11:29:02 +00:00
Takashi Iwai
24f54a9ea6 Assign '?' key for help
Assign '?' key for viewing the help as a synonym for 'h'.
2004-09-24 10:19:29 +00:00
Thomas Hood
9adc21fdb0 mention that commands given to alsamixer in upper case can also be entered in lower case
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2004-09-24 10:00:42 +00:00
Thomas Hood
dba1bfa750 Refrain from creating /etc/modprobe.conf if it does not already exist
Patch for alsaconf which makes it refrain from creating
/etc/modprobe.conf if the latter does not already exist.

Creating an empty /etc/modprobe.conf is bad because if it
exists then modprobe uses _only_ this file -- it does not
use /etc/modprobe.d/.

Additionally, this patch makes alsaconf set the cleanup
trap before it creates temporary files rather than after.

Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2004-09-24 09:58:20 +00:00
Thomas Hood
7de47ff37b Add a missing letter 'e'
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2004-09-24 09:53:32 +00:00
Thomas Hood
c7faadde2d Describe what happens if aplay's --duration is zero
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2004-09-24 09:51:45 +00:00
Thomas Hood
3e6080525e fixes its use of formatting codes in amixer.1
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2004-09-24 09:49:57 +00:00
Thomas Hood
3b32c65f4e mention that '<' and '>' mute channels separately only if the hardware supports this
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2004-09-24 09:36:52 +00:00
Thomas Hood
3e561660cf Correct the description of the function of the spacebar in alsamixer.1
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2004-09-24 09:33:20 +00:00
Thomas Hood
57cf365811 In Debian write to the correct configuration file
Patch for alsaconf.in to make it use the correct configuration
filename for Debian

Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2004-09-23 11:00:35 +00:00
Clemens Ladisch
72ae8b1e79 various bugfixes
- don't parse -X option because such an option doesn't exist
- allow argument for --sleep-min option
- fix handling of .voc magic string
- fix handling of .voc files on big-endian machines
- remove superfluous "size" parameter from check_wavefile_space macro
- reallocate buffer only if needed in check_wavefile_space
- fix playback of >2GB .wav files
- skip over padding bytes in .wav files
- fix memory leak when playing .voc silence blocks
- fix file length when recording >2GB .wav files
- fix recording of >4GB files
2004-09-13 07:04:53 +00:00
Takashi Iwai
dfec58eb7e [alsaconf] fix probing, option clean up.
- Fixed the probing brokenness by my last change.
- Fixed long options.
- Now -L option requires the logfile argument.
- Corrected manpage.
2004-08-31 16:27:25 +00:00
Takashi Iwai
398713e136 James Courtier-Dutton <James@superbug.demon.co.uk>:
It causes alsamixer to display 2 different views of the mixer controls.
One view shows only the "Playback" controls, the other view shows only
the "Capture" controls, with a hidden mode (Press F1, then Enter) to
show the old method of all controls together.
2004-08-27 16:29:20 +00:00
Takashi Iwai
63909d1cf7 Fixed the detection of audio class.
Now class 040? is detected, not only 0401 (Intel HD has 0402).
2004-08-27 16:25:37 +00:00
Jaroslav Kysela
acdd3317f9 release: 1.0.6 2004-08-15 08:24:58 +00:00
Jaroslav Kysela
095e74167c Fixed typo 2004-08-10 09:46:19 +00:00
Takashi Iwai
91bac61d83 Added -c option to specify the module config file. 2004-08-05 14:33:56 +00:00
Takashi Iwai
59bf7f2c34 Fixed the wrong integer suffix. 2004-08-04 15:21:12 +00:00
Jaroslav Kysela
5e02c1d5a8 release: 1.0.6rc1 2004-08-04 13:42:02 +00:00
Clemens Ladisch
ce70bf037a manpages: remove bogus .ID macro, use .TP for examples 2004-07-09 07:09:28 +00:00
Takashi Iwai
36b797f335 Show warning if the format is changed due to the file type.
(e.g. WAV yields little-endian)
2004-07-01 09:36:54 +00:00
Clemens Ladisch
d6b7774f7f print caption in hardware list only once 2004-06-10 15:50:58 +00:00
Jaroslav Kysela
5b0f5dfb81 release: 1.0.5 2004-05-28 13:17:19 +00:00
Jaroslav Kysela
b10e3b2273 release: 1.0.5rc1 2004-05-24 17:58:29 +00:00
Jaroslav Kysela
2db52ba839 James Courtier-Dutton <James@superbug.demon.co.uk>
I attach a patch that updates the speaker-test program.
It corrects a few minor bugs as well as add a new -s option.
2004-05-16 13:43:29 +00:00
Takashi Iwai
e4d3e84845 show single values for mono volumes. 2004-05-11 16:58:48 +00:00
Takashi Iwai
25dba8a7f2 added speaker-test utility by James Courtier-Dutton <James@superbug.demon.co.uk>
imported version: 0.0.4.
2004-05-10 14:28:02 +00:00
Clemens Ladisch
4b26b779a1 fix default buffer time setting when maximum buffer time is less than 250 ms 2004-05-03 10:03:57 +00:00
Jaroslav Kysela
25141facf0 amorac <amorac@ole.com>
arecord doesn't record if you don't indicate the time limit
The problem happens when the Wave-file is checked for it being even.
I have tried with the next change in aplay.c and it seems to work fine.
2004-04-27 13:38:59 +00:00
Jaroslav Kysela
eb52dc6ec8 Gentoo update 2004-04-19 14:43:26 +00:00
Clemens Ladisch
58a11d86fd arecordmidi enhancements by Pedro Lopez-Cabanillas 2004-04-06 06:22:19 +00:00
Jaroslav Kysela
cfa7fe10eb release: 1.0.4 2004-04-03 09:41:15 +00:00
Jaroslav Kysela
18e600ed35 Added AC_PREREQ(2.53) for autoconf 2004-04-03 08:40:17 +00:00
Jaroslav Kysela
ca51bbf2a4 release: 1.0.4rc1 2004-03-26 16:15:46 +00:00
Takashi Iwai
789ca41f1b fixed the legacy detection with the recent modprobe 2004-03-19 13:29:23 +00:00
Jaroslav Kysela
e9dc0c0ace Added rpmbuild detection 2004-03-14 17:06:24 +00:00
Jaroslav Kysela
2b6e61e353 Jeff Law
aplay.c relies upon a GCC extension that has been removed.
Specifically the "cast as lvalue" extension. This patch removes
this dependency.
2004-03-09 17:43:46 +00:00
Jaroslav Kysela
9a30928540 more 64-bit stuff 2004-03-09 13:18:29 +00:00
Takashi Iwai
b5cb7ac07d added a workaround for some dell dimension board. 2004-03-05 16:52:11 +00:00
Jaroslav Kysela
728dc253d8 1.0.3 release 2004-02-29 14:18:28 +00:00