]>
git.alsa-project.org Git - alsa-utils.git/log
Jaroslav Kysela [Sun, 1 Oct 2006 13:16:13 +0000 (15:16 +0200)]
speaker-test: fix typos in manpage
See bug#2178
Debian 364560
Jaroslav Kysela [Sun, 1 Oct 2006 13:11:10 +0000 (15:11 +0200)]
alsaconf fix: cannot find the snd-powerpc module
The expression used in the search does not match.
See: bug#2179
Jaroslav Kysela [Sun, 1 Oct 2006 13:03:26 +0000 (15:03 +0200)]
aplay: add fflush(stdout) for -vvv verbosity
See bug#2454
Jaroslav Kysela [Fri, 29 Sep 2006 11:30:59 +0000 (13:30 +0200)]
Jaroslav Kysela [Fri, 29 Sep 2006 11:30:59 +0000 (13:30 +0200)]
release 1.0.13
Patch-level: Merged
Jaroslav Kysela [Mon, 25 Sep 2006 13:22:01 +0000 (15:22 +0200)]
Jaroslav Kysela [Mon, 25 Sep 2006 13:22:00 +0000 (15:22 +0200)]
release 1.0.13rc3
Patch-level: Merged
Takashi Iwai [Thu, 21 Sep 2006 15:34:32 +0000 (17:34 +0200)]
Initialize volumes using dB in alsaconf
Initialize volumes by specifying dB values in alsaconf.
This will give more sane values if the mixer elements support dB.
If not supported, simply the old value in percent is used.
Jaroslav Kysela [Tue, 12 Sep 2006 13:35:48 +0000 (15:35 +0200)]
Jaroslav Kysela [Tue, 12 Sep 2006 13:35:48 +0000 (15:35 +0200)]
release 1.0.13rc2
Patch-level: Merged
Jaroslav Kysela [Thu, 31 Aug 2006 08:06:20 +0000 (10:06 +0200)]
Jaroslav Kysela [Thu, 31 Aug 2006 08:06:19 +0000 (10:06 +0200)]
release 1.0.13rc1
Patch-level: Merged
Takashi Iwai [Mon, 28 Aug 2006 19:21:30 +0000 (21:21 +0200)]
Fix setup for SLES10/SLED10
Fix the setup for SLES10/SLED10. They have no minor version.
Takashi Iwai [Mon, 28 Aug 2006 11:28:46 +0000 (13:28 +0200)]
Add linear-volume handling in amixer
Added the handling of linear-volume in amixer TLV decoder.
Takashi Iwai [Fri, 25 Aug 2006 10:39:34 +0000 (12:39 +0200)]
Show the mute dB state correctly
Show the mute dB state correctly as 'mute' in the status line.
Takashi Iwai [Fri, 25 Aug 2006 10:00:14 +0000 (12:00 +0200)]
Add handling of dB to amixer
Added the dB value handling to amixer sset command.
Also, simplify the parser code.
Updated man page for dB suffix and some examples.
Takashi Iwai [Fri, 25 Aug 2006 09:48:10 +0000 (11:48 +0200)]
Restore user-defined TLV
Restore user-defined TLV (mainly for PCM softvol plugin).
TLV is stored in comment.tlv as a hex string.
Jaroslav Kysela [Tue, 22 Aug 2006 12:40:48 +0000 (14:40 +0200)]
Jaroslav Kysela [Tue, 22 Aug 2006 12:40:47 +0000 (14:40 +0200)]
release 1.0.12
Patch-level: Merged
Jaroslav Kysela [Fri, 4 Aug 2006 12:28:17 +0000 (14:28 +0200)]
Jaroslav Kysela [Fri, 4 Aug 2006 12:28:17 +0000 (14:28 +0200)]
release 1.0.12rc2
Patch-level: Merged
Takashi Iwai [Thu, 3 Aug 2006 15:33:32 +0000 (17:33 +0200)]
Don't call close() for the same fd twice in arecord
Since fmt_rec_table[].end() closes the file descriptor, we should
reset fd to -1 for avoiding closing the same fd once again.
Takashi Iwai [Thu, 3 Aug 2006 15:29:51 +0000 (17:29 +0200)]
Use the right word in message of areacord
Use the word "stdin" instead of "stdout" when arecord is used.
Takashi Iwai [Thu, 3 Aug 2006 15:27:35 +0000 (17:27 +0200)]
Fix segfault in aplay when snd_pcm_name() == NULL
Fix segfault in aplay when snd_pcm_name() == NULL.
Jaroslav Kysela [Thu, 27 Jul 2006 09:02:00 +0000 (11:02 +0200)]
amixer - show dB values for simple mixer interface (which is default)
Takashi Iwai [Thu, 6 Jul 2006 17:26:31 +0000 (19:26 +0200)]
Fix print_dB() with a minus value
Fix print_dB() with a minus dB value.
Jaroslav Kysela [Wed, 5 Jul 2006 15:46:10 +0000 (17:46 +0200)]
amixer - added basic TLV support (read only) for 'amixer controls'
Clemens Ladisch [Tue, 27 Jun 2006 06:19:15 +0000 (08:19 +0200)]
amidi: fix --list-devices
Fix the formatting of devices with several unnamed subdevices,
and show input/outputness for these, too.
Takashi Iwai [Fri, 23 Jun 2006 12:53:38 +0000 (14:53 +0200)]
amidi: Fix device list
From: Matthias Koenig <mk@phasorlab.de>
amidi does not show all devices with the --list-devices option.
It assumes that all output ports equals input ports and does not
show an input only port.
This patch extends the output of amidi -l by one column which shows
the input/output direction of each port.
E.g.
zebra:amidi # ./amidi -l
Dir Device Name
IO hw:1,0 MPU-401 MIDI 1-0
IO hw:2,0,0 Keystation MIDI 1
IO hw:3,0,0 Miditerminal 1
IO hw:3,0,1 Miditerminal 2
IO hw:3,0,2 Miditerminal 3
IO hw:3,0,3 Miditerminal 4
I hw:3,0,4 Miditerminal SMPTE
Jaroslav Kysela [Wed, 21 Jun 2006 13:50:44 +0000 (15:50 +0200)]
Jaroslav Kysela [Wed, 21 Jun 2006 13:50:44 +0000 (15:50 +0200)]
release 1.0.12rc1
Patch-level: Merged
Takashi Iwai [Thu, 18 May 2006 10:33:35 +0000 (12:33 +0200)]
Fix misc bugs in arecord
- remove unused static declaration
- fix double close in signal handler
- fix NULL reference
- fix max file size to stdout with non-raw format
- code clean up
Takashi Iwai [Wed, 17 May 2006 12:59:29 +0000 (14:59 +0200)]
Fix endless loop of recording in arecord
Fix and clean up arecord (capture) code:
- fix the ending condition check
- fix invalid file close in raw mode
- clean up the code
Takashi Iwai [Fri, 12 May 2006 16:07:07 +0000 (18:07 +0200)]
Fix the default buffer size calculation in speaker-test
Fixed the default buffer size calculation in speaker-test.
The size should be aligned to nperiods.
Takashi Iwai [Fri, 12 May 2006 13:34:22 +0000 (15:34 +0200)]
Add hgcompile script and fix INSTALL document
Added hgcompile script (just a copy of cvscompile), and
fixed INSTALL document about HG.
Takashi Iwai [Wed, 10 May 2006 15:26:53 +0000 (17:26 +0200)]
Fix a compile warning in aplay.c
Fix a compile warning regarding the 2GB constant value.
Clemens Ladisch [Tue, 2 May 2006 13:43:07 +0000 (15:43 +0200)]
aplaymidi: list only MIDI-capable ports
When listing ports with aplaymidi/arecordmidi, show only
ports that understand MIDI messages, i.e., that have the
SND_SEQ_PORT_TYPE_MIDI_GENERIC flag set.
Takashi Iwai [Wed, 26 Apr 2006 14:14:51 +0000 (16:14 +0200)]
Allow aplay/arecord to handle up to 2GB for WAV
Change the max_filesize value for WAV format to 2GB.
(It's still not 100% sure that WAV allows *exactly* 2GB, though.)
Takashi Iwai [Wed, 26 Apr 2006 14:11:57 +0000 (16:11 +0200)]
Fix arecord to quit properly at max file size
Fix arecord to quit properly at the max file size of the given format.
Jaroslav Kysela [Wed, 19 Apr 2006 10:29:49 +0000 (12:29 +0200)]
Jaroslav Kysela [Wed, 19 Apr 2006 10:29:49 +0000 (12:29 +0200)]
release 1.0.11
Patch-level: Merged
Takashi Iwai [Tue, 18 Apr 2006 13:52:12 +0000 (15:52 +0200)]
Update ja.po file
Takashi Iwai [Tue, 18 Apr 2006 13:14:43 +0000 (15:14 +0200)]
Don't show invalid plug example in the error message of aplay
Don't show invalid examples of usage with plug prefix
in the error message of aplay/arecord.
Jaroslav Kysela [Tue, 11 Apr 2006 13:59:06 +0000 (15:59 +0200)]
Jaroslav Kysela [Tue, 11 Apr 2006 13:59:06 +0000 (15:59 +0200)]
release 1.0.11rc5
Patch-level: Merged
Jaroslav Kysela [Mon, 10 Apr 2006 12:53:20 +0000 (14:53 +0200)]
Added tags since ALSA version 1.0.3
Takashi Iwai [Thu, 6 Apr 2006 17:19:07 +0000 (19:19 +0200)]
Avoid unnecessary drain/restart in speaker-test
Avoid unnecessary drain/restart in speaker-test when the buffer
is enough small.
Takashi Iwai [Thu, 6 Apr 2006 17:17:56 +0000 (19:17 +0200)]
Add .hgignore
Added the missing .hgignore.
Takashi Iwai [Thu, 6 Apr 2006 17:17:35 +0000 (19:17 +0200)]
Add exec permission to cvscompile
Takashi Iwai [Wed, 29 Mar 2006 17:06:44 +0000 (17:06 +0000)]
Remove loops after errors
Don't retry after fatal errors.
Takashi Iwai [Mon, 27 Mar 2006 11:24:09 +0000 (11:24 +0000)]
Fix a typo in speaker-test help text
Fix a typo in speaker-test help text. Updated ja.po, too.
Takashi Iwai [Fri, 24 Mar 2006 16:36:31 +0000 (16:36 +0000)]
Fix missing commas
Fixed missing commas in array elements (ALSA bug#1938).
Takashi Iwai [Fri, 24 Mar 2006 14:48:00 +0000 (14:48 +0000)]
Updated ja.po translations
Updated ja.po translations for changes of speaker-test.
Takashi Iwai [Fri, 24 Mar 2006 14:46:52 +0000 (14:46 +0000)]
Improve buffer/period set up in speaker-test
Improve buffer/period set up in speaker-test.
- Don't ignore -b and -p options but use them if specified
- Clean up and improvement of messy buffer/period setup codes
- Add -P option for specifying number of periods explicitly
Jaroslav Kysela [Wed, 22 Mar 2006 10:47:58 +0000 (10:47 +0000)]
release 1.0.11rc4
Patch-level: Merged
Takashi Iwai [Tue, 21 Mar 2006 17:05:19 +0000 (17:05 +0000)]
Change autoconf requirement to 2.59
Change AC_PREREQ to 2.59.
Takashi Iwai [Tue, 21 Mar 2006 16:52:15 +0000 (16:52 +0000)]
Fix PCI class and name extraction in alsaconf
- Allow all PCI class 04xx, not only 040x
- Fix the extraction of device name from lspci output
ALSA bug#1935
Takashi Iwai [Tue, 21 Mar 2006 11:14:54 +0000 (11:14 +0000)]
Add missing comma
Add a missing comma in the last fix...
Takashi Iwai [Mon, 13 Mar 2006 19:40:25 +0000 (19:40 +0000)]
Minor clean up of bashism
Minor clean up of bashism, replaced with normal test.
Takashi Iwai [Mon, 13 Mar 2006 19:39:17 +0000 (19:39 +0000)]
Remove obsolete power command from alsactl
Remove obsolete power command from alsactl.
Takashi Iwai [Mon, 13 Mar 2006 19:38:36 +0000 (19:38 +0000)]
Fix a typo in manpage
Fix a typo in manpage of aplay.
Takashi Iwai [Mon, 6 Mar 2006 19:42:23 +0000 (19:42 +0000)]
Add --nloops option and fix manpage
- Added --nloops option to specify the number of loops
- Fixed man page of speaker-test
Takashi Iwai [Thu, 2 Mar 2006 11:41:58 +0000 (11:41 +0000)]
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.
Jaroslav Kysela [Mon, 2 Jan 2006 08:02:26 +0000 (08:02 +0000)]
release 1.0.11rc2
Patch-level: Merged
James Courtier-Dutton [Thu, 22 Dec 2005 13:35:42 +0000 (13:35 +0000)]
speaker-test: Fix version reporting.
Takashi Iwai [Fri, 16 Dec 2005 18:44:14 +0000 (18:44 +0000)]
Fix compile warnings
Fix trivial compile warnings.
Takashi Iwai [Wed, 14 Dec 2005 15:34:21 +0000 (15:34 +0000)]
Use amixer -s option
Optimize to use amixer with -s option.
Takashi Iwai [Wed, 14 Dec 2005 15:11:42 +0000 (15:11 +0000)]
Fix compile on big-endian arch
Fix compile on big-endian arch.
Jaroslav Kysela [Tue, 13 Dec 2005 07:52:51 +0000 (07:52 +0000)]
release 1.0.11rc1
Patch-level: Merged
Takashi Iwai [Tue, 6 Dec 2005 11:25:47 +0000 (11:25 +0000)]
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.
Takashi Iwai [Tue, 6 Dec 2005 11:23:00 +0000 (11:23 +0000)]
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).
Takashi Iwai [Fri, 2 Dec 2005 11:45:25 +0000 (11:45 +0000)]
Fix a text in alsa-utils
Fix a text in alsa-utils after proof-reading.
Takashi Iwai [Thu, 1 Dec 2005 11:33:06 +0000 (11:33 +0000)]
Update the po entries
Update the po entries for new speaker-test.
Takashi Iwai [Thu, 1 Dec 2005 11:32:28 +0000 (11:32 +0000)]
amixer - Add -s option
- Add -s option to read from stdin the command sequentially.
- Suppress unneeded warnings in sset.
Takashi Iwai [Thu, 1 Dec 2005 11:31:26 +0000 (11:31 +0000)]
speaker-test - Fix missing i18n
Add the gettext tags to newly added texts.
Takashi Iwai [Wed, 30 Nov 2005 17:09:17 +0000 (17:09 +0000)]
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.
James Courtier-Dutton [Sat, 19 Nov 2005 13:31:21 +0000 (13:31 +0000)]
Make speaker-test compatible with dmix by default.
Jaroslav Kysela [Tue, 15 Nov 2005 13:44:51 +0000 (13:44 +0000)]
release 1.0.10
Patch-level: Merged
Jaroslav Kysela [Mon, 14 Nov 2005 10:11:50 +0000 (10:11 +0000)]
aplay/arecord - show the default settings
See bug#534 for more details.
Takashi Iwai [Tue, 8 Nov 2005 16:43:36 +0000 (16:43 +0000)]
Disable NLS support when --disable-nls is passed
Disable NLS support when --disable-nls is passed (bug#1514).
Takashi Iwai [Tue, 8 Nov 2005 16:42:22 +0000 (16:42 +0000)]
Add largefile support
Add largefile support (bug#1513).
Martin Habets [Mon, 7 Nov 2005 14:57:07 +0000 (14:57 +0000)]
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>
Jaroslav Kysela [Fri, 4 Nov 2005 10:19:18 +0000 (10:19 +0000)]
release 1.0.10rc3
Patch-level: Merged
Takashi Iwai [Mon, 31 Oct 2005 14:44:03 +0000 (14:44 +0000)]
Fix compile with --disable-nls
Fix compile with --disable-nls.
Takashi Iwai [Tue, 18 Oct 2005 15:22:25 +0000 (15:22 +0000)]
Use strtol() instead of atoi()
Use strtol() instead of atoi() for parsing parameters.
Takashi Iwai [Mon, 10 Oct 2005 12:52:55 +0000 (12:52 +0000)]
Update po file
Update po file (for the changes of aplay.c)
Takashi Iwai [Mon, 10 Oct 2005 12:52:28 +0000 (12:52 +0000)]
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.
Jaroslav Kysela [Mon, 10 Oct 2005 12:50:30 +0000 (12:50 +0000)]
release 1.0.10rc2
Patch-level: Merged
James Courtier-Dutton [Sun, 9 Oct 2005 22:43:21 +0000 (22:43 +0000)]
speaker-test: Add support for testing FLOAT_LE format.
Sasha Khapyorsky [Thu, 29 Sep 2005 10:50:37 +0000 (10:50 +0000)]
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>
Jaroslav Kysela [Thu, 22 Sep 2005 12:47:02 +0000 (12:47 +0000)]
Fix for more better error fault handling for sset toggle
Jaroslav Kysela [Thu, 22 Sep 2005 12:39:26 +0000 (12:39 +0000)]
Added more better error fault handling for sset toggle
Takashi Iwai [Wed, 14 Sep 2005 20:07:37 +0000 (20:07 +0000)]
Fix hwcfg file name by alsaconf
Fixed the hwcfg file name generated by alsaconf.
The domain must be included.
James Courtier-Dutton [Sat, 10 Sep 2005 13:56:57 +0000 (13:56 +0000)]
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.
Takashi Iwai [Wed, 7 Sep 2005 13:42:18 +0000 (13:42 +0000)]
Use strsignal()
Use strsignal() instead of sys_siglist[] (bug#1400).
Takashi Iwai [Fri, 2 Sep 2005 17:36:40 +0000 (17:36 +0000)]
Fix / clean up man pages
Fix / clean up man pages (bug#1386)
Jaroslav Kysela [Wed, 24 Aug 2005 14:07:35 +0000 (14:07 +0000)]
aplay - remove EINTR handling (a job for alsa-lib)
Jaroslav Kysela [Tue, 23 Aug 2005 12:54:26 +0000 (12:54 +0000)]
aplay - added -EINTR error code handling for read/write operations
Takashi Iwai [Tue, 23 Aug 2005 12:09:30 +0000 (12:09 +0000)]
Allow separate build and source trees
From: Bernard Leak <bernard@brenda-arkle.demon.co.uk>
Allow separate build and source trees.
Takashi Iwai [Fri, 19 Aug 2005 17:26:07 +0000 (17:26 +0000)]
Add missing header files
Added missing header files to Makefile.am.