Commit graph

920 commits

Author SHA1 Message Date
Takashi Iwai
2304da6822 Fix a typo in manpage
Fix a typo in manpage of aplay.
2006-03-13 19:38:36 +00:00
Takashi Iwai
69c5beb106 Add --nloops option and fix manpage
- Added --nloops option to specify the number of loops
- Fixed man page of speaker-test
2006-03-06 19:42:23 +00:00
Takashi Iwai
8e6170206d Tentative fix for speaker-test WAV with 5 or more channels
Fix the WAV file name for center/lfe.  Use the existing
"Rear_Center.wav" for LFE as a workaround.
2006-03-02 11:41:58 +00:00
Jaroslav Kysela
61fc39fe63 release 1.0.11rc2
Patch-level: Merged
2006-01-02 08:02:26 +00:00
James Courtier-Dutton
2975ef9e75 speaker-test: Fix version reporting. 2005-12-22 13:35:42 +00:00
Takashi Iwai
9fb30e388f Fix compile warnings
Fix trivial compile warnings.
2005-12-16 18:44:14 +00:00
Takashi Iwai
6106ed8720 Use amixer -s option
Optimize to use amixer with -s option.
2005-12-14 15:34:21 +00:00
Takashi Iwai
35c0bd63ec Fix compile on big-endian arch
Fix compile on big-endian arch.
2005-12-14 15:11:42 +00:00
Jaroslav Kysela
fbf158cf49 release 1.0.11rc1
Patch-level: Merged
2005-12-13 07:52:51 +00:00
Takashi Iwai
5f9f0e817c split interleaved files in arecord when reaching 2GB
From: Dirk Jagdmann <doj@cubic.org>

This patch will split files in chunks of aprox. 2GB in the interleaved
recording mode of arecord. This is meant to overcome the 2GB filesize
limit of .wav files, which is easily reached when recording multiple
channels.
2005-12-06 11:25:47 +00:00
Takashi Iwai
504131b582 alternative peak meter for aplay
From: Dirk Jagdmann <doj@cubic.org>

