Commit graph

705 commits

Author SHA1 Message Date
Takashi Iwai
11f789c4f9 Fix unexpected abort of alsamixer
Fixed unexpected abort of alsamixer when no playback or capture elements
are available.  Also fixed the wrong use of temporary array in
displaying item name.
2005-06-15 12:49:07 +00:00
Takashi Iwai
7b0c847f1a Fix typos in man pages
Fix typos in man pages (bug #1024)
2005-06-08 13:55:54 +00:00
Jaroslav Kysela
eb408a393d amixer - useful script for debugging 2005-06-07 11:41:48 +00:00
Jaroslav Kysela
53c4073617 Two modporbe calls lack path
All but two calls to modprobe in alsaconf call it with the full path.  For
consistency the remaining two calls should also use the full path.
2005-06-07 07:03:37 +00:00
Jaroslav Kysela
734cb04e08 Set the device name for smixer_options 2005-06-06 14:02:10 +00:00
Jaroslav Kysela
3121251d82 release 1.0.9a
Patch-level: Merged
2005-06-02 11:38:46 +00:00
Takashi Iwai
49693cac86 Add Russian translation
Add Russian translation for alsaconf, taken from BTS #1130.
2005-05-31 11:03:33 +00:00
Takashi Iwai
ff1354844a Fix crash with enum controls
Fix crash in display enum controls.
2005-05-30 16:37:52 +00:00
James Courtier-Dutton
ae524665a9 Comment out a section that causes an assert in alsamixer, until this section of code works. 2005-05-28 16:06:14 +00:00
Jaroslav Kysela
08e1bde353 release: 1.0.9 2005-05-27 12:58:49 +00:00
Jaroslav Kysela
b2c39abcd1 release: 1.0.9rc4a 2005-05-23 20:41:12 +00:00
Takashi Iwai
34e3b1c783 Fix segfault with no-capture devices
Fix segfault on the device without capture controls when the view
is changed to capture mode (bug #1080).
2005-05-23 16:48:17 +00:00
Takashi Iwai
b45a11b0ed Add alsactl.h
Added the missing alsactl.h
2005-05-23 14:52:32 +00:00
Jaroslav Kysela
d4404e3d50 release: 1.0.9rc4 2005-05-23 11:32:48 +00:00
James Courtier-Dutton
f8d4923fa7 Improve display of long text for enums. 2005-05-22 14:16:38 +00:00
Takashi Iwai
a9881f3f20 Fix --force option
Fixed the broken --force option.
2005-05-17 16:18:14 +00:00
Takashi Iwai
4e1596422b Ignore -ENOTTY error
Ignore -ENOTTY errror in probe functions, which indicates the
non-existing component.
2005-05-17 10:38:07 +00:00
Takashi Iwai
cae569e10e Remove unused variable
Removed unused variable.
2005-05-13 17:30:50 +00:00
Takashi Iwai
259fb326fb Fix compile warnings
Fixed compile warnings with gcc4.
2005-05-13 17:30:00 +00:00
Takashi Iwai
228f635482 Fix manpage installation
Fix the installation of man page files (the exstion was omitted).
2005-05-13 12:14:16 +00:00
Clemens Ladisch
1da1c52d03 alsactl - add names for unique rawmidi subdevices
When a rawmidi device has subdevices with unique names, add names for
all of them instead of only one name for the device.
2005-05-12 08:27:11 +00:00
Clemens Ladisch
13e1fc1a1d alsactl - probe rawmidi device for rawmidi definitions
Try to open the rawmidi device instead of a pcm device with the
same name when probing virtual rawmidi definitions.
2005-05-11 07:43:39 +00:00
Clemens Ladisch
5c1b10dea0 fix name of hw sequencer definition
The name of the hardware sequencer definition is "hw", not "seq".
2005-05-11 07:41:09 +00:00
Jaroslav Kysela
0a95822af5 alsa-lib 1.0.9 is required now 2005-05-10 11:23:56 +00:00
Jaroslav Kysela
31efc323b1 split source per command and added command 'names'
- sources are splitted to separate files
- added initial code for 'names' command
2005-05-10 10:55:24 +00:00
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