Commit graph

841 commits

Author SHA1 Message Date
James Courtier-Dutton
fb219cacb6 Implement Playback/Capture enum. 2006-10-13 22:25:33 +01:00
Jaroslav Kysela
ff26da1a3d aplay/arecord: Remove -n commad (obsolete, undocumented)
Also fix a small memory leak (missing snd_output_delete call).
2006-10-12 14:53:56 +02:00
Jaroslav Kysela
eee0b78320 aplay/arecord -L command: process properly end-of-line characters 2006-10-12 11:04:38 +02:00
Jaroslav Kysela
0b70f2e606 aplay/arecord: filter direction for -L command 2006-10-11 13:36:37 +02:00
Jaroslav Kysela
f6ed3aa3be aplay/arecord - use snd_device_name_hint() for -L command 2006-10-11 13:31:47 +02:00
Jaroslav Kysela
f0d1e3cac6 alsaconf - rcalsasound script does not exists in some distros
See bug#1505
2006-10-04 10:33:36 +02:00
Jaroslav Kysela
6d59cea271 amixer - remove beep on errors in arguments
See bug#1247
2006-10-04 10:21:29 +02:00
Jaroslav Kysela
8fa7c15229 alsactl - return error state, fail when no configuration is found
See bug#843
2006-10-04 10:14:24 +02:00
Jaroslav Kysela
a70208290b amixer: sset - check if command is valid
See bug#532
2006-10-04 09:47:41 +02:00
Jaroslav Kysela
a08925f7a8 alsamixer: cosmetic fix 2006-10-04 09:34:02 +02:00
Jaroslav Kysela
96bb89f43a alsa-utils.spec.in - additions
See bug#2139 for details
2006-10-01 15:21:06 +02:00
Jaroslav Kysela
affb999faf speaker-test: fix typos in manpage
See bug#2178
Debian 364560
2006-10-01 15:16:13 +02:00
Jaroslav Kysela
db59693a9f alsaconf fix: cannot find the snd-powerpc module
The expression used in the search does not match.
See: bug#2179
2006-10-01 15:11:10 +02:00
Jaroslav Kysela
e32785dd55 aplay: add fflush(stdout) for -vvv verbosity
See bug#2454
2006-10-01 15:03:26 +02:00
Jaroslav Kysela
6eab674b05 Added tag v1.0.13 for changeset 6504a92784b8d34861d2304c1afb3b689ad4e5d6 2006-09-29 13:30:59 +02:00
Jaroslav Kysela
c5b206864f release 1.0.13
Patch-level: Merged
2006-09-29 13:30:59 +02:00
Jaroslav Kysela
0502722b52 Added tag v1.0.13rc3 for changeset a956137bb3443bcf1e6b14fb8a2f167965206268 2006-09-25 15:22:01 +02:00
Jaroslav Kysela
f11aa70a29 release 1.0.13rc3
Patch-level: Merged
2006-09-25 15:22:00 +02:00
Takashi Iwai
1edfd1de20 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.
2006-09-21 17:34:32 +02:00
Jaroslav Kysela
e7985c05f7 Added tag v1.0.13rc2 for changeset a505bb1568f9a523e1c66b7acdb006acd47a5a0a 2006-09-12 15:35:48 +02:00
Jaroslav Kysela
d3355bea09 release 1.0.13rc2
Patch-level: Merged
2006-09-12 15:35:48 +02:00
Jaroslav Kysela
66d0a2899f Added tag v1.0.13rc1 for changeset 071f769c3a9a62d76c52b8167655ae6e1c76dd8a 2006-08-31 10:06:20 +02:00
Jaroslav Kysela
6696130650 release 1.0.13rc1
Patch-level: Merged
2006-08-31 10:06:19 +02:00
Takashi Iwai
cd22065cce Fix setup for SLES10/SLED10
Fix the setup for SLES10/SLED10.  They have no minor version.
2006-08-28 21:21:30 +02:00
Takashi Iwai
b4897f7856 Add linear-volume handling in amixer
Added the handling of linear-volume in amixer TLV decoder.
2006-08-28 13:28:46 +02:00
Takashi Iwai
cb9cb72466 Show the mute dB state correctly
Show the mute dB state correctly as 'mute' in the status line.
2006-08-25 12:39:34 +02:00
Takashi Iwai
ae9ddeb634 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.
2006-08-25 12:00:14 +02:00
Takashi Iwai
0413ca230f Restore user-defined TLV
Restore user-defined TLV (mainly for PCM softvol plugin).
TLV is stored in comment.tlv as a hex string.
2006-08-25 11:48:10 +02:00
Jaroslav Kysela
6f3280b3b1 Added tag v1.0.12 for changeset 362d0078aa00ef99b43b183fa1476ee6b13e070e 2006-08-22 14:40:48 +02:00
Jaroslav Kysela
24a7472b52 release 1.0.12
Patch-level: Merged
2006-08-22 14:40:47 +02:00
Jaroslav Kysela
147cb89ef6 Added tag v1.0.12rc2 for changeset 124e160dc248423e03f005affe943f3e78caa8d9 2006-08-04 14:28:17 +02:00
Jaroslav Kysela
4fa5e3b8e7 release 1.0.12rc2
Patch-level: Merged
2006-08-04 14:28:17 +02:00
Takashi Iwai
e45f2f4bf5 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.
2006-08-03 17:33:32 +02:00
Takashi Iwai
3de280c6f4 Use the right word in message of areacord
Use the word "stdin" instead of "stdout" when arecord is used.
2006-08-03 17:29:51 +02:00
Takashi Iwai
2759c90a67 Fix segfault in aplay when snd_pcm_name() == NULL
Fix segfault in aplay when snd_pcm_name() == NULL.
2006-08-03 17:27:35 +02:00
Jaroslav Kysela
e45ba7e644 amixer - show dB values for simple mixer interface (which is default) 2006-07-27 11:02:00 +02:00
Takashi Iwai
dedc292efa Fix print_dB() with a minus value
Fix print_dB() with a minus dB value.
2006-07-06 19:26:31 +02:00
Jaroslav Kysela
33319eb4ed amixer - added basic TLV support (read only) for 'amixer controls' 2006-07-05 17:46:10 +02:00
Clemens Ladisch
7bae1b0a5b amidi: fix --list-devices
Fix the formatting of devices with several unnamed subdevices,
and show input/outputness for these, too.
2006-06-27 08:19:15 +02:00
Takashi Iwai
6764ddbd53 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
2006-06-23 14:53:38 +02:00
Jaroslav Kysela
8a852de04b Added tag v1.0.12rc1 for changeset 849c4951f99f14b8318025901bc76c23c73ce7b0 2006-06-21 15:50:44 +02:00
Jaroslav Kysela
ee6b105f4e release 1.0.12rc1
Patch-level: Merged
2006-06-21 15:50:44 +02:00
Takashi Iwai
ca5cc4b984 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
2006-05-18 12:33:35 +02:00
Takashi Iwai
56190f977b 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
2006-05-17 14:59:29 +02:00
Takashi Iwai
7af6e01ace 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.
2006-05-12 18:07:07 +02:00
Takashi Iwai
10e3f81ef7 Add hgcompile script and fix INSTALL document
Added hgcompile script (just a copy of cvscompile), and
fixed INSTALL document about HG.
2006-05-12 15:34:22 +02:00
Takashi Iwai
58bab1a4a7 Fix a compile warning in aplay.c
Fix a compile warning regarding the 2GB constant value.
2006-05-10 17:26:53 +02:00
Clemens Ladisch
3a7f46c00f 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.
2006-05-02 15:43:07 +02:00
Takashi Iwai
f92e100b56 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.)
2006-04-26 16:14:51 +02:00
Takashi Iwai
9104d67f40 Fix arecord to quit properly at max file size
Fix arecord to quit properly at the max file size of the given format.
2006-04-26 16:11:57 +02:00