This patch adds an alternative peak meter for aplay/arecord which is
enabled via three "-v" command line arguments. This new mode differs
from the old in a larger meter, no linefeeds for every meter update and
a static maximum peak (for 1s).
2005-12-06 11:23:00 +00:00
Takashi Iwai
0195ba441a Fix a text in alsa-utils
Fix a text in alsa-utils after proof-reading.
2005-12-02 11:45:25 +00:00
Takashi Iwai
9669fc816f Update the po entries
Update the po entries for new speaker-test.
2005-12-01 11:33:06 +00:00
Takashi Iwai
21b94bc276 amixer - Add -s option
- Add -s option to read from stdin the command sequentially.
- Suppress unneeded warnings in sset.
2005-12-01 11:32:28 +00:00
Takashi Iwai
9fe49dd30f speaker-test - Fix missing i18n
Add the gettext tags to newly added texts.
2005-12-01 11:31:26 +00:00
Takashi Iwai
9da694ef02 Add WAV file playback support to speaker-test
Add WAV file playback support to speaker-test.
The support is still limited to S16_LE, and doesn't refer to csv file yet.
2005-11-30 17:09:17 +00:00
James Courtier-Dutton
b69100fb0a Make speaker-test compatible with dmix by default. 2005-11-19 13:31:21 +00:00
Jaroslav Kysela
3c50a3aa6f release 1.0.10
Patch-level: Merged
2005-11-15 13:44:51 +00:00
Jaroslav Kysela
9a335c4613 aplay/arecord - show the default settings
See bug#534 for more details.
2005-11-14 10:11:50 +00:00
Takashi Iwai
9dc666526f Disable NLS support when --disable-nls is passed
Disable NLS support when --disable-nls is passed (bug#1514).
2005-11-08 16:43:36 +00:00
Takashi Iwai
d9e433ad3e Add largefile support
Add largefile support (bug#1513).
2005-11-08 16:42:22 +00:00
Martin Habets
bb86a9d551 Add Sparc support in alsaconf
I created the patch below against 1.0.10rc2 to make alsaconf work
for the Sparc and architectures.
It has been reviewed on the debian-sparc mailing list
(see http://lists.debian.org/debian-sparc/2005/10/msg00098.html).
I do not have positive confirmation it will work for the AMD7930
chip yet, but I expect it to. The other 2 chips have been tested
and work okay.

One of the feedbacks was that 'modprobe -a -l' is depreciated and
thus should be avoided (see the modprobe manpage), so I have taken
the oportunity to replace all use of this with a find equivalent.

Signed-off-by: Martin Habets <errandir_news@mph.eclipse.co.uk>
2005-11-07 14:57:07 +00:00
Jaroslav Kysela
c792328e68 release 1.0.10rc3
Patch-level: Merged
2005-11-04 10:19:18 +00:00
Takashi Iwai
9d1ad2effd Fix compile with --disable-nls
Fix compile with --disable-nls.
2005-10-31 14:44:03 +00:00
Takashi Iwai
9fbb2b59f5 Use strtol() instead of atoi()
Use strtol() instead of atoi() for parsing parameters.
2005-10-18 15:22:25 +00:00
Takashi Iwai
d96b4592c5 Update po file
Update po file (for the changes of aplay.c)
2005-10-10 12:52:55 +00:00
Takashi Iwai
71dd656ef1 Fix VU meter for S24_3 and big-endian
From: Martin Habets <errandir_news@mph.eclipse.co.uk>

Fixed VU meter calculation for S24_3 format and on big-endian.
2005-10-10 12:52:28 +00:00
Jaroslav Kysela
b8920a79c3 release 1.0.10rc2
Patch-level: Merged
2005-10-10 12:50:30 +00:00
James Courtier-Dutton
0733a8912b speaker-test: Add support for testing FLOAT_LE format. 2005-10-09 22:43:21 +00:00
Sasha Khapyorsky
2963b6e75b Extend 'alsactl names' to show modem devices
Extend 'alsactl names' to show phoneline and modem device names.

Signed-off-by: Sasha Khapyorsky <sashak@smlink.com>
2005-09-29 10:50:37 +00:00
Jaroslav Kysela
414b308e8c Fix for more better error fault handling for sset toggle 2005-09-22 12:47:02 +00:00
Jaroslav Kysela
7876ddd70e Added more better error fault handling for sset toggle 2005-09-22 12:39:26 +00:00
Takashi Iwai
72a72ad7fe Fix hwcfg file name by alsaconf
Fixed the hwcfg file name generated by alsaconf.
The domain must be included.
2005-09-14 20:07:37 +00:00
James Courtier-Dutton
bd7a1e9847 Implement dB gain level display.
DONE: If alsa-lib and alsa-driver support it,
      alsamixer now displays dB gain levels for all mixer controls.
TODO: Implement alsa-lib and alsa-driver parts.
2005-09-10 13:56:57 +00:00
Takashi Iwai
0c4dfcaa97 Use strsignal()
Use strsignal() instead of sys_siglist[] (bug#1400).
2005-09-07 13:42:18 +00:00
Takashi Iwai
87ffccedfd Fix / clean up man pages
Fix / clean up man pages (bug#1386)
2005-09-02 17:36:40 +00:00
Jaroslav Kysela
9997c99faf aplay - remove EINTR handling (a job for alsa-lib) 2005-08-24 14:07:35 +00:00
Jaroslav Kysela
7fb39a9cd5 aplay - added -EINTR error code handling for read/write operations 2005-08-23 12:54:26 +00:00
Takashi Iwai
37325763a5 Allow separate build and source trees
From: Bernard Leak <bernard@brenda-arkle.demon.co.uk>

Allow separate build and source trees.
2005-08-23 12:09:30 +00:00
Takashi Iwai
d3267473a3 Add missing header files
Added missing header files to Makefile.am.
2005-08-19 17:26:07 +00:00
Takashi Iwai
b166248a76 Fix autoreconf
Fixed the package to be autoreconf-able.
2005-08-19 13:07:45 +00:00
Takashi Iwai
28e748c694 Fix compilation
- Revert gettext version to older one
- Added po/Makefile.in again
2005-08-19 12:44:54 +00:00
Takashi Iwai
9cbb9ba893 Create m4 directory
Create m4 directory (which was removed from cvs repo)
2005-08-19 12:43:59 +00:00
Jaroslav Kysela
3f7d324d0b release 1.0.10rc1
Patch-level: Merged
2005-08-19 11:45:05 +00:00
Jaroslav Kysela
d4ed3220eb more cvscompile cleanups (m4/Makefile.am) 2005-08-19 11:36:43 +00:00
Jaroslav Kysela
3d8360265f handle better the getexize dependency 2005-08-19 11:30:25 +00:00
Jaroslav Kysela
a14604e69c Removed debug print for awk 2005-08-19 10:54:46 +00:00
Clemens Ladisch
83b58028a6 fix handling of po/Makefile.in
gettextize 0.14.1 adds po/Makefile.in to the first line of AC_OUPUT.
The duplicate in the next line then upsets autoheader.

This patch removes the potentially duplicate "po/Makefile.in" so that
it's safe for gettextize to add it again.
2005-08-19 07:54:52 +00:00
Clemens Ladisch
895352ba31 fix installation instructions
Add the required "gettextize" call to the CVS compilation instructions.
2005-08-19 07:47:00 +00:00
Takashi Iwai
759a83c781 Removed unneeded files for CVS
Removed unneeded files for CVS compile.  They are auto-generated.
2005-08-17 17:15:05 +00:00