Commit graph

1452 commits

Author SHA1 Message Date
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
James Courtier-Dutton
6304ad4634 Correct buffer size choosing. 2005-08-13 16:53:39 +00:00
James Courtier-Dutton
8a2ce1908d update build tools.
It seems that running ./cvscompile changes all these files due to
an updates. So, sink CVS with build tools.
2005-08-13 16:27:59 +00:00
Jaroslav Kysela
d112b21c86 alsaconf - add support for PnP BIOS devices
This patch adds the support for PnP BIOS devices.
2005-08-13 13:09:21 +00:00
Jaroslav Kysela
18a09d56cd added -R,--resources option and improved resource checking using sysfs
- added the -R,--resource option
- the check_dma_avail() and check_irq_avail() procedures now checks also
  active resources from sysfs & PnP subsystem to avoid collisions
2005-08-09 12:24:53 +00:00
Takashi Iwai
62a2c263b9 Support hwcfg-* set up
Added /etc/sysconfig/hardware/hwcfg-* set up for the recent suse versions.
2005-08-04 15:59:17 +00:00
Jaroslav Kysela
439ac7ba9e fixed detection of ISAPnP cards using 2.6 sysfs 2005-08-02 20:06:47 +00:00
Clemens Ladisch
e6cbac57f6 aseqdump - remove fishy comment
Remove the fishy comment because it isn't needed anymore after the tuna
has been accidentally removed.
2005-07-25 15:20:07 +00:00
Takashi Iwai
f6abfcd2f3 Add gettextize
Added gettextize to process po files correctly.
2005-06-28 13:28:23 +00:00
Takashi Iwai
a65cc484f1 Fix msgfmt errors
Fixed errors by msgfmt in ja.po file.
2005-06-28 12:58:45 +00:00
Takashi Iwai
39ff48b437 Output help messages to stdout
Output help messages and lists to stdout instead of stderr.
2005-06-23 10:39:16 +00:00
Takashi Iwai
6343f35202 i18nize some programs
i18nize some programs with gettext.
2005-06-23 10:38:06 +00:00
Jaroslav Kysela
fefe0aafaf initial debug script 2005-06-16 11:53:49 +00:00
Jaroslav Kysela
dd97818e6e Added support for abstraction selection
- (basic abst might be the default someday)
2005-06-16 11:53:20 +00:00
Takashi Iwai
210e946410 Add enum control support to sget/sset
Added the enum control support to amixer sget/sset.
2005-06-15 14:55:37 +00:00
Takashi Iwai
74dca8fd02 Fix a wrong display in the last patch
Fixed a wrong item display in the last patch.
2005-06-15 12:53:30 +00:00
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