Jaroslav Kysela
50414b817e
Added -n (--list-devnames) command
2005-05-10 10:53:40 +00:00
James Courtier-Dutton
36820ac625
Don't use max volume
2005-05-03 18:36:08 +00:00
James Courtier-Dutton
177e788c59
Fix speaker-test with -FS32_LE format.
2005-05-03 18:27:50 +00:00
Jaroslav Kysela
f0032ba2b5
release: 1.0.9rc3
2005-04-27 14:04:23 +00:00
James Courtier-Dutton
36f7af4ffc
Implement order for 8-channel sound, arranged in 7.1 mode.
2005-04-16 13:23:52 +00:00
James Courtier-Dutton
fb2f99f1f9
Install sound samples to correct places.
...
All .wav files go in /usr/share/sounds/alsa
The sample_map.csv goes in /usr/share/alsa/speaker-test
2005-04-16 11:09:26 +00:00
James Courtier-Dutton
266e9b3a94
Add sound samples.
2005-04-16 10:19:50 +00:00
James Courtier-Dutton
e7e0f401f1
Implement Pink noise output.
...
Thank you Nathan Hurst and Phil Burk.
2005-04-14 15:53:53 +00:00
James Courtier-Dutton
be0e80e87c
Minor updates. No functionallity changes.
2005-04-14 15:06:33 +00:00
Takashi Iwai
53adb97f2e
Fix typo
...
Fixed a typo.
2005-03-30 16:11:11 +00:00
Jaroslav Kysela
a35432c43e
Fixed basic astraction selection for simple mixer API
2005-03-29 14:06:29 +00:00
Jaroslav Kysela
1299087e6c
Added -a,--abstract switch for upcoming abstract mixer API
2005-03-27 12:50:34 +00:00
Jaroslav Kysela
e9556324e1
release: 1.0.9rc2
2005-03-24 09:50:04 +00:00
Claudio Fontana
81de42cbf6
fix typo
...
Just s/verion/version/ in alsaconf.in
Signed-off-by: Claudio Fontana <sick_soul@yahoo.it>
2005-03-24 08:24:52 +00:00
Takashi Iwai
cd0ee17f59
Adjust Front volume as default
...
Adjust "Front" volume as default, too.
2005-03-16 13:31:31 +00:00
Takashi Iwai
e1c0234015
Add alsaconf french man page
...
Added a french man page for alsaconf by Baptiste Meles.
2005-03-16 13:30:47 +00:00
Clemens Ladisch
556364bbaf
detect attempts to play .mid files with amidi
...
Complain when the user attempts to play .mid files with amidi.
2005-03-14 15:13:48 +00:00
Clemens Ladisch
44cb75c764
fix amidi error handling
...
Fix error handling when the input file cannot be loaded.
2005-03-14 15:11:45 +00:00
Jaroslav Kysela
b1e13d251a
release: 1.0.9rc1
2005-03-13 09:31:40 +00:00
Markus Bollinger
143676f7b6
Fix 32kHz sample rates
...
Fixed typos in check of sample rates. Now 32k is handled correctly.
Signed-off-by: Markus Bollinger <bollinger@digigram.com>
2005-03-08 16:14:29 +00:00
Thomas Hood
0cfa228fdd
Change the Debian configuration file name
...
The patch changes the file name to which alsaconf writes
if the system is Debian
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2005-02-22 17:06:59 +00:00
Takashi Iwai
b3a003ea3e
Fix check of fedora and redhat distributions
...
Fix the syntax error in check of fedora and redhat distributions
(BTS #318 )
2005-02-22 17:04:51 +00:00
Thomas Hood
3701b2c65f
Fix typo in alsaconf "modinfo" option
...
BTS #921
Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
2005-02-22 13:42:44 +00:00
Clemens Ladisch
51b48adbaa
move event dumping from arecordmidi to aseqdump
...
Remove the event dumping functionality from arecordmidi and
put it into the new aseqdump utility.
2005-02-21 08:30:12 +00:00
Clemens Ladisch
c88c669ee2
adopt readme changes in manpage
...
Adopt the changes in the 0.0.7 raeadme in the man page.
2005-02-21 08:27:11 +00:00
Clemens Ladisch
3e7f43d52a
use non-breaking hyphens in man page
...
Replace - with \- where breaking hyphens are not intended.
2005-02-21 08:18:58 +00:00
Takashi Iwai
ead77a1000
Update to speaker-tools 0.0.7
...
Updated to speaker-tools version 0.0.7.
2005-02-18 10:18:53 +00:00
Takashi Iwai
d0dfabdfcc
Use -q option with grep
...
Use -q option with grep.
2005-02-17 15:03:35 +00:00
Clemens Ladisch
c44463f841
fix buffer length calculation
...
The send_hex buffer length has to include the separating space, too.
2005-02-16 10:03:52 +00:00
Clemens Ladisch
d7d4a53d59
clarify options in man page
...
Actually show an overview of the options instead of saying "amidi options".
2005-02-16 09:54:28 +00:00
Clemens Ladisch
5df127e3f3
allow --send-hex data without quotes
...
Now all non-option arguments are read as data for the -S option,
instead of requiring exactly one argument for -S.
This fixes the bug that when specifying multiple bytes for the -S
option separated with spaces but without quoting, amidi would silently
ignore all but the first byte.
2005-02-16 09:52:25 +00:00
Giuliano Pochini
943bf551e1
amixer no-range-checking option
...
This patch adds the --nocheck option that disables range checking. It helps
debugging drivers.
Signed-off-by: Giuliano Pochini <pochini@shiny.it>
2005-02-04 15:35:27 +00:00
Takashi Iwai
4d710af543
Fix exit code
...
Fixed the exit code with -h option and invalid options.
2005-01-31 17:49:38 +00:00
Takashi Iwai
ffa1ca09fe
Fix exit code
...
Fixed the exit code for invalid options. Now returns 1.
2005-01-31 17:49:04 +00:00
Takashi Iwai
4cd2c00fb3
Fix exit status
...
Return the exit status 0 after -h option.
When invalid options are given, it should return exit code 1.
2005-01-31 13:52:09 +00:00
Takashi Iwai
b729f4fc30
exits with status 0 after -h option
...
amixer exits with status 0 after -h option (ALSA BTS #858 ).
2005-01-31 13:48:50 +00:00
Takashi Iwai
e188eaf097
Show other view names
...
alsamixer shows all view names in the View: line so that user
can understand what it means. The currently used view is
shown with brackets and emphasized.
2005-01-31 13:46:05 +00:00
Takashi Iwai
6781eaa78c
return error code on faillure
...
Patch by Thierry Vignaud <tvignaud@mandrakesoft.com>:
this enable callers to be aware of any faillure
2005-01-24 12:02:35 +00:00
Takashi Iwai
99e0fe4513
Sort options in alphabetic order
...
Sort options in alphabetic order.
2005-01-20 18:06:10 +00:00
Takashi Iwai
2b83c39265
Fix compile warnings
...
Fixed compile warnings due to unused variables.
2005-01-13 15:42:25 +00:00
Takashi Iwai
7fe50fb4fa
Fix make without NLS
...
Fix make without NLS support.
2005-01-13 15:32:56 +00:00
Jaroslav Kysela
7cebba00e5
release: 1.0.8
2005-01-13 09:55:09 +00:00
Takashi Iwai
681201610d
Support quick volume change
...
Patch provided by nijel, ALSA BTS #785 :
Attached patch adds support for quickly changing volume using 0-9 keys
in simmilar way as aumix does.
2005-01-12 11:08:53 +00:00
Takashi Iwai
c074e5e93d
Remove number key assignment
...
Don't use number keys for alternatives to F1-F5.
The Tab key can be used to toggle view modes, instead.
2005-01-12 11:02:27 +00:00
Clemens Ladisch
f72966589c
fix crashes when selecting an empty view
...
alsamixer would crash when a view without controls was selected
2005-01-10 08:25:27 +00:00
Takashi Iwai
2508fc58b5
Fix installation
...
It seems that old autoconf doesn't like @mkdir_p@...
2005-01-05 11:40:10 +00:00
Jaroslav Kysela
7ab9d16db3
release: 1.0.8rc2
2005-01-05 06:59:09 +00:00
Takashi Iwai
6cac9800df
Fix installation
...
Fix installation: use mkdir -p instead of mkinstalldirs.
2005-01-03 13:35:10 +00:00
Takashi Iwai
02244f65c0
Fix VU meter
...
Fixed VU meter output of 8 and 32bit samples.
2005-01-03 13:33:06 +00:00
Takashi Iwai
990153e3a4
Fix compilation
...
Fix compilation: the code was based on the developing version of alsa-lib...
2005-01-03 13:32:34 +00:00