]> git.alsa-project.org Git - alsa-utils.git/log
alsa-utils.git
20 years agoinitial debug script
Jaroslav Kysela [Thu, 16 Jun 2005 11:53:49 +0000 (11:53 +0000)]
initial debug script

20 years agoAdded support for abstraction selection
Jaroslav Kysela [Thu, 16 Jun 2005 11:53:20 +0000 (11:53 +0000)]
Added support for abstraction selection
- (basic abst might be the default someday)

20 years agoAdd enum control support to sget/sset
Takashi Iwai [Wed, 15 Jun 2005 14:55:37 +0000 (14:55 +0000)]
Add enum control support to sget/sset

Added the enum control support to amixer sget/sset.

20 years agoFix a wrong display in the last patch
Takashi Iwai [Wed, 15 Jun 2005 12:53:30 +0000 (12:53 +0000)]
Fix a wrong display in the last patch

Fixed a wrong item display in the last patch.

20 years agoFix unexpected abort of alsamixer
Takashi Iwai [Wed, 15 Jun 2005 12:49:07 +0000 (12:49 +0000)]
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.

20 years agoFix typos in man pages
Takashi Iwai [Wed, 8 Jun 2005 13:55:54 +0000 (13:55 +0000)]
Fix typos in man pages

Fix typos in man pages (bug #1024)

20 years agoamixer - useful script for debugging
Jaroslav Kysela [Tue, 7 Jun 2005 11:41:48 +0000 (11:41 +0000)]
amixer - useful script for debugging

20 years agoTwo modporbe calls lack path
Jaroslav Kysela [Tue, 7 Jun 2005 07:03:37 +0000 (07:03 +0000)]
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.

20 years agoSet the device name for smixer_options
Jaroslav Kysela [Mon, 6 Jun 2005 14:02:10 +0000 (14:02 +0000)]
Set the device name for smixer_options

20 years agorelease 1.0.9a v1.0.9a
Jaroslav Kysela [Thu, 2 Jun 2005 11:38:46 +0000 (11:38 +0000)]
release 1.0.9a
Patch-level: Merged

20 years agoAdd Russian translation
Takashi Iwai [Tue, 31 May 2005 11:03:33 +0000 (11:03 +0000)]
Add Russian translation

Add Russian translation for alsaconf, taken from BTS #1130.

20 years agoFix crash with enum controls
Takashi Iwai [Mon, 30 May 2005 16:37:52 +0000 (16:37 +0000)]
Fix crash with enum controls

Fix crash in display enum controls.

20 years agoComment out a section that causes an assert in alsamixer, until this section of code...
James Courtier-Dutton [Sat, 28 May 2005 16:06:14 +0000 (16:06 +0000)]
Comment out a section that causes an assert in alsamixer, until this section of code works.

20 years agorelease: 1.0.9 v1.0.9
Jaroslav Kysela [Fri, 27 May 2005 12:58:49 +0000 (12:58 +0000)]
release: 1.0.9

20 years agorelease: 1.0.9rc4a
Jaroslav Kysela [Mon, 23 May 2005 20:41:12 +0000 (20:41 +0000)]
release: 1.0.9rc4a

20 years agoFix segfault with no-capture devices
Takashi Iwai [Mon, 23 May 2005 16:48:17 +0000 (16:48 +0000)]
Fix segfault with no-capture devices

Fix segfault on the device without capture controls when the view
is changed to capture mode (bug #1080).

20 years agoAdd alsactl.h
Takashi Iwai [Mon, 23 May 2005 14:52:32 +0000 (14:52 +0000)]
Add alsactl.h

Added the missing alsactl.h

20 years agorelease: 1.0.9rc4
Jaroslav Kysela [Mon, 23 May 2005 11:32:48 +0000 (11:32 +0000)]
release: 1.0.9rc4

20 years agoImprove display of long text for enums.
James Courtier-Dutton [Sun, 22 May 2005 14:16:38 +0000 (14:16 +0000)]
Improve display of long text for enums.

20 years agoFix --force option
Takashi Iwai [Tue, 17 May 2005 16:18:14 +0000 (16:18 +0000)]
Fix --force option

Fixed the broken --force option.

20 years agoIgnore -ENOTTY error
Takashi Iwai [Tue, 17 May 2005 10:38:07 +0000 (10:38 +0000)]
Ignore -ENOTTY error

Ignore -ENOTTY errror in probe functions, which indicates the
non-existing component.

20 years agoRemove unused variable
Takashi Iwai [Fri, 13 May 2005 17:30:50 +0000 (17:30 +0000)]
Remove unused variable

Removed unused variable.

20 years agoFix compile warnings
Takashi Iwai [Fri, 13 May 2005 17:30:00 +0000 (17:30 +0000)]
Fix compile warnings

Fixed compile warnings with gcc4.

20 years agoFix manpage installation
Takashi Iwai [Fri, 13 May 2005 12:14:16 +0000 (12:14 +0000)]
Fix manpage installation

Fix the installation of man page files (the exstion was omitted).

20 years agoalsactl - add names for unique rawmidi subdevices
Clemens Ladisch [Thu, 12 May 2005 08:27:11 +0000 (08:27 +0000)]
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.

20 years agoalsactl - probe rawmidi device for rawmidi definitions
Clemens Ladisch [Wed, 11 May 2005 07:43:39 +0000 (07:43 +0000)]
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.

20 years agofix name of hw sequencer definition
Clemens Ladisch [Wed, 11 May 2005 07:41:09 +0000 (07:41 +0000)]
fix name of hw sequencer definition

The name of the hardware sequencer definition is "hw", not "seq".

20 years agoalsa-lib 1.0.9 is required now
Jaroslav Kysela [Tue, 10 May 2005 11:23:56 +0000 (11:23 +0000)]
alsa-lib 1.0.9 is required now

20 years agosplit source per command and added command 'names'
Jaroslav Kysela [Tue, 10 May 2005 10:55:24 +0000 (10:55 +0000)]
split source per command and added command 'names'

- sources are splitted to separate files
- added initial code for 'names' command

20 years agoAdded -n (--list-devnames) command
Jaroslav Kysela [Tue, 10 May 2005 10:53:40 +0000 (10:53 +0000)]
Added -n (--list-devnames) command

20 years agoDon't use max volume
James Courtier-Dutton [Tue, 3 May 2005 18:36:08 +0000 (18:36 +0000)]
Don't use max volume

20 years agoFix speaker-test with -FS32_LE format.
James Courtier-Dutton [Tue, 3 May 2005 18:27:50 +0000 (18:27 +0000)]
Fix speaker-test with -FS32_LE format.

20 years agorelease: 1.0.9rc3 v1.0.9rc3
Jaroslav Kysela [Wed, 27 Apr 2005 14:04:23 +0000 (14:04 +0000)]
release: 1.0.9rc3

20 years agoImplement order for 8-channel sound, arranged in 7.1 mode.
James Courtier-Dutton [Sat, 16 Apr 2005 13:23:52 +0000 (13:23 +0000)]
Implement order for 8-channel sound, arranged in 7.1 mode.

20 years agoInstall sound samples to correct places.
James Courtier-Dutton [Sat, 16 Apr 2005 11:09:26 +0000 (11:09 +0000)]
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

20 years agoAdd sound samples.
James Courtier-Dutton [Sat, 16 Apr 2005 10:19:50 +0000 (10:19 +0000)]
Add sound samples.

20 years agoImplement Pink noise output.
James Courtier-Dutton [Thu, 14 Apr 2005 15:53:53 +0000 (15:53 +0000)]
Implement Pink noise output.

Thank you Nathan Hurst and Phil Burk.

20 years agoMinor updates. No functionallity changes.
James Courtier-Dutton [Thu, 14 Apr 2005 15:06:33 +0000 (15:06 +0000)]
Minor updates. No functionallity changes.

20 years agoFix typo
Takashi Iwai [Wed, 30 Mar 2005 16:11:11 +0000 (16:11 +0000)]
Fix typo

Fixed a typo.

20 years agoFixed basic astraction selection for simple mixer API
Jaroslav Kysela [Tue, 29 Mar 2005 14:06:29 +0000 (14:06 +0000)]
Fixed basic astraction selection for simple mixer API

20 years agoAdded -a,--abstract switch for upcoming abstract mixer API
Jaroslav Kysela [Sun, 27 Mar 2005 12:50:34 +0000 (12:50 +0000)]
Added -a,--abstract switch for upcoming abstract mixer API

20 years agorelease: 1.0.9rc2 v1.0.9rc2
Jaroslav Kysela [Thu, 24 Mar 2005 09:50:04 +0000 (09:50 +0000)]
release: 1.0.9rc2

20 years agofix typo
Claudio Fontana [Thu, 24 Mar 2005 08:24:52 +0000 (08:24 +0000)]
fix typo
Just s/verion/version/ in alsaconf.in
Signed-off-by: Claudio Fontana <sick_soul@yahoo.it>
20 years agoAdjust Front volume as default
Takashi Iwai [Wed, 16 Mar 2005 13:31:31 +0000 (13:31 +0000)]
Adjust Front volume as default

Adjust "Front" volume as default, too.

20 years agoAdd alsaconf french man page
Takashi Iwai [Wed, 16 Mar 2005 13:30:47 +0000 (13:30 +0000)]
Add alsaconf french man page

Added a french man page for alsaconf by Baptiste Meles.

20 years agodetect attempts to play .mid files with amidi
Clemens Ladisch [Mon, 14 Mar 2005 15:13:48 +0000 (15:13 +0000)]
detect attempts to play .mid files with amidi

Complain when the user attempts to play .mid files with amidi.

20 years agofix amidi error handling
Clemens Ladisch [Mon, 14 Mar 2005 15:11:45 +0000 (15:11 +0000)]
fix amidi error handling

Fix error handling when the input file cannot be loaded.

20 years agorelease: 1.0.9rc1 v1.0.9rc1
Jaroslav Kysela [Sun, 13 Mar 2005 09:31:40 +0000 (09:31 +0000)]
release: 1.0.9rc1

20 years agoFix 32kHz sample rates
Markus Bollinger [Tue, 8 Mar 2005 16:14:29 +0000 (16:14 +0000)]
Fix 32kHz sample rates

Fixed typos in check of sample rates.  Now 32k is handled correctly.

Signed-off-by: Markus Bollinger <bollinger@digigram.com>
20 years agoChange the Debian configuration file name
Thomas Hood [Tue, 22 Feb 2005 17:06:59 +0000 (17:06 +0000)]
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>
20 years agoFix check of fedora and redhat distributions
Takashi Iwai [Tue, 22 Feb 2005 17:04:51 +0000 (17:04 +0000)]
Fix check of fedora and redhat distributions

Fix the syntax error in check of fedora and redhat distributions
(BTS #318)

20 years agoFix typo in alsaconf "modinfo" option
Thomas Hood [Tue, 22 Feb 2005 13:42:44 +0000 (13:42 +0000)]
Fix typo in alsaconf "modinfo" option

BTS #921

Signed-off-by: Thomas Hood <jdthood@yahoo.co.uk>
20 years agomove event dumping from arecordmidi to aseqdump
Clemens Ladisch [Mon, 21 Feb 2005 08:30:12 +0000 (08:30 +0000)]
move event dumping from arecordmidi to aseqdump

Remove the event dumping functionality from arecordmidi and
put it into the new aseqdump utility.

20 years agoadopt readme changes in manpage
Clemens Ladisch [Mon, 21 Feb 2005 08:27:11 +0000 (08:27 +0000)]
adopt readme changes in manpage

Adopt the changes in the 0.0.7 raeadme in the man page.

20 years agouse non-breaking hyphens in man page
Clemens Ladisch [Mon, 21 Feb 2005 08:18:58 +0000 (08:18 +0000)]
use non-breaking hyphens in man page

Replace - with \- where breaking hyphens are not intended.

20 years agoUpdate to speaker-tools 0.0.7
Takashi Iwai [Fri, 18 Feb 2005 10:18:53 +0000 (10:18 +0000)]
Update to speaker-tools 0.0.7

Updated to speaker-tools version 0.0.7.

20 years agoUse -q option with grep
Takashi Iwai [Thu, 17 Feb 2005 15:03:35 +0000 (15:03 +0000)]
Use -q option with grep

Use -q option with grep.

20 years agofix buffer length calculation
Clemens Ladisch [Wed, 16 Feb 2005 10:03:52 +0000 (10:03 +0000)]
fix buffer length calculation

The send_hex buffer length has to include the separating space, too.

20 years agoclarify options in man page
Clemens Ladisch [Wed, 16 Feb 2005 09:54:28 +0000 (09:54 +0000)]
clarify options in man page

Actually show an overview of the options instead of saying "amidi options".

20 years agoallow --send-hex data without quotes
Clemens Ladisch [Wed, 16 Feb 2005 09:52:25 +0000 (09:52 +0000)]
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.

20 years agoamixer no-range-checking option
Giuliano Pochini [Fri, 4 Feb 2005 15:35:27 +0000 (15:35 +0000)]
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>
20 years agoFix exit code
Takashi Iwai [Mon, 31 Jan 2005 17:49:38 +0000 (17:49 +0000)]
Fix exit code

Fixed the exit code with -h option and invalid options.

20 years agoFix exit code
Takashi Iwai [Mon, 31 Jan 2005 17:49:04 +0000 (17:49 +0000)]
Fix exit code

Fixed the exit code for invalid options.  Now returns 1.

20 years agoFix exit status
Takashi Iwai [Mon, 31 Jan 2005 13:52:09 +0000 (13:52 +0000)]
Fix exit status

Return the exit status 0 after -h option.
When invalid options are given, it should return exit code 1.

20 years agoexits with status 0 after -h option
Takashi Iwai [Mon, 31 Jan 2005 13:48:50 +0000 (13:48 +0000)]
exits with status 0 after -h option

amixer exits with status 0 after -h option (ALSA BTS #858).

20 years agoShow other view names
Takashi Iwai [Mon, 31 Jan 2005 13:46:05 +0000 (13:46 +0000)]
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.

20 years agoreturn error code on faillure
Takashi Iwai [Mon, 24 Jan 2005 12:02:35 +0000 (12:02 +0000)]
return error code on faillure

Patch by Thierry Vignaud <tvignaud@mandrakesoft.com>:

this enable callers to be aware of any faillure

20 years agoSort options in alphabetic order
Takashi Iwai [Thu, 20 Jan 2005 18:06:10 +0000 (18:06 +0000)]
Sort options in alphabetic order

Sort options in alphabetic order.

20 years agoFix compile warnings
Takashi Iwai [Thu, 13 Jan 2005 15:42:25 +0000 (15:42 +0000)]
Fix compile warnings

Fixed compile warnings due to unused variables.

20 years agoFix make without NLS
Takashi Iwai [Thu, 13 Jan 2005 15:32:56 +0000 (15:32 +0000)]
Fix make without NLS

Fix make without NLS support.

20 years agorelease: 1.0.8 v1.0.8
Jaroslav Kysela [Thu, 13 Jan 2005 09:55:09 +0000 (09:55 +0000)]
release: 1.0.8

20 years agoSupport quick volume change
Takashi Iwai [Wed, 12 Jan 2005 11:08:53 +0000 (11:08 +0000)]
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.

20 years agoRemove number key assignment
Takashi Iwai [Wed, 12 Jan 2005 11:02:27 +0000 (11:02 +0000)]
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.

20 years agofix crashes when selecting an empty view
Clemens Ladisch [Mon, 10 Jan 2005 08:25:27 +0000 (08:25 +0000)]
fix crashes when selecting an empty view

alsamixer would crash when a view without controls was selected

20 years agoFix installation
Takashi Iwai [Wed, 5 Jan 2005 11:40:10 +0000 (11:40 +0000)]
Fix installation

It seems that old autoconf doesn't like @mkdir_p@...

20 years agorelease: 1.0.8rc2
Jaroslav Kysela [Wed, 5 Jan 2005 06:59:09 +0000 (06:59 +0000)]
release: 1.0.8rc2

20 years agoFix installation
Takashi Iwai [Mon, 3 Jan 2005 13:35:10 +0000 (13:35 +0000)]
Fix installation

Fix installation: use mkdir -p instead of mkinstalldirs.

20 years agoFix VU meter
Takashi Iwai [Mon, 3 Jan 2005 13:33:06 +0000 (13:33 +0000)]
Fix VU meter

Fixed VU meter output of 8 and 32bit samples.

20 years agoFix compilation
Takashi Iwai [Mon, 3 Jan 2005 13:32:34 +0000 (13:32 +0000)]
Fix compilation

Fix compilation: the code was based on the developing version of alsa-lib...

20 years agoUsability improvement
Takashi Iwai [Mon, 3 Jan 2005 12:00:08 +0000 (12:00 +0000)]
Usability improvement

Improved the usability of alsamixer:

- the mute/unmute appears in a separate box below the volume bar
  more obviously
- the capture switch appears below the volume bar, too
- the controls without volume doesn't show volume bars
- fixed bugs with all view mode
- fixed the calculation of volume bar size
- show left/right scrollable status
- code clean up

20 years agoMisc clean up
Takashi Iwai [Mon, 3 Jan 2005 11:57:42 +0000 (11:57 +0000)]
Misc clean up

Misc clean up: make msgmerge as macro.

20 years agoRequire alsa-lib 1.0.8
Takashi Iwai [Mon, 3 Jan 2005 11:57:02 +0000 (11:57 +0000)]
Require alsa-lib 1.0.8

Now requires alsa-lib 1.0.8 for the support of user-defined controls.

20 years agoSupport user-defined controls
Takashi Iwai [Mon, 3 Jan 2005 11:56:27 +0000 (11:56 +0000)]
Support user-defined controls

Support store/restore of user-defined controls.
Also, the numid is no longer checked when -F option is given.
The element is determined only from the given name, iface, index, device and
subdevice.

20 years agoMove m4 to the tail of SUBDIRS
Takashi Iwai [Mon, 3 Jan 2005 11:55:04 +0000 (11:55 +0000)]
Move m4 to the tail of SUBDIRS

Moved m4 to the tail of SUBDIRS list.

20 years agoi18nize alsaconf
Takashi Iwai [Wed, 29 Dec 2004 16:10:47 +0000 (16:10 +0000)]
i18nize alsaconf

alsaconf is i18nized.  Only ja.po is provided, so far.

20 years agorelease: 1.0.8rc1
Jaroslav Kysela [Tue, 21 Dec 2004 15:24:44 +0000 (15:24 +0000)]
release: 1.0.8rc1

20 years agorelease: 1.0.8-rc1
Jaroslav Kysela [Tue, 21 Dec 2004 14:33:10 +0000 (14:33 +0000)]
release: 1.0.8-rc1

20 years agoMore descriptions about mixer views and view modes
Takashi Iwai [Mon, 20 Dec 2004 13:18:23 +0000 (13:18 +0000)]
More descriptions about mixer views and view modes

More descriptions about mixer view and view modes are added.
Corrected some typos.

20 years agoAdd -V option
Takashi Iwai [Mon, 20 Dec 2004 13:17:47 +0000 (13:17 +0000)]
Add -V option

Add -V option to specify the default view mode.

20 years agoStart aplay/arecord in non-blocking mode
Takashi Iwai [Mon, 20 Dec 2004 13:17:08 +0000 (13:17 +0000)]
Start aplay/arecord in non-blocking mode

Start aplay/arecord with -N option in non-blocking mode.

20 years agoReinitialize the size calculation at view change
Takashi Iwai [Wed, 15 Dec 2004 15:15:56 +0000 (15:15 +0000)]
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.

20 years agoAssign alternative keys for function keys
Takashi Iwai [Fri, 3 Dec 2004 13:34:39 +0000 (13:34 +0000)]
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.

20 years agoChange the view toggle behavior
Takashi Iwai [Thu, 2 Dec 2004 17:27:41 +0000 (17:27 +0000)]
Change the view toggle behavior

Added [F5] key to toggle to "All channels".
Back from help/proc screen keeps the old channel view mode.

20 years agoAdd man page of speaker-test
Thomas Hood [Thu, 2 Dec 2004 14:44:58 +0000 (14:44 +0000)]
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>
20 years agorelease: 1.0.7 v1.0.7
Jaroslav Kysela [Thu, 11 Nov 2004 18:29:03 +0000 (18:29 +0000)]
release: 1.0.7

20 years agoadded requirements section and fixed the obsolete path
Takashi Iwai [Tue, 9 Nov 2004 18:36:47 +0000 (18:36 +0000)]
added requirements section and fixed the obsolete path

20 years agorelease: 1.0.7rc2
Jaroslav Kysela [Tue, 12 Oct 2004 05:58:45 +0000 (05:58 +0000)]
release: 1.0.7rc2

20 years agoFix hyphens in man pages
Nicolas FRANCOIS [Fri, 8 Oct 2004 16:15:34 +0000 (16:15 +0000)]
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>
20 years agomake alsaconf parse lspci output correctly
Thomas Hood [Fri, 24 Sep 2004 11:29:02 +0000 (11:29 +0000)]
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>
20 years agoAssign '?' key for help
Takashi Iwai [Fri, 24 Sep 2004 10:19:29 +0000 (10:19 +0000)]
Assign '?' key for help

Assign '?' key for viewing the help as a synonym for 'h'.