diff -Nru alsa-utils-1.1.2/alsaconf/Makefile.in alsa-utils-1.1.3/alsaconf/Makefile.in --- alsa-utils-1.1.2/alsaconf/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/alsaconf/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -280,6 +280,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -290,7 +291,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ sbin_SCRIPTS = alsaconf man_MANS = alsaconf.8 alsaconf.fr.8 EXTRA_DIST = $(man_MANS) diff -Nru alsa-utils-1.1.2/alsactl/daemon.c alsa-utils-1.1.3/alsactl/daemon.c --- alsa-utils-1.1.2/alsactl/daemon.c 2016-08-02 17:09:45.000000000 +0000 +++ alsa-utils-1.1.3/alsactl/daemon.c 2016-12-20 09:12:29.000000000 +0000 @@ -451,8 +451,10 @@ out: free(pfd); remove(pidfile); - for (i = 0; i < count; i++) - card_free(&cards[i]); - free(cards); + if (cards) { + for (i = 0; i < count; i++) + card_free(&cards[i]); + free(cards); + } return 0; } diff -Nru alsa-utils-1.1.2/alsactl/init/Makefile.in alsa-utils-1.1.3/alsactl/init/Makefile.in --- alsa-utils-1.1.2/alsactl/init/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/alsactl/init/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -236,6 +236,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -246,7 +247,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ init_files = \ 00main default help info test \ hda ca0106 diff -Nru alsa-utils-1.1.2/alsactl/Makefile.in alsa-utils-1.1.3/alsactl/Makefile.in --- alsa-utils-1.1.2/alsactl/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/alsactl/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -305,6 +305,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -315,7 +316,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ SUBDIRS = init man_MANS = alsactl.1 $(am__append_1) EXTRA_DIST = alsactl.1 alsactl_init.xml alsa-state.service.in \ diff -Nru alsa-utils-1.1.2/alsa-info/Makefile.in alsa-utils-1.1.3/alsa-info/Makefile.in --- alsa-utils-1.1.2/alsa-info/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/alsa-info/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -239,6 +239,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -249,7 +250,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ EXTRA_DIST = alsa-info.sh alsa-info.sh.1 sbin_SCRIPTS = alsa-info.sh man_MANS = alsa-info.sh.1 diff -Nru alsa-utils-1.1.2/alsaloop/alsaloop.h alsa-utils-1.1.3/alsaloop/alsaloop.h --- alsa-utils-1.1.2/alsaloop/alsaloop.h 2016-08-02 17:09:45.000000000 +0000 +++ alsa-utils-1.1.3/alsaloop/alsaloop.h 2016-12-20 09:12:29.000000000 +0000 @@ -109,6 +109,7 @@ snd_pcm_uframes_t buf_count; /* filled samples */ snd_pcm_uframes_t buf_size; /* buffer size in frames */ snd_pcm_uframes_t buf_over; /* capture buffer overflow */ + int stall; /* statistics */ snd_pcm_uframes_t max; unsigned long long counter; diff -Nru alsa-utils-1.1.2/alsaloop/Makefile.in alsa-utils-1.1.3/alsaloop/Makefile.in --- alsa-utils-1.1.2/alsaloop/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/alsaloop/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -260,6 +260,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -270,7 +271,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ AM_CPPFLAGS = -I$(top_srcdir)/include LDADD = -lm $(am__append_1) AM_CFLAGS = -D_GNU_SOURCE diff -Nru alsa-utils-1.1.2/alsaloop/pcmjob.c alsa-utils-1.1.3/alsaloop/pcmjob.c --- alsa-utils-1.1.2/alsaloop/pcmjob.c 2016-08-02 17:09:45.000000000 +0000 +++ alsa-utils-1.1.3/alsaloop/pcmjob.c 2016-12-20 09:12:29.000000000 +0000 @@ -282,6 +282,35 @@ return 0; } +static int increase_playback_avail_min(struct loopback_handle *lhandle) +{ + snd_pcm_t *handle = lhandle->handle; + snd_pcm_sw_params_t *swparams; + int err; + + snd_pcm_sw_params_alloca(&swparams); + err = snd_pcm_sw_params_current(handle, swparams); + if (err < 0) { + logit(LOG_CRIT, "Unable to determine current swparams for %s: %s\n", lhandle->id, snd_strerror(err)); + return err; + } + err = snd_pcm_sw_params_set_avail_min(handle, swparams, lhandle->avail_min + 4); + if (err < 0) { + logit(LOG_CRIT, "Unable to set avail min for %s: %s\n", lhandle->id, snd_strerror(err)); + return err; + } + snd_pcm_sw_params_get_avail_min(swparams, &lhandle->avail_min); + if (verbose > 6) + snd_output_printf(lhandle->loopback->output, "%s: change avail_min=%li\n", lhandle->id, lhandle->avail_min); + printf("%s: change avail_min=%li\n", lhandle->id, lhandle->avail_min); + err = snd_pcm_sw_params(handle, swparams); + if (err < 0) { + logit(LOG_CRIT, "Unable to set sw params for %s: %s\n", lhandle->id, snd_strerror(err)); + return err; + } + return 0; +} + static int setparams(struct loopback *loop, snd_pcm_uframes_t bufsize) { int err; @@ -1763,7 +1792,7 @@ struct loopback_handle *capt = loop->capt; unsigned short prevents, crevents, events; snd_pcm_uframes_t ccount, pcount; - int err, loopcount = 10, idx; + int err, loopcount = 0, idx; if (verbose > 11) snd_output_printf(loop->output, "%s: pollfds handle\n", loop->id); @@ -1843,6 +1872,18 @@ goto __pcm_end; do { ccount = readit(capt); + if (prevents != 0 && crevents == 0 && + ccount == 0 && loopcount == 0) { + if (play->stall > 20) { + play->stall = 0; + increase_playback_avail_min(play); + break; + } + play->stall++; + break; + } + if (ccount > 0) + play->stall = 0; buf_add(loop, ccount); if (capt->xrun_pending || loop->reinit) break; @@ -1850,10 +1891,12 @@ buffer, feed them there */ pcount = writeit(play); buf_remove(loop, pcount); + if (pcount > 0) + play->stall = 0; if (play->xrun_pending || loop->reinit) break; - loopcount--; - } while ((ccount > 0 || pcount > 0) && loopcount > 0); + loopcount++; + } while ((ccount > 0 || pcount > 0) && loopcount > 10); if (play->xrun_pending || capt->xrun_pending) { if ((err = xrun_sync(loop)) < 0) return err; diff -Nru alsa-utils-1.1.2/alsamixer/Makefile.in alsa-utils-1.1.3/alsamixer/Makefile.in --- alsa-utils-1.1.2/alsamixer/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/alsamixer/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -264,6 +264,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -274,7 +275,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ AM_CFLAGS = @CURSES_CFLAGS@ -DCURSESINC="@CURSESINC@" LDADD = @CURSESLIB@ alsamixer_SOURCES = card_select.c card_select.h \ diff -Nru alsa-utils-1.1.2/alsaucm/Makefile.am alsa-utils-1.1.3/alsaucm/Makefile.am --- alsa-utils-1.1.2/alsaucm/Makefile.am 2016-08-02 17:09:45.000000000 +0000 +++ alsa-utils-1.1.3/alsaucm/Makefile.am 2016-12-20 09:12:29.000000000 +0000 @@ -1,9 +1,16 @@ bin_PROGRAMS = \ alsaucm +if USE_RST2MAN +man_MANS = alsaucm.1 +endif + alsaucm_SOURCES = usecase.c AM_CPPFLAGS = \ -Wall -I$(top_srcdir)/include alsaucm_LDADD = -lasound + +%.1: %.rst + rst2man $< > $@ diff -Nru alsa-utils-1.1.2/alsaucm/Makefile.in alsa-utils-1.1.3/alsaucm/Makefile.in --- alsa-utils-1.1.2/alsaucm/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/alsaucm/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -67,7 +67,7 @@ CONFIG_HEADER = $(top_builddir)/include/aconfig.h CONFIG_CLEAN_FILES = CONFIG_CLEAN_VPATH_FILES = -am__installdirs = "$(DESTDIR)$(bindir)" +am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)" PROGRAMS = $(bin_PROGRAMS) am_alsaucm_OBJECTS = usecase.$(OBJEXT) alsaucm_OBJECTS = $(am_alsaucm_OBJECTS) @@ -87,6 +87,36 @@ n|no|NO) false;; \ *) (install-info --version) >/dev/null 2>&1;; \ esac +am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; +am__vpath_adj = case $$p in \ + $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ + *) f=$$p;; \ + esac; +am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; +am__install_max = 40 +am__nobase_strip_setup = \ + srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` +am__nobase_strip = \ + for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" +am__nobase_list = $(am__nobase_strip_setup); \ + for p in $$list; do echo "$$p $$p"; done | \ + sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ + $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ + if (++n[$$2] == $(am__install_max)) \ + { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ + END { for (dir in files) print dir, files[dir] }' +am__base_list = \ + sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ + sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' +am__uninstall_files_from_dir = { \ + test -z "$$files" \ + || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ + || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ + $(am__cd) "$$dir" && rm -f $$files; }; \ + } +man1dir = $(mandir)/man1 +NROFF = nroff +MANS = $(man_MANS) ETAGS = etags CTAGS = ctags DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) @@ -224,6 +254,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -234,7 +265,8 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ +@USE_RST2MAN_TRUE@man_MANS = alsaucm.1 alsaucm_SOURCES = usecase.c AM_CPPFLAGS = \ -Wall -I$(top_srcdir)/include @@ -339,6 +371,49 @@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` +install-man1: $(man_MANS) + @$(NORMAL_INSTALL) + @list1=''; \ + list2='$(man_MANS)'; \ + test -n "$(man1dir)" \ + && test -n "`echo $$list1$$list2`" \ + || exit 0; \ + echo " $(MKDIR_P) '$(DESTDIR)$(man1dir)'"; \ + $(MKDIR_P) "$(DESTDIR)$(man1dir)" || exit 1; \ + { for i in $$list1; do echo "$$i"; done; \ + if test -n "$$list2"; then \ + for i in $$list2; do echo "$$i"; done \ + | sed -n '/\.1[a-z]*$$/p'; \ + fi; \ + } | while read p; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + echo "$$d$$p"; echo "$$p"; \ + done | \ + sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \ + sed 'N;N;s,\n, ,g' | { \ + list=; while read file base inst; do \ + if test "$$base" = "$$inst"; then list="$$list $$file"; else \ + echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \ + $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \ + fi; \ + done; \ + for i in $$list; do echo "$$i"; done | $(am__base_list) | \ + while read files; do \ + test -z "$$files" || { \ + echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \ + $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \ + done; } + +uninstall-man1: + @$(NORMAL_UNINSTALL) + @list=''; test -n "$(man1dir)" || exit 0; \ + files=`{ for i in $$list; do echo "$$i"; done; \ + l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \ + sed -n '/\.1[a-z]*$$/p'; \ + } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \ + -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ + dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ @@ -407,6 +482,19 @@ -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags distdir: $(DISTFILES) + @list='$(MANS)'; if test -n "$$list"; then \ + list=`for p in $$list; do \ + if test -f $$p; then d=; else d="$(srcdir)/"; fi; \ + if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \ + if test -n "$$list" && \ + grep 'ab help2man is required to generate this page' $$list >/dev/null; then \ + echo "error: found man pages containing the 'missing help2man' replacement text:" >&2; \ + grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/ /' >&2; \ + echo " to fix them, install help2man, remove and regenerate the man pages;" >&2; \ + echo " typically 'make maintainer-clean' will remove them" >&2; \ + exit 1; \ + else :; fi; \ + else :; fi @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ list='$(DISTFILES)'; \ @@ -438,9 +526,9 @@ done check-am: all-am check: check-am -all-am: Makefile $(PROGRAMS) +all-am: Makefile $(PROGRAMS) $(MANS) installdirs: - for dir in "$(DESTDIR)$(bindir)"; do \ + for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done install: install-am @@ -495,7 +583,7 @@ info-am: -install-data-am: +install-data-am: install-man install-dvi: install-dvi-am @@ -511,7 +599,7 @@ install-info-am: -install-man: +install-man: install-man1 install-pdf: install-pdf-am @@ -540,7 +628,9 @@ ps-am: -uninstall-am: uninstall-binPROGRAMS +uninstall-am: uninstall-binPROGRAMS uninstall-man + +uninstall-man: uninstall-man1 .MAKE: install-am install-strip @@ -550,13 +640,17 @@ html-am info info-am install install-am install-binPROGRAMS \ install-data install-data-am install-dvi install-dvi-am \ install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-pdf \ - install-pdf-am install-ps install-ps-am install-strip \ - installcheck installcheck-am installdirs maintainer-clean \ - maintainer-clean-generic mostlyclean mostlyclean-compile \ - mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \ - uninstall-am uninstall-binPROGRAMS + install-info install-info-am install-man install-man1 \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-compile mostlyclean-generic pdf pdf-am ps ps-am \ + tags uninstall uninstall-am uninstall-binPROGRAMS \ + uninstall-man uninstall-man1 + +%.1: %.rst + rst2man $< > $@ # Tell versions [3.59,3.63) of GNU make to not export all variables. # Otherwise a system limit (for SysV at least) may be exceeded. diff -Nru alsa-utils-1.1.2/alsaucm/usecase.c alsa-utils-1.1.3/alsaucm/usecase.c --- alsa-utils-1.1.2/alsaucm/usecase.c 2016-08-02 17:09:45.000000000 +0000 +++ alsa-utils-1.1.3/alsaucm/usecase.c 2016-12-20 09:12:29.000000000 +0000 @@ -117,7 +117,8 @@ " reset reset sound card to default state\n" " reload reload configuration\n" " listcards list available cards\n" -" list IDENTIFIER list command\n" +" list IDENTIFIER list command, for items with value + comment\n" +" list1 IDENTIFIER list command, for items without comments\n" " get IDENTIFIER get string value\n" " geti IDENTIFIER get integer value\n" " set IDENTIFIER VALUE set string value\n" diff -Nru alsa-utils-1.1.2/amidi/amidi.1 alsa-utils-1.1.3/amidi/amidi.1 --- alsa-utils-1.1.2/amidi/amidi.1 2016-08-02 17:09:45.000000000 +0000 +++ alsa-utils-1.1.3/amidi/amidi.1 2016-12-20 09:12:29.000000000 +0000 @@ -1,4 +1,4 @@ -.TH AMIDI 1 "26 Jun 2006" +.TH AMIDI 1 "30 Aug 2016" .SH NAME amidi \- read from and write to ALSA RawMIDI ports @@ -80,9 +80,11 @@ .B arecordmidi(1). .B amidi -will filter out any Active Sensing bytes (FEh), unless the +will filter out any Active Sensing and Clock bytes (FEh, F8h), unless the .I \-a -option has been given. +or +.I \-c +options have been given. .TP .I \-S, \-\-send\-hex="..." @@ -91,9 +93,11 @@ .TP .I \-d, \-\-dump Prints data received from the MIDI port as hexadecimal bytes. -Active Sensing bytes (FEh) will not be shown, unless the +Active Sensing and Clock bytes (FEh, F8h) will not be shown, unless the .I \-a -option has been given. +or +.I \-c +options have been given. This option is useful for debugging. @@ -111,6 +115,17 @@ Does not ignore Active Sensing bytes (FEh) when saving or printing received MIDI commands. +.TP +.I \-c, \-\-clock +Does not ignore Clock bytes (F8h) when saving or printing received +MIDI commands. + +.TP +.I \-i, \-\-sysex-interval=mseconds +Adds a delay in between each SysEx message sent to a device. It is +useful when sending firmware updates via SysEx messages to a remote +device. + .SH EXAMPLES .TP @@ -121,6 +136,14 @@ .I hw:0. .TP +.B amidi \-p hw:1,0,0 -s firmware.syx \-i 100 +will send the MIDI commands in +.I firmware.syx +to port +.I hw:1,0,0 +with 100 milliseconds delay in between each SysEx message. + +.TP .B amidi \-S 'F0 43 10 4C 00 00 7E 00 F7' sends an XG Reset to the default port. diff -Nru alsa-utils-1.1.2/amidi/amidi.c alsa-utils-1.1.3/amidi/amidi.c --- alsa-utils-1.1.2/amidi/amidi.c 2016-08-02 17:09:45.000000000 +0000 +++ alsa-utils-1.1.3/amidi/amidi.c 2016-12-20 09:12:29.000000000 +0000 @@ -25,9 +25,11 @@ #include #include #include +#include #include #include #include +#include #include #include #include @@ -37,6 +39,8 @@ #include "aconfig.h" #include "version.h" +#define NSEC_PER_SEC 1000000000L + static int do_device_list, do_rawmidi_list; static char *port_name = "default"; static char *send_file_name; @@ -46,8 +50,9 @@ static int send_data_length; static int receive_file; static int dump; -static int timeout; +static float timeout; static int stop; +static int sysex_interval; static snd_rawmidi_t *input, **inputp; static snd_rawmidi_t *output, **outputp; @@ -66,18 +71,20 @@ printf( "Usage: amidi options\n" "\n" - "-h, --help this help\n" - "-V, --version print current version\n" - "-l, --list-devices list all hardware ports\n" - "-L, --list-rawmidis list all RawMIDI definitions\n" - "-p, --port=name select port by name\n" - "-s, --send=file send the contents of a (.syx) file\n" - "-r, --receive=file write received data into a file\n" - "-S, --send-hex=\"...\" send hexadecimal bytes\n" - "-d, --dump print received data as hexadecimal bytes\n" - "-t, --timeout=seconds exits when no data has been received\n" - " for the specified duration\n" - "-a, --active-sensing don't ignore active sensing bytes\n"); + "-h, --help this help\n" + "-V, --version print current version\n" + "-l, --list-devices list all hardware ports\n" + "-L, --list-rawmidis list all RawMIDI definitions\n" + "-p, --port=name select port by name\n" + "-s, --send=file send the contents of a (.syx) file\n" + "-r, --receive=file write received data into a file\n" + "-S, --send-hex=\"...\" send hexadecimal bytes\n" + "-d, --dump print received data as hexadecimal bytes\n" + "-t, --timeout=seconds exits when no data has been received\n" + " for the specified duration\n" + "-a, --active-sensing include active sensing bytes\n" + "-c, --clock include clock bytes\n" + "-i, --sysex-interval=mseconds delay in between each SysEx message\n"); } static void version(void) @@ -225,6 +232,47 @@ snd_output_close(output); } +static int send_midi_interleaved(void) +{ + int err; + char *data = send_data; + size_t buffer_size; + snd_rawmidi_params_t *param; + snd_rawmidi_status_t *st; + + snd_rawmidi_status_alloca(&st); + + snd_rawmidi_params_alloca(¶m); + snd_rawmidi_params_current(output, param); + buffer_size = snd_rawmidi_params_get_buffer_size(param); + + while (data < (send_data + send_data_length)) { + int len = send_data + send_data_length - data; + char *temp; + + if (data > send_data) { + snd_rawmidi_status(output, st); + do { + /* 320 µs per byte as noted in Page 1 of MIDI spec */ + usleep((buffer_size - snd_rawmidi_status_get_avail(st)) * 320); + snd_rawmidi_status(output, st); + } while(snd_rawmidi_status_get_avail(st) < buffer_size); + usleep(sysex_interval * 1000); + } + + /* find end of SysEx */ + if ((temp = memchr(data, 0xf7, len)) != NULL) + len = temp - data + 1; + + if ((err = snd_rawmidi_write(output, data, len)) < 0) + return err; + + data += len; + } + + return 0; +} + static void load_file(void) { int fd; @@ -406,7 +454,7 @@ int main(int argc, char *argv[]) { - static const char short_options[] = "hVlLp:s:r:S::dt:a"; + static const char short_options[] = "hVlLp:s:r:S::dt:aci:"; static const struct option long_options[] = { {"help", 0, NULL, 'h'}, {"version", 0, NULL, 'V'}, @@ -419,11 +467,15 @@ {"dump", 0, NULL, 'd'}, {"timeout", 1, NULL, 't'}, {"active-sensing", 0, NULL, 'a'}, + {"clock", 0, NULL, 'c'}, + {"sysex-interval", 1, NULL, 'i'}, { } }; int c, err, ok = 0; int ignore_active_sensing = 1; + int ignore_clock = 1; int do_send_hex = 0; + struct itimerspec itimerspec = { .it_interval = { 0, 0 } }; while ((c = getopt_long(argc, argv, short_options, long_options, NULL)) != -1) { @@ -458,11 +510,17 @@ dump = 1; break; case 't': - timeout = atoi(optarg); + timeout = atof(optarg); break; case 'a': ignore_active_sensing = 0; break; + case 'c': + ignore_clock = 0; + break; + case 'i': + sysex_interval = atoi(optarg); + break; default: error("Try `amidi --help' for more information."); return 1; @@ -538,48 +596,79 @@ error("cannot set blocking mode: %s", snd_strerror(err)); goto _exit; } - if ((err = snd_rawmidi_write(output, send_data, send_data_length)) < 0) { - error("cannot send data: %s", snd_strerror(err)); - goto _exit; + if (!sysex_interval) { + if ((err = snd_rawmidi_write(output, send_data, send_data_length)) < 0) { + error("cannot send data: %s", snd_strerror(err)); + return err; + } + } else { + if ((err = send_midi_interleaved()) < 0) { + error("cannot send data: %s", snd_strerror(err)); + return err; + } } } if (inputp) { int read = 0; - int npfds, time = 0; + int npfds; struct pollfd *pfds; - timeout *= 1000; - npfds = snd_rawmidi_poll_descriptors_count(input); + npfds = 1 + snd_rawmidi_poll_descriptors_count(input); pfds = alloca(npfds * sizeof(struct pollfd)); - snd_rawmidi_poll_descriptors(input, pfds, npfds); + + if (timeout > 0) { + pfds[0].fd = timerfd_create(CLOCK_MONOTONIC, 0); + if (pfds[0].fd == -1) { + error("cannot create timer: %s", strerror(errno)); + goto _exit; + } + pfds[0].events = POLLIN; + } else { + pfds[0].fd = -1; + } + + snd_rawmidi_poll_descriptors(input, &pfds[1], npfds - 1); + signal(SIGINT, sig_handler); + + if (timeout > 0) { + float timeout_int; + + itimerspec.it_value.tv_nsec = modff(timeout, &timeout_int) * NSEC_PER_SEC; + itimerspec.it_value.tv_sec = timeout_int; + err = timerfd_settime(pfds[0].fd, 0, &itimerspec, NULL); + if (err < 0) { + error("cannot set timer: %s", strerror(errno)); + goto _exit; + } + } for (;;) { unsigned char buf[256]; int i, length; unsigned short revents; - err = poll(pfds, npfds, 200); + err = poll(pfds, npfds, -1); if (stop || (err < 0 && errno == EINTR)) break; if (err < 0) { error("poll failed: %s", strerror(errno)); break; } - if (err == 0) { - time += 200; - if (timeout && time >= timeout) - break; - continue; - } - if ((err = snd_rawmidi_poll_descriptors_revents(input, pfds, npfds, &revents)) < 0) { + + err = snd_rawmidi_poll_descriptors_revents(input, &pfds[1], npfds - 1, &revents); + if (err < 0) { error("cannot get poll events: %s", snd_strerror(errno)); break; } if (revents & (POLLERR | POLLHUP)) break; - if (!(revents & POLLIN)) + if (!(revents & POLLIN)) { + if (pfds[0].revents & POLLIN) + break; continue; + } + err = snd_rawmidi_read(input, buf, sizeof(buf)); if (err == -EAGAIN) continue; @@ -589,12 +678,15 @@ } length = 0; for (i = 0; i < err; ++i) - if (!ignore_active_sensing || buf[i] != 0xfe) + if ((buf[i] != MIDI_CMD_COMMON_CLOCK && + buf[i] != MIDI_CMD_COMMON_SENSING) || + (buf[i] == MIDI_CMD_COMMON_CLOCK && !ignore_clock) || + (buf[i] == MIDI_CMD_COMMON_SENSING && !ignore_active_sensing)) buf[length++] = buf[i]; if (length == 0) continue; read += length; - time = 0; + if (receive_file != -1) write(receive_file, buf, length); if (dump) { @@ -602,6 +694,14 @@ print_byte(buf[i]); fflush(stdout); } + + if (timeout > 0) { + err = timerfd_settime(pfds[0].fd, 0, &itimerspec, NULL); + if (err < 0) { + error("cannot set timer: %s", strerror(errno)); + break; + } + } } if (isatty(fileno(stdout))) printf("\n%d bytes read\n", read); diff -Nru alsa-utils-1.1.2/amidi/Makefile.in alsa-utils-1.1.3/amidi/Makefile.in --- alsa-utils-1.1.2/amidi/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/amidi/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -254,6 +254,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -264,7 +265,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ AM_CPPFLAGS = -I$(top_srcdir)/include EXTRA_DIST = amidi.1 man_MANS = amidi.1 diff -Nru alsa-utils-1.1.2/amixer/Makefile.in alsa-utils-1.1.3/amixer/Makefile.in --- alsa-utils-1.1.2/amixer/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/amixer/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -257,6 +257,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -267,7 +268,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ AM_CPPFLAGS = -I$(top_srcdir)/include LDADD = -lm amixer_SOURCES = amixer.c ../alsamixer/volume_mapping.c diff -Nru alsa-utils-1.1.2/aplay/aplay.c alsa-utils-1.1.3/aplay/aplay.c --- alsa-utils-1.1.2/aplay/aplay.c 2016-08-02 17:09:45.000000000 +0000 +++ alsa-utils-1.1.3/aplay/aplay.c 2016-12-20 09:12:29.000000000 +0000 @@ -166,6 +166,8 @@ static void begin_au(int fd, size_t count); static void end_au(int fd); +static void suspend(void); + static const struct fmt_capture { void (*start) (int fd, size_t count); void (*end) (int fd); @@ -1487,6 +1489,9 @@ fprintf(stderr, _("\rPAUSE command ignored (no hw support)\n")); return; } + if (snd_pcm_state(handle) == SND_PCM_STATE_SUSPENDED) + suspend(); + err = snd_pcm_pause(handle, 1); if (err < 0) { error(_("pause push error: %s"), snd_strerror(err)); @@ -1496,6 +1501,8 @@ while (read(fileno(stdin), &b, 1) != 1); if (b == ' ' || b == '\r') { while (read(fileno(stdin), &b, 1) == 1); + if (snd_pcm_state(handle) == SND_PCM_STATE_SUSPENDED) + suspend(); err = snd_pcm_pause(handle, 0); if (err < 0) error(_("pause release error: %s"), snd_strerror(err)); diff -Nru alsa-utils-1.1.2/aplay/Makefile.in alsa-utils-1.1.3/aplay/Makefile.in --- alsa-utils-1.1.2/aplay/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/aplay/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -258,6 +258,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -268,7 +269,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ AM_CPPFLAGS = -I$(top_srcdir)/include LDADD = $(LIBINTL) $(LIBRT) man_MANS = aplay.1 arecord.1 diff -Nru alsa-utils-1.1.2/bat/alsabat-test.sh alsa-utils-1.1.3/bat/alsabat-test.sh --- alsa-utils-1.1.2/bat/alsabat-test.sh 2016-08-02 17:09:45.000000000 +0000 +++ alsa-utils-1.1.3/bat/alsabat-test.sh 2016-12-20 09:12:29.000000000 +0000 @@ -15,6 +15,10 @@ maxfreq=16547 minfreq=17 +# sleep time and pause time +sleep_time=5 +pause_time=2 + # features passes vs. features all feature_pass=0 feature_cnt=0 @@ -48,6 +52,35 @@ echo "$commands $1" >> $logdir/$((feature_cnt-1)).log } +feature_test_power () { + echo "============================================" + echo "$feature_cnt: ALSA $2" + echo "-------------------------------------------" + echo "$commands $1 --log=$logdir/$feature_cnt.log" + + # run alsabat in the background + nohup $commands $1 > $logdir/$feature_cnt.log 2>&1 & + sleep $pause_time + pid=`ps -aux |grep alsabat|head -1 |awk -F ' ' '{print $2}'` + + # stop the alsabat thread + kill -STOP $pid > /dev/null + sleep 4 + + # do system S3 + rtcwake -m mem -s $sleep_time + sleep $pause_time + + # resume the alasbat thread to run + kill -CONT $pid > /dev/null + + # wait for alsabat to complete the analysis + sleep $pause_time + cat $logdir/$feature_cnt.log |grep -i "Return value is 0" > /dev/null + evaluate_result $? + echo "$commands $1" >> $logdir/$((feature_cnt-1)).log +} + # test items feature_list_test () { init_counter @@ -87,6 +120,7 @@ "noise detect threshold in SNR(dB)" feature_test "--snr-pc 5" \ "noise detect threshold in noise percentage(%)" + feature_test_power "-n5s" "power management: S3 test" print_result } diff -Nru alsa-utils-1.1.2/bat/alsa.c alsa-utils-1.1.3/bat/alsa.c --- alsa-utils-1.1.2/bat/alsa.c 2016-08-02 17:09:45.000000000 +0000 +++ alsa-utils-1.1.3/bat/alsa.c 2016-12-20 09:12:29.000000000 +0000 @@ -319,6 +319,11 @@ if (bat->roundtriplatency) bat->latency.xrun_error = true; snd_pcm_prepare(sndpcm->handle); + } else if (err == -ESTRPIPE) { + while ((err = snd_pcm_resume(sndpcm->handle)) == -EAGAIN) + sleep(1); /* wait until resume flag is released */ + if (err < 0) + snd_pcm_prepare(sndpcm->handle); } else if (err < 0) { fprintf(bat->err, _("Write PCM device error: %s(%d)\n"), snd_strerror(err), err); @@ -518,6 +523,11 @@ snd_strerror(err), err); if (bat->roundtriplatency) bat->latency.xrun_error = true; + } else if (err == -ESTRPIPE) { + while ((err = snd_pcm_resume(sndpcm->handle)) == -EAGAIN) + sleep(1); /* wait until resume flag is released */ + if (err < 0) + snd_pcm_prepare(sndpcm->handle); } else if (err < 0) { fprintf(bat->err, _("Read PCM device error: %s(%d)\n"), snd_strerror(err), err); diff -Nru alsa-utils-1.1.2/bat/Makefile.am alsa-utils-1.1.3/bat/Makefile.am --- alsa-utils-1.1.2/bat/Makefile.am 2016-08-02 17:09:45.000000000 +0000 +++ alsa-utils-1.1.3/bat/Makefile.am 2016-12-20 09:12:29.000000000 +0000 @@ -1,3 +1,4 @@ +SUBDIRS=tests bin_PROGRAMS = alsabat man_MANS = alsabat.1 EXTRA_DIST = alsabat.1 alsabat-test.sh diff -Nru alsa-utils-1.1.2/bat/Makefile.in alsa-utils-1.1.3/bat/Makefile.in --- alsa-utils-1.1.2/bat/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/bat/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -126,6 +126,13 @@ LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ SOURCES = $(alsabat_SOURCES) DIST_SOURCES = $(am__alsabat_SOURCES_DIST) +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive am__can_run_installinfo = \ case $$AM_UPDATE_INFO_DIR in \ n|no|NO) false;; \ @@ -137,9 +144,40 @@ am__noinst_HEADERS_DIST = common.h bat-signal.h latencytest.h \ convert.h analyze.h tinyalsa.h alsa.h HEADERS = $(noinst_HEADERS) +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ + distdir ETAGS = etags CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" ACLOCAL = @ACLOCAL@ ALSACTL_DAEMONSWITCH = @ALSACTL_DAEMONSWITCH@ ALSACTL_PIDFILE_DIR = @ALSACTL_PIDFILE_DIR@ @@ -274,6 +312,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -284,7 +323,8 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ +SUBDIRS = tests man_MANS = alsabat.1 EXTRA_DIST = alsabat.1 alsabat-test.sh sbin_SCRIPTS = alsabat-test.sh @@ -296,7 +336,7 @@ -Wall -I$(top_srcdir)/include alsabat_LDADD = @FFTW_LIB@ -all: all-am +all: all-recursive .SUFFIXES: .SUFFIXES: .c .o .obj @@ -481,6 +521,53 @@ -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \ dir='$(DESTDIR)$(man1dir)'; $(am__uninstall_files_from_dir) +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): + @fail= failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done +cscopelist-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ + done + ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ @@ -491,10 +578,23 @@ mkid -fID $$unique tags: TAGS -TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) set x; \ here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ @@ -513,7 +613,7 @@ fi; \ fi ctags: CTAGS -CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ $(TAGS_FILES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ unique=`for i in $$list; do \ @@ -530,7 +630,7 @@ && $(am__cd) $(top_srcdir) \ && gtags -i $(GTAGS_ARGS) "$$here" -cscopelist: $(HEADERS) $(SOURCES) $(LISP) +cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) list='$(SOURCES) $(HEADERS) $(LISP)'; \ case "$(srcdir)" in \ [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ @@ -590,22 +690,48 @@ || exit 1; \ fi; \ done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done check-am: all-am -check: check-am +check: check-recursive all-am: Makefile $(PROGRAMS) $(SCRIPTS) $(MANS) $(HEADERS) -installdirs: +installdirs: installdirs-recursive +installdirs-am: for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man1dir)"; do \ test -z "$$dir" || $(MKDIR_P) "$$dir"; \ done -install: install-am -install-exec: install-exec-am -install-data: install-data-am -uninstall: uninstall-am +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive install-am: all-am @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am -installcheck: installcheck-am +installcheck: installcheck-recursive install-strip: if test -z '$(STRIP)'; then \ $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ @@ -627,70 +753,70 @@ maintainer-clean-generic: @echo "This command is intended for maintainers to use" @echo "it deletes files that may require special tools to rebuild." -clean: clean-am +clean: clean-recursive clean-am: clean-binPROGRAMS clean-generic mostlyclean-am -distclean: distclean-am +distclean: distclean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags -dvi: dvi-am +dvi: dvi-recursive dvi-am: -html: html-am +html: html-recursive html-am: -info: info-am +info: info-recursive info-am: install-data-am: install-man -install-dvi: install-dvi-am +install-dvi: install-dvi-recursive install-dvi-am: install-exec-am: install-binPROGRAMS install-sbinSCRIPTS -install-html: install-html-am +install-html: install-html-recursive install-html-am: -install-info: install-info-am +install-info: install-info-recursive install-info-am: install-man: install-man1 -install-pdf: install-pdf-am +install-pdf: install-pdf-recursive install-pdf-am: -install-ps: install-ps-am +install-ps: install-ps-recursive install-ps-am: installcheck-am: -maintainer-clean: maintainer-clean-am +maintainer-clean: maintainer-clean-recursive -rm -rf ./$(DEPDIR) -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic -mostlyclean: mostlyclean-am +mostlyclean: mostlyclean-recursive mostlyclean-am: mostlyclean-compile mostlyclean-generic -pdf: pdf-am +pdf: pdf-recursive pdf-am: -ps: ps-am +ps: ps-recursive ps-am: @@ -699,21 +825,26 @@ uninstall-man: uninstall-man1 -.MAKE: install-am install-strip - -.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \ - clean-generic cscopelist ctags distclean distclean-compile \ - distclean-generic distclean-tags distdir dvi dvi-am html \ - html-am info info-am install install-am install-binPROGRAMS \ - install-data install-data-am install-dvi install-dvi-am \ - install-exec install-exec-am install-html install-html-am \ - install-info install-info-am install-man install-man1 \ - install-pdf install-pdf-am install-ps install-ps-am \ - install-sbinSCRIPTS install-strip installcheck installcheck-am \ - installdirs maintainer-clean maintainer-clean-generic \ +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \ + cscopelist-recursive ctags-recursive install-am install-strip \ + tags-recursive + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-binPROGRAMS \ + clean-generic cscopelist cscopelist-recursive ctags \ + ctags-recursive distclean distclean-compile distclean-generic \ + distclean-tags distdir dvi dvi-am html html-am info info-am \ + install install-am install-binPROGRAMS install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-man1 install-pdf \ + install-pdf-am install-ps install-ps-am install-sbinSCRIPTS \ + install-strip installcheck installcheck-am installdirs \ + installdirs-am maintainer-clean maintainer-clean-generic \ mostlyclean mostlyclean-compile mostlyclean-generic pdf pdf-am \ - ps ps-am tags uninstall uninstall-am uninstall-binPROGRAMS \ - uninstall-man uninstall-man1 uninstall-sbinSCRIPTS + ps ps-am tags tags-recursive uninstall uninstall-am \ + uninstall-binPROGRAMS uninstall-man uninstall-man1 \ + uninstall-sbinSCRIPTS # Tell versions [3.59,3.63) of GNU make to not export all variables. diff -Nru alsa-utils-1.1.2/bat/tests/analog_audio_playback_and_capture.sh alsa-utils-1.1.3/bat/tests/analog_audio_playback_and_capture.sh --- alsa-utils-1.1.2/bat/tests/analog_audio_playback_and_capture.sh 1970-01-01 00:00:00.000000000 +0000 +++ alsa-utils-1.1.3/bat/tests/analog_audio_playback_and_capture.sh 2016-12-20 09:12:29.000000000 +0000 @@ -0,0 +1,84 @@ +#!/bin/bash + +#/* +# * Copyright (C) 2013-2016 Intel Corporation +# * +# * This program is free software; you can redistribute it and/or modify +# * it under the terms of the GNU General Public License as published by +# * the Free Software Foundation; either version 2 of the License, or +# * (at your option) any later version. +# * +# * This program is distributed in the hope that it will be useful, +# * but WITHOUT ANY WARRANTY; without even the implied warranty of +# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# * GNU General Public License for more details. +# * +# */ + +#set test freq table (HZ) +freq_table="10 31 73 155 380 977 1932 4119 8197 16197" + +#set test number of channels +test_channel=2 + +#get Analog audio card number +card_number=$(aplay -l | grep "Analog" | cut -b 6) +if [ "$card_number" = "" ]; then + echo "Can not get Analog card number." + exit 1 +fi + +#get Analog audio device number +device_number=$(aplay -l | grep "Analog"| cut -d " " -f 8 |cut -b 1) +if [ "$device_number" = "" ]; then + echo "Can not get Analog device number" + exit 1 +fi + + +device="hw:$card_number,$device_number" +echo $device + +#get Analog audio record card number +record_card_number=$(arecord -l | grep "Analog" | cut -b 6) +if [ "$record_card_number" = "" ]; then + echo "Can not get record card number." + exit 1 +fi + +#get Analog audio record device number +record_device_number=$(arecord -l | grep "Analog"| cut -d " " -f 8 |cut -b 1) +echo $record_device_number +if [ "$record_device_number" = "" ]; then + echo "Can not get record device number" + exit 1 +fi + +#Notice: to loopback the analog audio output to the analog audio input +record_device="hw:$record_card_number,$record_device_number" +test_flag=0 + +echo -e "\e[31m Notice: to loopback the analog audio output to \ +the analog audio input" +echo -e "\e[0m" +read -p "Press enter to continue" + +#call alsabat to do the test for each frequency in the freq_table +for freq in $freq_table + do + alsabat -P $device -C plug$record_device -c $test_channel -F $freq + if [ $? = 0 ]; then + echo "Test target frequency:$freq for Analog playback -- Passed \ +" >> $ABAT_TEST_LOG_FILE + echo "Test target frequency:$freq for Analog capture -- Passed \ +" >> $ABAT_TEST_LOG_FILE + else + echo "Test target frequency:$freq for Analog playback -- Failed \ +" >> $ABAT_TEST_LOG_FILE + echo "Test target frequency:$freq for Analog capture -- Failed \ +" >> $ABAT_TEST_LOG_FILE + test_flag=1 + fi + done + +exit $test_flag diff -Nru alsa-utils-1.1.2/bat/tests/asound_state/asound.state.Broadwell alsa-utils-1.1.3/bat/tests/asound_state/asound.state.Broadwell --- alsa-utils-1.1.2/bat/tests/asound_state/asound.state.Broadwell 1970-01-01 00:00:00.000000000 +0000 +++ alsa-utils-1.1.3/bat/tests/asound_state/asound.state.Broadwell 2016-12-20 09:12:29.000000000 +0000 @@ -0,0 +1,439 @@ +state.HDMI { + control.1 { + iface CARD + name 'HDMI/DP,pcm=3 Jack' + value false + comment { + access read + type BOOLEAN + count 1 + } + } + control.2 { + iface MIXER + name 'IEC958 Playback Con Mask' + value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.3 { + iface MIXER + name 'IEC958 Playback Pro Mask' + value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.4 { + iface MIXER + name 'IEC958 Playback Default' + value '0482000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access 'read write' + type IEC958 + count 1 + } + } + control.5 { + iface MIXER + name 'IEC958 Playback Switch' + value true + comment { + access 'read write' + type BOOLEAN + count 1 + } + } + control.6 { + iface PCM + device 3 + name ELD + value '' + comment { + access 'read volatile' + type BYTES + count 0 + } + } + control.7 { + iface CARD + name 'HDMI/DP,pcm=7 Jack' + value true + comment { + access read + type BOOLEAN + count 1 + } + } + control.8 { + iface MIXER + name 'IEC958 Playback Con Mask' + index 1 + value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.9 { + iface MIXER + name 'IEC958 Playback Pro Mask' + index 1 + value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.10 { + iface MIXER + name 'IEC958 Playback Default' + index 1 + value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access 'read write' + type IEC958 + count 1 + } + } + control.11 { + iface MIXER + name 'IEC958 Playback Switch' + index 1 + value true + comment { + access 'read write' + type BOOLEAN + count 1 + } + } + control.12 { + iface PCM + device 7 + name ELD + value '100008006a10000100000000000000000469b12341535553205041323338091707000000' + comment { + access 'read volatile' + type BYTES + count 36 + } + } + control.13 { + iface CARD + name 'HDMI/DP,pcm=8 Jack' + value false + comment { + access read + type BOOLEAN + count 1 + } + } + control.14 { + iface MIXER + name 'IEC958 Playback Con Mask' + index 2 + value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.15 { + iface MIXER + name 'IEC958 Playback Pro Mask' + index 2 + value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.16 { + iface MIXER + name 'IEC958 Playback Default' + index 2 + value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access 'read write' + type IEC958 + count 1 + } + } + control.17 { + iface MIXER + name 'IEC958 Playback Switch' + index 2 + value true + comment { + access 'read write' + type BOOLEAN + count 1 + } + } + control.18 { + iface PCM + device 8 + name ELD + value '' + comment { + access 'read volatile' + type BYTES + count 0 + } + } + control.19 { + iface PCM + device 3 + name 'Playback Channel Map' + value.0 0 + value.1 0 + value.2 0 + value.3 0 + value.4 0 + value.5 0 + value.6 0 + value.7 0 + comment { + access 'read write' + type INTEGER + count 8 + range '0 - 36' + } + } + control.20 { + iface PCM + device 7 + name 'Playback Channel Map' + value.0 0 + value.1 0 + value.2 0 + value.3 0 + value.4 0 + value.5 0 + value.6 0 + value.7 0 + comment { + access 'read write' + type INTEGER + count 8 + range '0 - 36' + } + } + control.21 { + iface PCM + device 8 + name 'Playback Channel Map' + value.0 0 + value.1 0 + value.2 0 + value.3 0 + value.4 0 + value.5 0 + value.6 0 + value.7 0 + comment { + access 'read write' + type INTEGER + count 8 + range '0 - 36' + } + } +} +state.PCH { + control.1 { + iface MIXER + name 'Master Playback Volume' + value.0 41 + value.1 41 + comment { + access 'read write' + type INTEGER + count 2 + range '0 - 87' + dbmin -6525 + dbmax 0 + dbvalue.0 -3450 + dbvalue.1 -3450 + } + } + control.2 { + iface MIXER + name 'Master Playback Switch' + value.0 true + value.1 true + comment { + access 'read write' + type BOOLEAN + count 2 + } + } + control.3 { + iface MIXER + name 'Loopback Mixing' + value Enabled + comment { + access 'read write' + type ENUMERATED + count 1 + item.0 Disabled + item.1 Enabled + } + } + control.4 { + iface MIXER + name 'Mic Playback Volume' + value.0 0 + value.1 0 + comment { + access 'read write' + type INTEGER + count 2 + range '0 - 31' + dbmin -3450 + dbmax 1200 + dbvalue.0 -3450 + dbvalue.1 -3450 + } + } + control.5 { + iface MIXER + name 'Mic Playback Switch' + value.0 true + value.1 true + comment { + access 'read write' + type BOOLEAN + count 2 + } + } + control.6 { + iface MIXER + name 'Capture Volume' + value.0 21 + value.1 21 + comment { + access 'read write' + type INTEGER + count 2 + range '0 - 63' + dbmin -1725 + dbmax 3000 + dbvalue.0 -150 + dbvalue.1 -150 + } + } + control.7 { + iface MIXER + name 'Capture Switch' + value.0 true + value.1 true + comment { + access 'read write' + type BOOLEAN + count 2 + } + } + control.8 { + iface MIXER + name 'Mic Boost Volume' + value.0 0 + value.1 0 + comment { + access 'read write' + type INTEGER + count 2 + range '0 - 3' + dbmin 0 + dbmax 3600 + dbvalue.0 0 + dbvalue.1 0 + } + } + control.9 { + iface CARD + name 'Mic Jack' + value false + comment { + access read + type BOOLEAN + count 1 + } + } + control.10 { + iface CARD + name 'Headphone Jack' + value true + comment { + access read + type BOOLEAN + count 1 + } + } + control.11 { + iface PCM + name 'Playback Channel Map' + value.0 0 + value.1 0 + comment { + access read + type INTEGER + count 2 + range '0 - 36' + } + } + control.12 { + iface PCM + name 'Capture Channel Map' + value.0 0 + value.1 0 + comment { + access read + type INTEGER + count 2 + range '0 - 36' + } + } + control.13 { + iface MIXER + name 'PCM Playback Volume' + value.0 105 + value.1 105 + comment { + access 'read write user' + type INTEGER + count 2 + range '0 - 255' + tlv '0000000100000008ffffec1400000014' + dbmin -5100 + dbmax 0 + dbvalue.0 -3000 + dbvalue.1 -3000 + } + } + control.14 { + iface MIXER + name 'Digital Capture Volume' + value.0 60 + value.1 60 + comment { + access 'read write user' + type INTEGER + count 2 + range '0 - 120' + tlv '0000000100000008fffff44800000032' + dbmin -3000 + dbmax 3000 + dbvalue.0 0 + dbvalue.1 0 + } + } +} diff -Nru alsa-utils-1.1.2/bat/tests/asound_state/asound.state.Haswell alsa-utils-1.1.3/bat/tests/asound_state/asound.state.Haswell --- alsa-utils-1.1.2/bat/tests/asound_state/asound.state.Haswell 1970-01-01 00:00:00.000000000 +0000 +++ alsa-utils-1.1.3/bat/tests/asound_state/asound.state.Haswell 2016-12-20 09:12:29.000000000 +0000 @@ -0,0 +1,342 @@ +state.HDMI { + control.1 { + iface CARD + name 'HDMI/DP,pcm=3 Jack' + value true + comment { + access read + type BOOLEAN + count 1 + } + } + control.2 { + iface MIXER + name 'IEC958 Playback Con Mask' + value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.3 { + iface MIXER + name 'IEC958 Playback Pro Mask' + value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.4 { + iface MIXER + name 'IEC958 Playback Default' + value '0482000200000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access 'read write' + type IEC958 + count 1 + } + } + control.5 { + iface MIXER + name 'IEC958 Playback Switch' + value true + comment { + access 'read write' + type BOOLEAN + count 1 + } + } + control.6 { + iface PCM + device 3 + name ELD + value '100008006a10000100000000000000000469d22341535553205653323339091707000000' + comment { + access 'read volatile' + type BYTES + count 36 + } + } + control.7 { + iface CARD + name 'HDMI/DP,pcm=7 Jack' + value true + comment { + access read + type BOOLEAN + count 1 + } + } + control.8 { + iface MIXER + name 'IEC958 Playback Con Mask' + index 1 + value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.9 { + iface MIXER + name 'IEC958 Playback Pro Mask' + index 1 + value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.10 { + iface MIXER + name 'IEC958 Playback Default' + index 1 + value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access 'read write' + type IEC958 + count 1 + } + } + control.11 { + iface MIXER + name 'IEC958 Playback Switch' + index 1 + value true + comment { + access 'read write' + type BOOLEAN + count 1 + } + } + control.12 { + iface PCM + device 7 + name ELD + value '100008006a10000100000000000000000469b12341535553205041323338091707000000' + comment { + access 'read volatile' + type BYTES + count 36 + } + } + control.13 { + iface PCM + device 3 + name 'Playback Channel Map' + value.0 0 + value.1 0 + value.2 0 + value.3 0 + value.4 0 + value.5 0 + value.6 0 + value.7 0 + comment { + access 'read write' + type INTEGER + count 8 + range '0 - 36' + } + } + control.14 { + iface PCM + device 7 + name 'Playback Channel Map' + value.0 0 + value.1 0 + value.2 0 + value.3 0 + value.4 0 + value.5 0 + value.6 0 + value.7 0 + comment { + access 'read write' + type INTEGER + count 8 + range '0 - 36' + } + } +} +state.PCH { + control.1 { + iface MIXER + name 'Master Playback Volume' + value.0 45 + value.1 45 + comment { + access 'read write' + type INTEGER + count 2 + range '0 - 87' + dbmin -6525 + dbmax 0 + dbvalue.0 -3150 + dbvalue.1 -3150 + } + } + control.2 { + iface MIXER + name 'Master Playback Switch' + value.0 true + value.1 true + comment { + access 'read write' + type BOOLEAN + count 2 + } + } + control.3 { + iface MIXER + name 'Capture Volume' + value.0 27 + value.1 27 + comment { + access 'read write' + type INTEGER + count 2 + range '0 - 63' + dbmin -1725 + dbmax 3000 + dbvalue.0 300 + dbvalue.1 300 + } + } + control.4 { + iface MIXER + name 'Capture Switch' + value.0 true + value.1 true + comment { + access 'read write' + type BOOLEAN + count 2 + } + } + control.5 { + iface MIXER + name 'Mic Boost Volume' + value.0 0 + value.1 0 + comment { + access 'read write' + type INTEGER + count 2 + range '0 - 3' + dbmin 0 + dbmax 3600 + dbvalue.0 0 + dbvalue.1 0 + } + } + control.6 { + iface MIXER + name 'Internal Mic Boost Volume' + value.0 0 + value.1 0 + comment { + access 'read write' + type INTEGER + count 2 + range '0 - 3' + dbmin 0 + dbmax 3600 + dbvalue.0 0 + dbvalue.1 0 + } + } + control.7 { + iface CARD + name 'Mic Jack' + value true + comment { + access read + type BOOLEAN + count 1 + } + } + control.8 { + iface CARD + name 'Internal Mic Phantom Jack' + value true + comment { + access read + type BOOLEAN + count 1 + } + } + control.9 { + iface CARD + name 'Headphone Jack' + value true + comment { + access read + type BOOLEAN + count 1 + } + } + control.10 { + iface PCM + name 'Playback Channel Map' + value.0 0 + value.1 0 + comment { + access read + type INTEGER + count 2 + range '0 - 36' + } + } + control.11 { + iface PCM + name 'Capture Channel Map' + value.0 0 + value.1 0 + comment { + access read + type INTEGER + count 2 + range '0 - 36' + } + } + control.12 { + iface MIXER + name 'PCM Playback Volume' + value.0 167 + value.1 167 + comment { + access 'read write user' + type INTEGER + count 2 + range '0 - 255' + tlv '0000000100000008ffffec1400000014' + dbmin -5100 + dbmax 0 + dbvalue.0 -1760 + dbvalue.1 -1760 + } + } + control.13 { + iface MIXER + name 'Digital Capture Volume' + value.0 60 + value.1 60 + comment { + access 'read write user' + type INTEGER + count 2 + range '0 - 120' + tlv '0000000100000008fffff44800000032' + dbmin -3000 + dbmax 3000 + dbvalue.0 0 + dbvalue.1 0 + } + } +} diff -Nru alsa-utils-1.1.2/bat/tests/asound_state/asound.state.Skylake alsa-utils-1.1.3/bat/tests/asound_state/asound.state.Skylake --- alsa-utils-1.1.2/bat/tests/asound_state/asound.state.Skylake 1970-01-01 00:00:00.000000000 +0000 +++ alsa-utils-1.1.3/bat/tests/asound_state/asound.state.Skylake 2016-12-20 09:12:29.000000000 +0000 @@ -0,0 +1,437 @@ +state.PCH { + control.1 { + iface MIXER + name 'Master Playback Volume' + value.0 57 + value.1 57 + comment { + access 'read write' + type INTEGER + count 2 + range '0 - 87' + dbmin -6525 + dbmax 0 + dbvalue.0 -2250 + dbvalue.1 -2250 + } + } + control.2 { + iface MIXER + name 'Master Playback Switch' + value.0 true + value.1 true + comment { + access 'read write' + type BOOLEAN + count 2 + } + } + control.3 { + iface MIXER + name 'Loopback Mixing' + value Enabled + comment { + access 'read write' + type ENUMERATED + count 1 + item.0 Disabled + item.1 Enabled + } + } + control.4 { + iface MIXER + name 'Mic Playback Volume' + value.0 15 + value.1 15 + comment { + access 'read write' + type INTEGER + count 2 + range '0 - 31' + dbmin -3450 + dbmax 1200 + dbvalue.0 -1200 + dbvalue.1 -1200 + } + } + control.5 { + iface MIXER + name 'Mic Playback Switch' + value.0 true + value.1 true + comment { + access 'read write' + type BOOLEAN + count 2 + } + } + control.6 { + iface MIXER + name 'Capture Volume' + value.0 27 + value.1 27 + comment { + access 'read write' + type INTEGER + count 2 + range '0 - 63' + dbmin -1725 + dbmax 3000 + dbvalue.0 300 + dbvalue.1 300 + } + } + control.7 { + iface MIXER + name 'Capture Switch' + value.0 true + value.1 true + comment { + access 'read write' + type BOOLEAN + count 2 + } + } + control.8 { + iface MIXER + name 'Mic Boost Volume' + value.0 0 + value.1 0 + comment { + access 'read write' + type INTEGER + count 2 + range '0 - 3' + dbmin 0 + dbmax 3600 + dbvalue.0 0 + dbvalue.1 0 + } + } + control.9 { + iface CARD + name 'Mic Jack' + value true + comment { + access read + type BOOLEAN + count 1 + } + } + control.10 { + iface CARD + name 'Headphone Jack' + value true + comment { + access read + type BOOLEAN + count 1 + } + } + control.11 { + iface PCM + name 'Playback Channel Map' + value.0 0 + value.1 0 + comment { + access read + type INTEGER + count 2 + range '0 - 36' + } + } + control.12 { + iface PCM + name 'Capture Channel Map' + value.0 0 + value.1 0 + comment { + access read + type INTEGER + count 2 + range '0 - 36' + } + } + control.13 { + iface CARD + name 'HDMI/DP,pcm=3 Jack' + value true + comment { + access read + type BOOLEAN + count 1 + } + } + control.14 { + iface MIXER + name 'IEC958 Playback Con Mask' + value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.15 { + iface MIXER + name 'IEC958 Playback Pro Mask' + value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.16 { + iface MIXER + name 'IEC958 Playback Default' + value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access 'read write' + type IEC958 + count 1 + } + } + control.17 { + iface MIXER + name 'IEC958 Playback Switch' + value true + comment { + access 'read write' + type BOOLEAN + count 1 + } + } + control.18 { + iface PCM + device 3 + name ELD + value '100008006a10000100000000000000000469d22341535553205653323339091707000000' + comment { + access 'read volatile' + type BYTES + count 36 + } + } + control.19 { + iface CARD + name 'HDMI/DP,pcm=7 Jack' + value true + comment { + access read + type BOOLEAN + count 1 + } + } + control.20 { + iface MIXER + name 'IEC958 Playback Con Mask' + index 1 + value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.21 { + iface MIXER + name 'IEC958 Playback Pro Mask' + index 1 + value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.22 { + iface MIXER + name 'IEC958 Playback Default' + index 1 + value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access 'read write' + type IEC958 + count 1 + } + } + control.23 { + iface MIXER + name 'IEC958 Playback Switch' + index 1 + value true + comment { + access 'read write' + type BOOLEAN + count 1 + } + } + control.24 { + iface PCM + device 7 + name ELD + value '100008006a14000100000000000000000469b12341535553205041323338091707000000' + comment { + access 'read volatile' + type BYTES + count 36 + } + } + control.25 { + iface CARD + name 'HDMI/DP,pcm=8 Jack' + value false + comment { + access read + type BOOLEAN + count 1 + } + } + control.26 { + iface MIXER + name 'IEC958 Playback Con Mask' + index 2 + value '0fff000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.27 { + iface MIXER + name 'IEC958 Playback Pro Mask' + index 2 + value '0f00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access read + type IEC958 + count 1 + } + } + control.28 { + iface MIXER + name 'IEC958 Playback Default' + index 2 + value '0400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000' + comment { + access 'read write' + type IEC958 + count 1 + } + } + control.29 { + iface MIXER + name 'IEC958 Playback Switch' + index 2 + value true + comment { + access 'read write' + type BOOLEAN + count 1 + } + } + control.30 { + iface PCM + device 8 + name ELD + value '' + comment { + access 'read volatile' + type BYTES + count 0 + } + } + control.31 { + iface PCM + device 3 + name 'Playback Channel Map' + value.0 0 + value.1 0 + value.2 0 + value.3 0 + value.4 0 + value.5 0 + value.6 0 + value.7 0 + comment { + access 'read write' + type INTEGER + count 8 + range '0 - 36' + } + } + control.32 { + iface PCM + device 7 + name 'Playback Channel Map' + value.0 0 + value.1 0 + value.2 0 + value.3 0 + value.4 0 + value.5 0 + value.6 0 + value.7 0 + comment { + access 'read write' + type INTEGER + count 8 + range '0 - 36' + } + } + control.33 { + iface PCM + device 8 + name 'Playback Channel Map' + value.0 0 + value.1 0 + value.2 0 + value.3 0 + value.4 0 + value.5 0 + value.6 0 + value.7 0 + comment { + access 'read write' + type INTEGER + count 8 + range '0 - 36' + } + } + control.34 { + iface MIXER + name 'PCM Playback Volume' + value.0 158 + value.1 158 + comment { + access 'read write user' + type INTEGER + count 2 + range '0 - 255' + tlv '0000000100000008ffffec1400000014' + dbmin -5100 + dbmax 0 + dbvalue.0 -1940 + dbvalue.1 -1940 + } + } + control.35 { + iface MIXER + name 'Digital Capture Volume' + value.0 60 + value.1 60 + comment { + access 'read write user' + type INTEGER + count 2 + range '0 - 120' + tlv '0000000100000008fffff44800000032' + dbmin -3000 + dbmax 3000 + dbvalue.0 0 + dbvalue.1 0 + } + } +} diff -Nru alsa-utils-1.1.2/bat/tests/asound_state/Makefile.am alsa-utils-1.1.3/bat/tests/asound_state/Makefile.am --- alsa-utils-1.1.2/bat/tests/asound_state/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ alsa-utils-1.1.3/bat/tests/asound_state/Makefile.am 2016-12-20 09:12:29.000000000 +0000 @@ -0,0 +1,6 @@ +alsabat_cfg_files = asound.state.Broadwell \ + asound.state.Haswell \ + asound.state.Skylake + +EXTRA_DIST = \ + $(alsabat_cfg_files) diff -Nru alsa-utils-1.1.2/bat/tests/asound_state/Makefile.in alsa-utils-1.1.3/bat/tests/asound_state/Makefile.in --- alsa-utils-1.1.2/bat/tests/asound_state/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ alsa-utils-1.1.3/bat/tests/asound_state/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -0,0 +1,415 @@ +# Makefile.in generated by automake 1.12.2 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = bat/tests/asound_state +DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ + $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/include/aconfig.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +ACLOCAL = @ACLOCAL@ +ALSACTL_DAEMONSWITCH = @ALSACTL_DAEMONSWITCH@ +ALSACTL_PIDFILE_DIR = @ALSACTL_PIDFILE_DIR@ +ALSA_CFLAGS = @ALSA_CFLAGS@ +ALSA_LIBS = @ALSA_LIBS@ +AMTAR = @AMTAR@ +ASOUND_LOCK_DIR = @ASOUND_LOCK_DIR@ +ASOUND_STATE_DIR = @ASOUND_STATE_DIR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CURSESINC = @CURSESINC@ +CURSESLIB = @CURSESLIB@ +CURSES_CFLAGS = @CURSES_CFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FFTW_CFLAGS = @FFTW_CFLAGS@ +FFTW_INC = @FFTW_INC@ +FFTW_LIB = @FFTW_LIB@ +GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ +GMSGFMT = @GMSGFMT@ +GMSGFMT_015 = @GMSGFMT_015@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLLIBS = @INTLLIBS@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ +LDFLAGS = @LDFLAGS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBOBJS = @LIBOBJS@ +LIBRT = @LIBRT@ +LIBS = @LIBS@ +LN_S = @LN_S@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGFMT_015 = @MSGFMT_015@ +MSGMERGE = @MSGMERGE@ +NCURSESW_CFLAGS = @NCURSESW_CFLAGS@ +NCURSESW_LIBS = @NCURSESW_LIBS@ +NCURSES_CFLAGS = @NCURSES_CFLAGS@ +NCURSES_LIBS = @NCURSES_LIBS@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +POSUB = @POSUB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SND_UTIL_MAJOR = @SND_UTIL_MAJOR@ +SND_UTIL_MINOR = @SND_UTIL_MINOR@ +SND_UTIL_SUBMINOR = @SND_UTIL_SUBMINOR@ +SND_UTIL_VERSION = @SND_UTIL_VERSION@ +STRIP = @STRIP@ +TESTSOUND = @TESTSOUND@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_015 = @XGETTEXT_015@ +XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +mydatadir = @mydatadir@ +ncurses5_config = @ncurses5_config@ +ncursesw5_config = @ncursesw5_config@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +rst2man_available = @rst2man_available@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +systemdsystemunitdir = @systemdsystemunitdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +udevrulesdir = @udevrulesdir@ +xmlto_available = @xmlto_available@ +alsabat_cfg_files = asound.state.Broadwell \ + asound.state.Haswell \ + asound.state.Skylake + +EXTRA_DIST = \ + $(alsabat_cfg_files) + +all: all-am + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bat/tests/asound_state/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign bat/tests/asound_state/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): +tags: TAGS +TAGS: + +ctags: CTAGS +CTAGS: + +cscope cscopelist: + + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-am +all-am: Makefile +installdirs: +install: install-am +install-exec: install-exec-am +install-data: install-data-am +uninstall: uninstall-am + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-am +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-am + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-am + -rm -f Makefile +distclean-am: clean-am distclean-generic + +dvi: dvi-am + +dvi-am: + +html: html-am + +html-am: + +info: info-am + +info-am: + +install-data-am: + +install-dvi: install-dvi-am + +install-dvi-am: + +install-exec-am: + +install-html: install-html-am + +install-html-am: + +install-info: install-info-am + +install-info-am: + +install-man: + +install-pdf: install-pdf-am + +install-pdf-am: + +install-ps: install-ps-am + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-am + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-am + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-am + +pdf-am: + +ps: ps-am + +ps-am: + +uninstall-am: + +.MAKE: install-am install-strip + +.PHONY: all all-am check check-am clean clean-generic distclean \ + distclean-generic distdir dvi dvi-am html html-am info info-am \ + install install-am install-data install-data-am install-dvi \ + install-dvi-am install-exec install-exec-am install-html \ + install-html-am install-info install-info-am install-man \ + install-pdf install-pdf-am install-ps install-ps-am \ + install-strip installcheck installcheck-am installdirs \ + maintainer-clean maintainer-clean-generic mostlyclean \ + mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff -Nru alsa-utils-1.1.2/bat/tests/dp_audio_playback.sh alsa-utils-1.1.3/bat/tests/dp_audio_playback.sh --- alsa-utils-1.1.2/bat/tests/dp_audio_playback.sh 1970-01-01 00:00:00.000000000 +0000 +++ alsa-utils-1.1.3/bat/tests/dp_audio_playback.sh 2016-12-20 09:12:29.000000000 +0000 @@ -0,0 +1,83 @@ +#!/bin/bash + +#/* +# * Copyright (C) 2013-2016 Intel Corporation +# * +# * This program is free software; you can redistribute it and/or modify +# * it under the terms of the GNU General Public License as published by +# * the Free Software Foundation; either version 2 of the License, or +# * (at your option) any later version. +# * +# * This program is distributed in the hope that it will be useful, +# * but WITHOUT ANY WARRANTY; without even the implied warranty of +# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# * GNU General Public License for more details. +# * +# */ + +#set test freq table (HZ) +freq_table="10 31 73 155 380 977 1932 4119 8197 16197" + +#set test number of channels +test_channel=2 + +#get device number for DP +DP_device_num=0 +$ABAT_TEST_PATH/dp_audio_subdevice_number.sh +DP_device_num=$? +if [ $DP_device_num = 77 ]; then + echo "Prompt: Can not get device with DP audio or \ +show the wrong connection type as HDMI in ELD info" + exit 1 +fi + +#To get DP audio device number +DP_card_number=$(aplay -l | grep "HDMI 0" | cut -b 6) +if [ "$DP_card_number" = "" ]; then + echo "Error: Can not get Display audio card." + exit 1 +fi + +DP_device="hw:$DP_card_number,$DP_device_num" +echo $device +sleep 2 + +#get Analog audio record card number +record_card_number=$(arecord -l | grep "Analog" | cut -b 6) +if [ "$record_card_number" = "" ]; then + echo "Can not get record card number." + exit 1 +fi + +#get Analog audio record device number +record_device_number=$(arecord -l | grep "Analog"| cut -d " " -f 8 |cut -b 1) +echo $record_device_number +if [ "$record_device_number" = "" ]; then + echo "Can not get record device number" + exit 1 +fi + +#Notice: to loopback the DP audio output to the analog audio input +record_device="hw:$record_card_number,$record_device_number" +test_flag=0 + +echo -e "\e[31m Notice: to loopback the DP audio \ +output to the analog audio input" +echo -e "\e[0m" +read -p "Press enter to continue" + +#call alsabat to do the test for each frequency in the freq_table +for freq in $freq_table + do + alsabat -P $DP_device -C plug$record_device -c $test_channel -F $freq + if [ $? = 0 ]; then + echo "Test target frequency:$freq for DP audio playback--Passed" \ +>> $ABAT_TEST_LOG_FILE + else + echo "Test target frequency:$freq for DP audio playback--Failed" \ +>> $ABAT_TEST_LOG_FILE + test_flag=1 + fi + done + +exit $test_flag diff -Nru alsa-utils-1.1.2/bat/tests/dp_audio_subdevice_number.sh alsa-utils-1.1.3/bat/tests/dp_audio_subdevice_number.sh --- alsa-utils-1.1.2/bat/tests/dp_audio_subdevice_number.sh 1970-01-01 00:00:00.000000000 +0000 +++ alsa-utils-1.1.3/bat/tests/dp_audio_subdevice_number.sh 2016-12-20 09:12:29.000000000 +0000 @@ -0,0 +1,68 @@ +#!/bin/bash + +#/* +# * Copyright (C) 2013-2016 Intel Corporation +# * +# * This program is free software; you can redistribute it and/or modify +# * it under the terms of the GNU General Public License as published by +# * the Free Software Foundation; either version 2 of the License, or +# * (at your option) any later version. +# * +# * This program is distributed in the hope that it will be useful, +# * but WITHOUT ANY WARRANTY; without even the implied warranty of +# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# * GNU General Public License for more details. +# * +# */ +#set -x + +subdevice_number=0 +get_subdevice=0 + +#make sure the DP monitor is connected and active + +# To get DisplayPort audio device number +card_number=$(aplay -l | grep "HDMI 1" | cut -b 6) +echo $card_number +if [ "$card_number" = "" ]; then + echo "Can not get Display audio card." + exit 254 +fi + +audio_card_dir="/proc/asound/card$card_number/" + +cd $audio_card_dir + +for file in `ls` +do + #To get the ELD info according to the connented monitor with DisplayPort. + if [[ $file == eld* ]]; then + let subdevice_number+=1 + cat $file | grep connection_type | grep DisplayPort > /dev/null + if [ $? = 0 ]; then + echo "Get the ELD information according to the connented \ +monitor with DisplayPort." + get_subdevice=1 + break + fi + fi +done + +#failed to get the subdevice number of DisplayPort audio +if [ $get_subdevice == 0 ]; then + exit 77 +fi + +#the subdevice number of DisplayPort audio is 3 +if [ $subdevice_number == 1 ]; then + exit 3 +#the subdevice number of DisplayPort audio is 7. +elif [ $subdevice_number == 2 ]; then + exit 7 +#the subdevice number of DisplayPort audio is 8 +elif [ $subdevice_number == 3 ]; then + exit 8 +#default: failed to get the subdevice number of DisplayPort audio +else + exit 77 +fi diff -Nru alsa-utils-1.1.2/bat/tests/hdmi_audio_playback.sh alsa-utils-1.1.3/bat/tests/hdmi_audio_playback.sh --- alsa-utils-1.1.2/bat/tests/hdmi_audio_playback.sh 1970-01-01 00:00:00.000000000 +0000 +++ alsa-utils-1.1.3/bat/tests/hdmi_audio_playback.sh 2016-12-20 09:12:29.000000000 +0000 @@ -0,0 +1,81 @@ +#!/bin/bash + +#/* +# * Copyright (C) 2013-2016 Intel Corporation +# * +# * This program is free software; you can redistribute it and/or modify +# * it under the terms of the GNU General Public License as published by +# * the Free Software Foundation; either version 2 of the License, or +# * (at your option) any later version. +# * +# * This program is distributed in the hope that it will be useful, +# * but WITHOUT ANY WARRANTY; without even the implied warranty of +# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# * GNU General Public License for more details. +# * +# */ + +#set test freq table (HZ) +freq_table="10 31 73 155 380 977 1932 4119 8197 16197" + +#set test number of channels +test_channel=2 + +#get device number for HDMI +HDMI_device_num=0 +$ABAT_TEST_PATH/hdmi_audio_subdevice_number.sh +HDMI_device_num=$? +if [ $HDMI_device_num = 77 ]; then + echo "Prompt: Can not get device with HDMI audio or \ +show the wrong connection type as DP in ELD info" + exit 1 +fi + +#To get HDMI audio device number +HDMI_card_number=$(aplay -l | grep "HDMI 0" | cut -b 6) +if [ "$HDMI_card_number" = "" ]; then + echo "Error: Can not get Display audio card." + exit 1 +fi + +HDMI_device="hw:$HDMI_card_number,$HDMI_device_num" +echo $device +sleep 2 + +#get Analog audio record card number +record_card_number=$(arecord -l | grep "Analog" | cut -b 6) +if [ "$record_card_number" = "" ]; then + echo "Can not get record card number." + exit 1 +fi + +#get Analog audio record device number +record_device_number=$(arecord -l | grep "Analog"| cut -d " " -f 8 |cut -b 1) +if [ "$record_device_number" = "" ]; then + echo "Can not get record device number" + exit 1 +fi + +#Notice: to loopback the HDMI audio output to the analog audio input +record_device="hw:$record_card_number,$record_device_number" +test_flag=0 + +echo -e "\e[31m Notice: to loopback the HDMI audio output \ +to the analog audio input" +echo -e "\e[0m" +read -p "Press enter to continue" +#call alsabat to do the test for each frequency in the freq_table +for freq in $freq_table + do + alsabat -P $HDMI_device -C plug$record_device -c $test_channel -F $freq + if [ $? = 0 ]; then + echo "Test target frequency:$freq for HDMI audio playback \ +-- Passed " >> $ABAT_TEST_LOG_FILE + else + echo "Test target frequency:$freq for HDMI audio playback \ +-- Failed " >> $ABAT_TEST_LOG_FILE + test_flag=1 + fi + done + +exit $test_flag diff -Nru alsa-utils-1.1.2/bat/tests/hdmi_audio_subdevice_number.sh alsa-utils-1.1.3/bat/tests/hdmi_audio_subdevice_number.sh --- alsa-utils-1.1.2/bat/tests/hdmi_audio_subdevice_number.sh 1970-01-01 00:00:00.000000000 +0000 +++ alsa-utils-1.1.3/bat/tests/hdmi_audio_subdevice_number.sh 2016-12-20 09:12:29.000000000 +0000 @@ -0,0 +1,65 @@ +#!/bin/bash + +#/* +# * Copyright (C) 2013-2016 Intel Corporation +# * +# * This program is free software; you can redistribute it and/or modify +# * it under the terms of the GNU General Public License as published by +# * the Free Software Foundation; either version 2 of the License, or +# * (at your option) any later version. +# * +# * This program is distributed in the hope that it will be useful, +# * but WITHOUT ANY WARRANTY; without even the implied warranty of +# * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# * GNU General Public License for more details. +# * +# */ +#set -x + +subdevice_number=0 +get_subdevice=0 + +#make sure the HDMI monitor is connected and active ######## + +# To get HDMI audio device number +card_number=$(aplay -l | grep "HDMI 0" | cut -b 6) +if [ "$card_number" = "" ]; then + echo "Can not get Display audio card." + #failed to get Display audio card. + exit 1 +fi + +audio_card_dir="/proc/asound/card$card_number/" + +cd $audio_card_dir +for file in `ls` + do + #To get the ELD information according to the connented monitor with HDMI + if [[ $file == eld* ]]; then + let subdevice_number+=1 + cat $file | grep connection_type | grep HDMI > /dev/null + if [ $? = 0 ]; then + get_subdevice=1 + break + fi + fi + done + +#failed to get the subdevice number of HDMI audio. +if [ $get_subdevice == 0 ]; then + exit 77 +fi + +#the subdevice number of HDMI audio is 3. +if [ $subdevice_number == 1 ]; then + exit 3 +#the subdevice number of HDMI audio is 7. +elif [ $subdevice_number == 2 ]; then + exit 7 +#the subdevice number of HDMI audio is 8. +elif [ $subdevice_number == 3 ]; then + exit 8 +#default: failed to get the subdevice number of HDMI audio. +else + exit 77 +fi diff -Nru alsa-utils-1.1.2/bat/tests/Makefile.am alsa-utils-1.1.3/bat/tests/Makefile.am --- alsa-utils-1.1.2/bat/tests/Makefile.am 1970-01-01 00:00:00.000000000 +0000 +++ alsa-utils-1.1.3/bat/tests/Makefile.am 2016-12-20 09:12:29.000000000 +0000 @@ -0,0 +1,11 @@ +SUBDIRS=asound_state +alsabat_script_files = analog_audio_playback_and_capture.sh \ + dp_audio_playback.sh \ + dp_audio_subdevice_number.sh \ + hdmi_audio_playback.sh \ + hdmi_audio_subdevice_number.sh \ + map_test_case \ + README + +EXTRA_DIST = \ + $(alsabat_script_files) diff -Nru alsa-utils-1.1.2/bat/tests/Makefile.in alsa-utils-1.1.3/bat/tests/Makefile.in --- alsa-utils-1.1.2/bat/tests/Makefile.in 1970-01-01 00:00:00.000000000 +0000 +++ alsa-utils-1.1.3/bat/tests/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -0,0 +1,609 @@ +# Makefile.in generated by automake 1.12.2 from Makefile.am. +# @configure_input@ + +# Copyright (C) 1994-2012 Free Software Foundation, Inc. + +# This Makefile.in is free software; the Free Software Foundation +# gives unlimited permission to copy and/or distribute it, +# with or without modifications, as long as this notice is preserved. + +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY, to the extent permitted by law; without +# even the implied warranty of MERCHANTABILITY or FITNESS FOR A +# PARTICULAR PURPOSE. + +@SET_MAKE@ +VPATH = @srcdir@ +am__make_dryrun = \ + { \ + am__dry=no; \ + case $$MAKEFLAGS in \ + *\\[\ \ ]*) \ + echo 'am--echo: ; @echo "AM" OK' | $(MAKE) -f - 2>/dev/null \ + | grep '^AM OK$$' >/dev/null || am__dry=yes;; \ + *) \ + for am__flg in $$MAKEFLAGS; do \ + case $$am__flg in \ + *=*|--*) ;; \ + *n*) am__dry=yes; break;; \ + esac; \ + done;; \ + esac; \ + test $$am__dry = yes; \ + } +pkgdatadir = $(datadir)/@PACKAGE@ +pkgincludedir = $(includedir)/@PACKAGE@ +pkglibdir = $(libdir)/@PACKAGE@ +pkglibexecdir = $(libexecdir)/@PACKAGE@ +am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd +install_sh_DATA = $(install_sh) -c -m 644 +install_sh_PROGRAM = $(install_sh) -c +install_sh_SCRIPT = $(install_sh) -c +INSTALL_HEADER = $(INSTALL_DATA) +transform = $(program_transform_name) +NORMAL_INSTALL = : +PRE_INSTALL = : +POST_INSTALL = : +NORMAL_UNINSTALL = : +PRE_UNINSTALL = : +POST_UNINSTALL = : +build_triplet = @build@ +host_triplet = @host@ +subdir = bat/tests +DIST_COMMON = README $(srcdir)/Makefile.am $(srcdir)/Makefile.in +ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 +am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \ + $(top_srcdir)/m4/iconv.m4 $(top_srcdir)/m4/lib-ld.m4 \ + $(top_srcdir)/m4/lib-link.m4 $(top_srcdir)/m4/lib-prefix.m4 \ + $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \ + $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/acinclude.m4 \ + $(top_srcdir)/configure.ac +am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ + $(ACLOCAL_M4) +mkinstalldirs = $(install_sh) -d +CONFIG_HEADER = $(top_builddir)/include/aconfig.h +CONFIG_CLEAN_FILES = +CONFIG_CLEAN_VPATH_FILES = +SOURCES = +DIST_SOURCES = +RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ + html-recursive info-recursive install-data-recursive \ + install-dvi-recursive install-exec-recursive \ + install-html-recursive install-info-recursive \ + install-pdf-recursive install-ps-recursive install-recursive \ + installcheck-recursive installdirs-recursive pdf-recursive \ + ps-recursive uninstall-recursive +am__can_run_installinfo = \ + case $$AM_UPDATE_INFO_DIR in \ + n|no|NO) false;; \ + *) (install-info --version) >/dev/null 2>&1;; \ + esac +RECURSIVE_CLEAN_TARGETS = mostlyclean-recursive clean-recursive \ + distclean-recursive maintainer-clean-recursive +AM_RECURSIVE_TARGETS = $(RECURSIVE_TARGETS:-recursive=) \ + $(RECURSIVE_CLEAN_TARGETS:-recursive=) tags TAGS ctags CTAGS \ + distdir +ETAGS = etags +CTAGS = ctags +DIST_SUBDIRS = $(SUBDIRS) +DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) +am__relativize = \ + dir0=`pwd`; \ + sed_first='s,^\([^/]*\)/.*$$,\1,'; \ + sed_rest='s,^[^/]*/*,,'; \ + sed_last='s,^.*/\([^/]*\)$$,\1,'; \ + sed_butlast='s,/*[^/]*$$,,'; \ + while test -n "$$dir1"; do \ + first=`echo "$$dir1" | sed -e "$$sed_first"`; \ + if test "$$first" != "."; then \ + if test "$$first" = ".."; then \ + dir2=`echo "$$dir0" | sed -e "$$sed_last"`/"$$dir2"; \ + dir0=`echo "$$dir0" | sed -e "$$sed_butlast"`; \ + else \ + first2=`echo "$$dir2" | sed -e "$$sed_first"`; \ + if test "$$first2" = "$$first"; then \ + dir2=`echo "$$dir2" | sed -e "$$sed_rest"`; \ + else \ + dir2="../$$dir2"; \ + fi; \ + dir0="$$dir0"/"$$first"; \ + fi; \ + fi; \ + dir1=`echo "$$dir1" | sed -e "$$sed_rest"`; \ + done; \ + reldir="$$dir2" +ACLOCAL = @ACLOCAL@ +ALSACTL_DAEMONSWITCH = @ALSACTL_DAEMONSWITCH@ +ALSACTL_PIDFILE_DIR = @ALSACTL_PIDFILE_DIR@ +ALSA_CFLAGS = @ALSA_CFLAGS@ +ALSA_LIBS = @ALSA_LIBS@ +AMTAR = @AMTAR@ +ASOUND_LOCK_DIR = @ASOUND_LOCK_DIR@ +ASOUND_STATE_DIR = @ASOUND_STATE_DIR@ +AUTOCONF = @AUTOCONF@ +AUTOHEADER = @AUTOHEADER@ +AUTOMAKE = @AUTOMAKE@ +AWK = @AWK@ +CC = @CC@ +CCDEPMODE = @CCDEPMODE@ +CFLAGS = @CFLAGS@ +CPP = @CPP@ +CPPFLAGS = @CPPFLAGS@ +CURSESINC = @CURSESINC@ +CURSESLIB = @CURSESLIB@ +CURSES_CFLAGS = @CURSES_CFLAGS@ +CYGPATH_W = @CYGPATH_W@ +DEFS = @DEFS@ +DEPDIR = @DEPDIR@ +ECHO_C = @ECHO_C@ +ECHO_N = @ECHO_N@ +ECHO_T = @ECHO_T@ +EGREP = @EGREP@ +EXEEXT = @EXEEXT@ +FFTW_CFLAGS = @FFTW_CFLAGS@ +FFTW_INC = @FFTW_INC@ +FFTW_LIB = @FFTW_LIB@ +GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@ +GMSGFMT = @GMSGFMT@ +GMSGFMT_015 = @GMSGFMT_015@ +GREP = @GREP@ +INSTALL = @INSTALL@ +INSTALL_DATA = @INSTALL_DATA@ +INSTALL_PROGRAM = @INSTALL_PROGRAM@ +INSTALL_SCRIPT = @INSTALL_SCRIPT@ +INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ +INTLLIBS = @INTLLIBS@ +INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@ +LDFLAGS = @LDFLAGS@ +LIBICONV = @LIBICONV@ +LIBINTL = @LIBINTL@ +LIBOBJS = @LIBOBJS@ +LIBRT = @LIBRT@ +LIBS = @LIBS@ +LN_S = @LN_S@ +LTLIBICONV = @LTLIBICONV@ +LTLIBINTL = @LTLIBINTL@ +LTLIBOBJS = @LTLIBOBJS@ +MAINT = @MAINT@ +MAKEINFO = @MAKEINFO@ +MKDIR_P = @MKDIR_P@ +MSGFMT = @MSGFMT@ +MSGFMT_015 = @MSGFMT_015@ +MSGMERGE = @MSGMERGE@ +NCURSESW_CFLAGS = @NCURSESW_CFLAGS@ +NCURSESW_LIBS = @NCURSESW_LIBS@ +NCURSES_CFLAGS = @NCURSES_CFLAGS@ +NCURSES_LIBS = @NCURSES_LIBS@ +OBJEXT = @OBJEXT@ +PACKAGE = @PACKAGE@ +PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ +PACKAGE_NAME = @PACKAGE_NAME@ +PACKAGE_STRING = @PACKAGE_STRING@ +PACKAGE_TARNAME = @PACKAGE_TARNAME@ +PACKAGE_URL = @PACKAGE_URL@ +PACKAGE_VERSION = @PACKAGE_VERSION@ +PATH_SEPARATOR = @PATH_SEPARATOR@ +PKG_CONFIG = @PKG_CONFIG@ +PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@ +PKG_CONFIG_PATH = @PKG_CONFIG_PATH@ +POSUB = @POSUB@ +SED = @SED@ +SET_MAKE = @SET_MAKE@ +SHELL = @SHELL@ +SND_UTIL_MAJOR = @SND_UTIL_MAJOR@ +SND_UTIL_MINOR = @SND_UTIL_MINOR@ +SND_UTIL_SUBMINOR = @SND_UTIL_SUBMINOR@ +SND_UTIL_VERSION = @SND_UTIL_VERSION@ +STRIP = @STRIP@ +TESTSOUND = @TESTSOUND@ +USE_NLS = @USE_NLS@ +VERSION = @VERSION@ +XGETTEXT = @XGETTEXT@ +XGETTEXT_015 = @XGETTEXT_015@ +XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@ +abs_builddir = @abs_builddir@ +abs_srcdir = @abs_srcdir@ +abs_top_builddir = @abs_top_builddir@ +abs_top_srcdir = @abs_top_srcdir@ +ac_ct_CC = @ac_ct_CC@ +am__include = @am__include@ +am__leading_dot = @am__leading_dot@ +am__quote = @am__quote@ +am__tar = @am__tar@ +am__untar = @am__untar@ +bindir = @bindir@ +build = @build@ +build_alias = @build_alias@ +build_cpu = @build_cpu@ +build_os = @build_os@ +build_vendor = @build_vendor@ +builddir = @builddir@ +datadir = @datadir@ +datarootdir = @datarootdir@ +docdir = @docdir@ +dvidir = @dvidir@ +exec_prefix = @exec_prefix@ +host = @host@ +host_alias = @host_alias@ +host_cpu = @host_cpu@ +host_os = @host_os@ +host_vendor = @host_vendor@ +htmldir = @htmldir@ +includedir = @includedir@ +infodir = @infodir@ +install_sh = @install_sh@ +libdir = @libdir@ +libexecdir = @libexecdir@ +localedir = @localedir@ +localstatedir = @localstatedir@ +mandir = @mandir@ +mkdir_p = @mkdir_p@ +mydatadir = @mydatadir@ +ncurses5_config = @ncurses5_config@ +ncursesw5_config = @ncursesw5_config@ +oldincludedir = @oldincludedir@ +pdfdir = @pdfdir@ +prefix = @prefix@ +program_transform_name = @program_transform_name@ +psdir = @psdir@ +rst2man_available = @rst2man_available@ +sbindir = @sbindir@ +sharedstatedir = @sharedstatedir@ +srcdir = @srcdir@ +sysconfdir = @sysconfdir@ +systemdsystemunitdir = @systemdsystemunitdir@ +target_alias = @target_alias@ +top_build_prefix = @top_build_prefix@ +top_builddir = @top_builddir@ +top_srcdir = @top_srcdir@ +udevrulesdir = @udevrulesdir@ +xmlto_available = @xmlto_available@ +SUBDIRS = asound_state +alsabat_script_files = analog_audio_playback_and_capture.sh \ + dp_audio_playback.sh \ + dp_audio_subdevice_number.sh \ + hdmi_audio_playback.sh \ + hdmi_audio_subdevice_number.sh \ + map_test_case \ + README + +EXTRA_DIST = \ + $(alsabat_script_files) + +all: all-recursive + +.SUFFIXES: +$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) + @for dep in $?; do \ + case '$(am__configure_deps)' in \ + *$$dep*) \ + ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ + && { if test -f $@; then exit 0; else break; fi; }; \ + exit 1;; \ + esac; \ + done; \ + echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign bat/tests/Makefile'; \ + $(am__cd) $(top_srcdir) && \ + $(AUTOMAKE) --foreign bat/tests/Makefile +.PRECIOUS: Makefile +Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status + @case '$?' in \ + *config.status*) \ + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ + *) \ + echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ + cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ + esac; + +$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh + +$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) + cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh +$(am__aclocal_m4_deps): + +# This directory's subdirectories are mostly independent; you can cd +# into them and run 'make' without going through this Makefile. +# To change the values of 'make' variables: instead of editing Makefiles, +# (1) if the variable is set in 'config.status', edit 'config.status' +# (which will cause the Makefiles to be regenerated when you run 'make'); +# (2) otherwise, pass the desired values on the 'make' command line. +$(RECURSIVE_TARGETS) $(RECURSIVE_CLEAN_TARGETS): + @fail= failcom='exit 1'; \ + for f in x $$MAKEFLAGS; do \ + case $$f in \ + *=* | --[!k]*);; \ + *k*) failcom='fail=yes';; \ + esac; \ + done; \ + dot_seen=no; \ + target=`echo $@ | sed s/-recursive//`; \ + case "$@" in \ + distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ + *) list='$(SUBDIRS)' ;; \ + esac; \ + for subdir in $$list; do \ + echo "Making $$target in $$subdir"; \ + if test "$$subdir" = "."; then \ + dot_seen=yes; \ + local_target="$$target-am"; \ + else \ + local_target="$$target"; \ + fi; \ + ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ + || eval $$failcom; \ + done; \ + if test "$$dot_seen" = "no"; then \ + $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ + fi; test -z "$$fail" +tags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ + done +ctags-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ + done +cscopelist-recursive: + list='$(SUBDIRS)'; for subdir in $$list; do \ + test "$$subdir" = . || ($(am__cd) $$subdir && $(MAKE) $(AM_MAKEFLAGS) cscopelist); \ + done + +ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + mkid -fID $$unique +tags: TAGS + +TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + set x; \ + here=`pwd`; \ + if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ + include_option=--etags-include; \ + empty_fix=.; \ + else \ + include_option=--include; \ + empty_fix=; \ + fi; \ + list='$(SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + test ! -f $$subdir/TAGS || \ + set "$$@" "$$include_option=$$here/$$subdir/TAGS"; \ + fi; \ + done; \ + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + shift; \ + if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ + test -n "$$unique" || unique=$$empty_fix; \ + if test $$# -gt 0; then \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + "$$@" $$unique; \ + else \ + $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ + $$unique; \ + fi; \ + fi +ctags: CTAGS +CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ + $(TAGS_FILES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ + unique=`for i in $$list; do \ + if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ + done | \ + $(AWK) '{ files[$$0] = 1; nonempty = 1; } \ + END { if (nonempty) { for (i in files) print i; }; }'`; \ + test -z "$(CTAGS_ARGS)$$unique" \ + || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ + $$unique + +GTAGS: + here=`$(am__cd) $(top_builddir) && pwd` \ + && $(am__cd) $(top_srcdir) \ + && gtags -i $(GTAGS_ARGS) "$$here" + +cscopelist: cscopelist-recursive $(HEADERS) $(SOURCES) $(LISP) + list='$(SOURCES) $(HEADERS) $(LISP)'; \ + case "$(srcdir)" in \ + [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ + *) sdir=$(subdir)/$(srcdir) ;; \ + esac; \ + for i in $$list; do \ + if test -f "$$i"; then \ + echo "$(subdir)/$$i"; \ + else \ + echo "$$sdir/$$i"; \ + fi; \ + done >> $(top_builddir)/cscope.files + +distclean-tags: + -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags + +distdir: $(DISTFILES) + @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ + list='$(DISTFILES)'; \ + dist_files=`for file in $$list; do echo $$file; done | \ + sed -e "s|^$$srcdirstrip/||;t" \ + -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ + case $$dist_files in \ + */*) $(MKDIR_P) `echo "$$dist_files" | \ + sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ + sort -u` ;; \ + esac; \ + for file in $$dist_files; do \ + if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ + if test -d $$d/$$file; then \ + dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ + if test -d "$(distdir)/$$file"; then \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ + cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ + find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ + fi; \ + cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ + else \ + test -f "$(distdir)/$$file" \ + || cp -p $$d/$$file "$(distdir)/$$file" \ + || exit 1; \ + fi; \ + done + @list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ + if test "$$subdir" = .; then :; else \ + $(am__make_dryrun) \ + || test -d "$(distdir)/$$subdir" \ + || $(MKDIR_P) "$(distdir)/$$subdir" \ + || exit 1; \ + dir1=$$subdir; dir2="$(distdir)/$$subdir"; \ + $(am__relativize); \ + new_distdir=$$reldir; \ + dir1=$$subdir; dir2="$(top_distdir)"; \ + $(am__relativize); \ + new_top_distdir=$$reldir; \ + echo " (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir="$$new_top_distdir" distdir="$$new_distdir" \\"; \ + echo " am__remove_distdir=: am__skip_length_check=: am__skip_mode_fix=: distdir)"; \ + ($(am__cd) $$subdir && \ + $(MAKE) $(AM_MAKEFLAGS) \ + top_distdir="$$new_top_distdir" \ + distdir="$$new_distdir" \ + am__remove_distdir=: \ + am__skip_length_check=: \ + am__skip_mode_fix=: \ + distdir) \ + || exit 1; \ + fi; \ + done +check-am: all-am +check: check-recursive +all-am: Makefile +installdirs: installdirs-recursive +installdirs-am: +install: install-recursive +install-exec: install-exec-recursive +install-data: install-data-recursive +uninstall: uninstall-recursive + +install-am: all-am + @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am + +installcheck: installcheck-recursive +install-strip: + if test -z '$(STRIP)'; then \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + install; \ + else \ + $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ + install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ + "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ + fi +mostlyclean-generic: + +clean-generic: + +distclean-generic: + -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) + -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) + +maintainer-clean-generic: + @echo "This command is intended for maintainers to use" + @echo "it deletes files that may require special tools to rebuild." +clean: clean-recursive + +clean-am: clean-generic mostlyclean-am + +distclean: distclean-recursive + -rm -f Makefile +distclean-am: clean-am distclean-generic distclean-tags + +dvi: dvi-recursive + +dvi-am: + +html: html-recursive + +html-am: + +info: info-recursive + +info-am: + +install-data-am: + +install-dvi: install-dvi-recursive + +install-dvi-am: + +install-exec-am: + +install-html: install-html-recursive + +install-html-am: + +install-info: install-info-recursive + +install-info-am: + +install-man: + +install-pdf: install-pdf-recursive + +install-pdf-am: + +install-ps: install-ps-recursive + +install-ps-am: + +installcheck-am: + +maintainer-clean: maintainer-clean-recursive + -rm -f Makefile +maintainer-clean-am: distclean-am maintainer-clean-generic + +mostlyclean: mostlyclean-recursive + +mostlyclean-am: mostlyclean-generic + +pdf: pdf-recursive + +pdf-am: + +ps: ps-recursive + +ps-am: + +uninstall-am: + +.MAKE: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) \ + cscopelist-recursive ctags-recursive install-am install-strip \ + tags-recursive + +.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \ + all all-am check check-am clean clean-generic cscopelist \ + cscopelist-recursive ctags ctags-recursive distclean \ + distclean-generic distclean-tags distdir dvi dvi-am html \ + html-am info info-am install install-am install-data \ + install-data-am install-dvi install-dvi-am install-exec \ + install-exec-am install-html install-html-am install-info \ + install-info-am install-man install-pdf install-pdf-am \ + install-ps install-ps-am install-strip installcheck \ + installcheck-am installdirs installdirs-am maintainer-clean \ + maintainer-clean-generic mostlyclean mostlyclean-generic pdf \ + pdf-am ps ps-am tags tags-recursive uninstall uninstall-am + + +# Tell versions [3.59,3.63) of GNU make to not export all variables. +# Otherwise a system limit (for SysV at least) may be exceeded. +.NOEXPORT: diff -Nru alsa-utils-1.1.2/bat/tests/map_test_case alsa-utils-1.1.3/bat/tests/map_test_case --- alsa-utils-1.1.2/bat/tests/map_test_case 1970-01-01 00:00:00.000000000 +0000 +++ alsa-utils-1.1.3/bat/tests/map_test_case 2016-12-20 09:12:29.000000000 +0000 @@ -0,0 +1,8 @@ +# Analog audio basic test +verify_Analog_audio_playback_and_capture="$ABAT_TEST_PATH/analog_audio_playback_and_capture.sh" + +# Display audio basic test cases - for HDMI +verify_HDMI_audio_playback="$ABAT_TEST_PATH/hdmi_audio_playback.sh" + +# Display audio basic test cases - for DP +verify_DP_audio_playback="$ABAT_TEST_PATH/dp_audio_playback.sh" diff -Nru alsa-utils-1.1.2/bat/tests/README alsa-utils-1.1.3/bat/tests/README --- alsa-utils-1.1.2/bat/tests/README 1970-01-01 00:00:00.000000000 +0000 +++ alsa-utils-1.1.3/bat/tests/README 2016-12-20 09:12:29.000000000 +0000 @@ -0,0 +1,32 @@ + + automated test scripts for linux audio driver + based on alsa-lib interface by using alsabat +=============================================================================== + +This package contains the test scripts for linux audio driver based on +alsa-lib interface by using alsabat. +It supports analog and display(HDMI/DP) audio test. +The package needs the alsa-utils, alsa-lib installed environment. + +alsabat_main.sh + - the main entrance test script, + it will call the other scripts to run the tests + (test result will save in the ./log/ folder) +analog_audio_playback_and_capture.sh + - analog audio test script (please to loopback the + analog audio output to analog audio input) +hdmi_audio_playback.sh + - hdmi audio test script (please to loopback the hdmi audio output + to analog audio input) +dp_audio_playback.sh + - dp audio test script (please to loopback the dp audio + output to analog audio input) +map_test_case + - to map the test suite/cases to a test script +asound_state/ + - some asound.state config reference files + based on different platforms + + Focus Luo + Wang,Jinliang + Zhang,Keqiao diff -Nru alsa-utils-1.1.2/configure alsa-utils-1.1.3/configure --- alsa-utils-1.1.2/configure 2016-08-02 17:14:23.000000000 +0000 +++ alsa-utils-1.1.3/configure 2016-12-20 09:13:58.000000000 +0000 @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for alsa-utils 1.1.2. +# Generated by GNU Autoconf 2.69 for alsa-utils 1.1.3. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ # Identity of this package. PACKAGE_NAME='alsa-utils' PACKAGE_TARNAME='alsa-utils' -PACKAGE_VERSION='1.1.2' -PACKAGE_STRING='alsa-utils 1.1.2' +PACKAGE_VERSION='1.1.3' +PACKAGE_STRING='alsa-utils 1.1.3' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -649,9 +649,12 @@ NCURSESW_LIBS NCURSESW_CFLAGS udevrulesdir +USE_RST2MAN_FALSE +USE_RST2MAN_TRUE +rst2man_available USE_XMLTO_FALSE USE_XMLTO_TRUE -xmlto +xmlto_available ALSALOOP_FALSE ALSALOOP_TRUE ALSACONF_FALSE @@ -817,6 +820,7 @@ enable_alsaconf enable_alsaloop enable_xmlto +enable_rst2man with_udev_rules_dir with_curses with_testsound @@ -1383,7 +1387,7 @@ # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures alsa-utils 1.1.2 to adapt to many kinds of systems. +\`configure' configures alsa-utils 1.1.3 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1453,7 +1457,7 @@ if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of alsa-utils 1.1.2:";; + short | recursive ) echo "Configuration of alsa-utils 1.1.3:";; esac cat <<\_ACEOF @@ -1478,6 +1482,7 @@ --disable-alsaconf Disable alsaconf packaging --disable-alsaloop Disable alsaloop packaging --disable-xmlto Disable man page creation via xmlto + --disable-rst2man Disable man page creation via rst2man --disable-largefile omit support for large files Optional Packages: @@ -1596,7 +1601,7 @@ test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -alsa-utils configure 1.1.2 +alsa-utils configure 1.1.3 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1961,7 +1966,7 @@ This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by alsa-utils $as_me 1.1.2, which was +It was created by alsa-utils $as_me 1.1.3, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2788,7 +2793,7 @@ # Define the identity of the package. PACKAGE='alsa-utils' - VERSION='1.1.2' + VERSION='1.1.3' cat >>confdefs.h <<_ACEOF @@ -7941,7 +7946,7 @@ fi -xmlto="" +xmlto_available="" # Check whether --enable-xmlto was given. if test "${enable_xmlto+set}" = set; then : enableval=$enable_xmlto; xmlto="$enableval" @@ -7954,11 +7959,11 @@ set dummy xmlto; ac_word=$2 { $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 $as_echo_n "checking for $ac_word... " >&6; } -if ${ac_cv_prog_xmlto+:} false; then : +if ${ac_cv_prog_xmlto_available+:} false; then : $as_echo_n "(cached) " >&6 else - if test -n "$xmlto"; then - ac_cv_prog_xmlto="$xmlto" # Let the user override the test. + if test -n "$xmlto_available"; then + ac_cv_prog_xmlto_available="$xmlto_available" # Let the user override the test. else as_save_IFS=$IFS; IFS=$PATH_SEPARATOR for as_dir in $PATH @@ -7967,7 +7972,7 @@ test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then - ac_cv_prog_xmlto="yes" + ac_cv_prog_xmlto_available="yes" $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fi @@ -7977,10 +7982,10 @@ fi fi -xmlto=$ac_cv_prog_xmlto -if test -n "$xmlto"; then - { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xmlto" >&5 -$as_echo "$xmlto" >&6; } +xmlto_available=$ac_cv_prog_xmlto_available +if test -n "$xmlto_available"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $xmlto_available" >&5 +$as_echo "$xmlto_available" >&6; } else { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } @@ -7988,7 +7993,7 @@ fi - if test x"$xmlto" = xyes; then + if test x"$xmlto_available" = xyes; then USE_XMLTO_TRUE= USE_XMLTO_FALSE='#' else @@ -7997,6 +8002,62 @@ fi +rst2man_available="" +# Check whether --enable-rst2man was given. +if test "${enable_rst2man+set}" = set; then : + enableval=$enable_rst2man; rst2man="$enableval" +else + rst2man="yes" +fi + +if test "$rst2man" = "yes"; then + # Extract the first word of "rst2man", so it can be a program name with args. +set dummy rst2man; ac_word=$2 +{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for $ac_word" >&5 +$as_echo_n "checking for $ac_word... " >&6; } +if ${ac_cv_prog_rst2man_available+:} false; then : + $as_echo_n "(cached) " >&6 +else + if test -n "$rst2man_available"; then + ac_cv_prog_rst2man_available="$rst2man_available" # Let the user override the test. +else +as_save_IFS=$IFS; IFS=$PATH_SEPARATOR +for as_dir in $PATH +do + IFS=$as_save_IFS + test -z "$as_dir" && as_dir=. + for ac_exec_ext in '' $ac_executable_extensions; do + if as_fn_executable_p "$as_dir/$ac_word$ac_exec_ext"; then + ac_cv_prog_rst2man_available="yes" + $as_echo "$as_me:${as_lineno-$LINENO}: found $as_dir/$ac_word$ac_exec_ext" >&5 + break 2 + fi +done + done +IFS=$as_save_IFS + +fi +fi +rst2man_available=$ac_cv_prog_rst2man_available +if test -n "$rst2man_available"; then + { $as_echo "$as_me:${as_lineno-$LINENO}: result: $rst2man_available" >&5 +$as_echo "$rst2man_available" >&6; } +else + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 +$as_echo "no" >&6; } +fi + + +fi + if test x"$rst2man_available" = xyes; then + USE_RST2MAN_TRUE= + USE_RST2MAN_FALSE='#' +else + USE_RST2MAN_TRUE='#' + USE_RST2MAN_FALSE= +fi + + # Check whether --with-udev-rules-dir was given. if test "${with_udev_rules_dir+set}" = set; then : @@ -9473,7 +9534,7 @@ -ac_config_files="$ac_config_files Makefile alsactl/Makefile alsactl/init/Makefile alsamixer/Makefile amidi/Makefile amixer/Makefile m4/Makefile po/Makefile.in alsaconf/alsaconf alsaconf/Makefile alsaconf/po/Makefile alsaucm/Makefile topology/Makefile bat/Makefile aplay/Makefile include/Makefile iecset/Makefile utils/Makefile utils/alsa-utils.spec seq/Makefile seq/aconnect/Makefile seq/aplaymidi/Makefile seq/aseqdump/Makefile seq/aseqnet/Makefile speaker-test/Makefile speaker-test/samples/Makefile alsaloop/Makefile alsa-info/Makefile" +ac_config_files="$ac_config_files Makefile alsactl/Makefile alsactl/init/Makefile alsamixer/Makefile amidi/Makefile amixer/Makefile m4/Makefile po/Makefile.in alsaconf/alsaconf alsaconf/Makefile alsaconf/po/Makefile alsaucm/Makefile topology/Makefile bat/Makefile bat/tests/Makefile bat/tests/asound_state/Makefile aplay/Makefile include/Makefile iecset/Makefile utils/Makefile utils/alsa-utils.spec seq/Makefile seq/aconnect/Makefile seq/aplaymidi/Makefile seq/aseqdump/Makefile seq/aseqnet/Makefile speaker-test/Makefile speaker-test/samples/Makefile alsaloop/Makefile alsa-info/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -9672,6 +9733,10 @@ as_fn_error $? "conditional \"USE_XMLTO\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 fi +if test -z "${USE_RST2MAN_TRUE}" && test -z "${USE_RST2MAN_FALSE}"; then + as_fn_error $? "conditional \"USE_RST2MAN\" was never defined. +Usually this means the macro was only invoked conditionally." "$LINENO" 5 +fi if test -z "${HAVE_SYSTEMD_TRUE}" && test -z "${HAVE_SYSTEMD_FALSE}"; then as_fn_error $? "conditional \"HAVE_SYSTEMD\" was never defined. Usually this means the macro was only invoked conditionally." "$LINENO" 5 @@ -10073,7 +10138,7 @@ # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by alsa-utils $as_me 1.1.2, which was +This file was extended by alsa-utils $as_me 1.1.3, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -10139,7 +10204,7 @@ cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -alsa-utils config.status 1.1.2 +alsa-utils config.status 1.1.3 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -10292,6 +10357,8 @@ "alsaucm/Makefile") CONFIG_FILES="$CONFIG_FILES alsaucm/Makefile" ;; "topology/Makefile") CONFIG_FILES="$CONFIG_FILES topology/Makefile" ;; "bat/Makefile") CONFIG_FILES="$CONFIG_FILES bat/Makefile" ;; + "bat/tests/Makefile") CONFIG_FILES="$CONFIG_FILES bat/tests/Makefile" ;; + "bat/tests/asound_state/Makefile") CONFIG_FILES="$CONFIG_FILES bat/tests/asound_state/Makefile" ;; "aplay/Makefile") CONFIG_FILES="$CONFIG_FILES aplay/Makefile" ;; "include/Makefile") CONFIG_FILES="$CONFIG_FILES include/Makefile" ;; "iecset/Makefile") CONFIG_FILES="$CONFIG_FILES iecset/Makefile" ;; diff -Nru alsa-utils-1.1.2/configure.ac alsa-utils-1.1.3/configure.ac --- alsa-utils-1.1.2/configure.ac 2016-08-02 17:14:20.000000000 +0000 +++ alsa-utils-1.1.3/configure.ac 2016-12-20 09:13:56.000000000 +0000 @@ -1,6 +1,6 @@ dnl Process this file with autoconf to produce a configure script. AC_PREREQ(2.59) -AC_INIT(alsa-utils, 1.1.2) +AC_INIT(alsa-utils, 1.1.3) AC_CONFIG_SRCDIR([aplay/aplay.c]) AC_PREFIX_DEFAULT(/usr) AM_INIT_AUTOMAKE @@ -166,14 +166,23 @@ esac],[alsaloop=true]) AM_CONDITIONAL(ALSALOOP, test x$alsaloop = xtrue) -xmlto="" +xmlto_available="" AC_ARG_ENABLE(xmlto, AS_HELP_STRING([--disable-xmlto], [Disable man page creation via xmlto]), xmlto="$enableval", xmlto="yes") if test "$xmlto" = "yes"; then - AC_CHECK_PROG([xmlto], [xmlto], [yes]) + AC_CHECK_PROG([xmlto_available], [xmlto], [yes]) fi -AM_CONDITIONAL(USE_XMLTO, test x"$xmlto" = xyes) +AM_CONDITIONAL(USE_XMLTO, test x"$xmlto_available" = xyes) + +rst2man_available="" +AC_ARG_ENABLE(rst2man, + AS_HELP_STRING([--disable-rst2man], [Disable man page creation via rst2man]), + rst2man="$enableval", rst2man="yes") +if test "$rst2man" = "yes"; then + AC_CHECK_PROG([rst2man_available], [rst2man], [yes]) +fi +AM_CONDITIONAL(USE_RST2MAN, test x"$rst2man_available" = xyes) AC_ARG_WITH( [udev-rules-dir], @@ -411,7 +420,8 @@ m4/Makefile po/Makefile.in \ alsaconf/alsaconf alsaconf/Makefile \ alsaconf/po/Makefile \ - alsaucm/Makefile topology/Makefile bat/Makefile \ + alsaucm/Makefile topology/Makefile \ + bat/Makefile bat/tests/Makefile bat/tests/asound_state/Makefile \ aplay/Makefile include/Makefile iecset/Makefile utils/Makefile \ utils/alsa-utils.spec seq/Makefile seq/aconnect/Makefile \ seq/aplaymidi/Makefile seq/aseqdump/Makefile seq/aseqnet/Makefile \ diff -Nru alsa-utils-1.1.2/debian/alsa-utils-udeb.install alsa-utils-1.1.3/debian/alsa-utils-udeb.install --- alsa-utils-1.1.2/debian/alsa-utils-udeb.install 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/alsa-utils-udeb.install 2017-01-23 03:15:44.000000000 +0000 @@ -1,4 +1,3 @@ - debian/S37alsa-utils-udeb lib/debian-installer-startup.d debian/utils.sh /usr/share/alsa usr/bin/amixer diff -Nru alsa-utils-1.1.2/debian/changelog alsa-utils-1.1.3/debian/changelog --- alsa-utils-1.1.2/debian/changelog 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/changelog 2017-02-15 21:48:13.000000000 +0000 @@ -1,3 +1,58 @@ +alsa-utils (1.1.3-1ubuntu1) zesty; urgency=low + + * Merge from debian unstable. Remaining changes: + - Move init script volume settings to new alsactl database: + + Set sane level for 'Speaker' and 'Headphone', needed for Dell Mini 9 + and Dell E series + + ute PC Beep on hda cards that support it during initial volume setup + + Mute *Analog/Digital Control for Creative cards by default + + Default Digital Input Source to be Digital Mic 1 so that users + with digital mic will be able to use it out of the box + + Mute "IEC958 Optical Raw" by default + + Set sane level for headphone 1 for Dell Studio XPS with 2.6.30 + + Prefer built-in digital mics on newer Dells + + Unmute 'Line HP Swap' for Dove boards + + Set reasonable volume levels for VMWare guests using snd.ens1371 + - debian/README.init.cs4236: Include in /usr/share/doc/alsa-utils so that + users of snd-cs4236 (e.g., ThinkPad 600) can have audible sound + - debian/patches/unset_pulse_internal.patch: We don't want alsamixer to + show the pulse mixer by default, since it can be controlled from + pulseaudio itself + - Add udev rule to apply UCM profiles for panda and equivalent hardware + - Add Vcs-Bzr field + - Put the daemon file in /var/lib/alsa + - Create /run/alsa directory so that systemd services don't fail + + -- Luke Yelavich Thu, 16 Feb 2017 08:48:13 +1100 + +alsa-utils (1.1.3-1) unstable; urgency=medium + + [ Elimar Riesebieter ] + * New upstream release. + * Bumped debhelper compatibility level to 10. + * Changed debian/compat accordingly. + * Remove --with autoreconf from calls to dh. + With Debhelper compat level 10 the autoreconf sequence is enabled by + default. + * Drop Build-Depends on dh-autoreconf. + * Applied wrap-and-sort. + * Updated changelog.ALSA. + * Removed unused lintian-override. + * Introduced do-not-check-for-sys-kernel-uevent_helper.patch. alsactl checks + for /sys/kernel/uevent_helper which is deprecated on newer systems and not + provided by Debian kernels. The error message is confusing. [closes: 807032] + * systemd_restore_condition.patch puts + ConditionPathExists=/var/lib/alsa/asound.state to + /lib/system/systemd/alsa-store.service. On a fresh install asound.state + doesn't exist. The service doesn't run. Skip the patch. Thanks to Dan + Jacobson for the hint. [closes: 851227] + + [ Jordi Mallach ] + * Use HTTPS in Homepage and copyright-format URLs. + * Also drop Build-Depends on autopoint, not needed with dh v10. + + -- Jordi Mallach Mon, 23 Jan 2017 01:08:39 +0100 + alsa-utils (1.1.2-1ubuntu1) yakkety; urgency=low * Merge from debian unstable. Remaining changes: diff -Nru alsa-utils-1.1.2/debian/changelog.ALSA alsa-utils-1.1.3/debian/changelog.ALSA --- alsa-utils-1.1.2/debian/changelog.ALSA 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/changelog.ALSA 2017-01-23 03:15:44.000000000 +0000 @@ -1,6818 +1,8270 @@ -commit 675619eb295f8eb35903ef227e6939a86d8c1e7f +commit 84591f0 Author: Jaroslav Kysela +Date: Tue Dec 20 10:12:29 2016 +0100 - Release v1.1.2 + * Release v1.1.3 -commit 81eb2168078a83ebc5e283f677e44f021b2edc96 +commit 9839813 +Author: Takashi Iwai +Date: Fri Dec 9 17:28:47 2016 +0100 + + * alsactl: Fix potential NULL dereferences in daemon mode + +commit 9ea2a1d +Author: Antonio Ospite +Date: Fri Dec 9 14:02:32 2016 +0100 + + * INSTALL: document how to configure a build for installation in a + local dir + +commit 9f7a089 +Author: Takashi Iwai +Date: Fri Dec 9 17:24:14 2016 +0100 + + * Add alsaucm.1 to .gitignore + +commit 20d3d03 +Author: Antonio Ospite +Date: Fri Dec 9 14:02:31 2016 +0100 + + * alsaucm: add a man page, generated from reStructuredText + +commit 59e3231 +Author: Antonio Ospite +Date: Fri Dec 9 14:02:30 2016 +0100 + + * configure.ac: add a check for rst2man, a reStructuredText man page + generator + +commit b235b50 +Author: Antonio Ospite +Date: Fri Dec 9 14:02:29 2016 +0100 + + * configure.ac: fix the check for xmlto availability + +commit c21b3a4 +Author: Antonio Ospite +Date: Fri Dec 9 14:02:28 2016 +0100 + + * alsaucm: mention the "list1" command in the usage output + +commit 55421af +Author: Arnaud Pouliquen +Date: Wed Dec 7 17:44:26 2016 +0100 + + * speaker-test: Fix chmap wav file selection. + +commit d24a60b +Author: Jeeja KP +Date: Mon Nov 28 22:02:00 2016 +0530 + + * aplay: Fix to handle pause when system is suspended/Resumed + +commit e61f35b +Author: Jaroslav Kysela +Date: Tue Oct 18 13:57:19 2016 +0200 + + * alsaloop: try adapt avail_min for playback to avoid 100% CPU usage + +commit b597459 +Author: Felipe F. Tonello +Date: Tue Aug 30 17:02:48 2016 +0100 + + * amidi: add sysex-interval option + +commit 7b122fb +Author: Keqiao, Zhang +Date: Fri Aug 26 23:37:55 2016 +0800 + + * alsabat: add system power management S3 test + +commit cadd877 +Author: Keqiao, Zhang +Date: Fri Aug 26 23:37:54 2016 +0800 + + * alsabat: fix alsabat -86 error + +commit 18a1ed8 +Author: Focus Luo +Date: Tue Aug 23 00:16:50 2016 +0800 + + * alsabat: add amixer config files + +commit 0882d92 +Author: Focus Luo +Date: Tue Aug 23 00:16:49 2016 +0800 + + * alsabat: automation test scripts + +commit a6e9a8d +Author: Clemens Ladisch +Date: Sat Aug 13 16:41:58 2016 +0200 + + * amidi: fix timeout handling + +commit 04322ca +Author: Clemens Ladisch +Date: Sat Aug 13 16:41:23 2016 +0200 + + * amidi: ignore not only Active Sensing but also Clock bytes + +commit 675619e +Author: Jaroslav Kysela +Date: Tue Aug 2 19:09:45 2016 +0200 + + * Release v1.1.2 + +commit 81eb216 Author: Vinod Koul +Date: Tue Jul 19 14:35:09 2016 +0530 - alsabat: make snr_is_valid static + * alsabat: make snr_is_valid static -commit 9dee2da0afa39699a57e533169cb6c1cade8fe37 +commit 9dee2da Author: Lu, Han +Date: Sun Jun 12 18:17:00 2016 +0800 - alsabat: fix a missing break in switch + * alsabat: fix a missing break in switch -commit 0cfe4066189fcc2e37decabf4e3165409a28dac1 +commit 0cfe406 Author: Lu, Han +Date: Thu Jun 9 03:42:49 2016 +0800 - alsabat: add noise detection + * alsabat: add noise detection -commit e1b7a5f3769803759c50d1b189160b9f9f03b36e +commit e1b7a5f Author: Lu, Han +Date: Thu Jun 9 03:42:48 2016 +0800 - alsabat: add a single channel sine wave generator + * alsabat: add a single channel sine wave generator -commit e0c1c86a90ebefb681c01f5c9571f3157cab5c34 +commit e0c1c86 Author: Lu, Han +Date: Thu Jun 9 03:42:47 2016 +0800 - alsabat: add channels parameter for adjust_waveform() + * alsabat: add channels parameter for adjust_waveform() -commit 09cb66f40c99a9ea90ceea6d00a87faf092628e0 +commit 09cb66f Author: Lu, Han +Date: Thu Jun 9 03:42:46 2016 +0800 - alsabat: align the data type on float + * alsabat: align the data type on float -commit 4157528808e992d0b280f9f9bd8df7d6c81176e5 +commit 4157528 Author: vivian,zhang +Date: Fri Jun 3 10:05:08 2016 +0800 - alsabat: add round trip audio latency test + * alsabat: add round trip audio latency test -commit 2b3adf8668ab4e0e57168725f2562006bb5472ef +commit 2b3adf8 Author: Lu, Han +Date: Wed Jun 1 16:54:28 2016 +0800 - alsabat: fix a possible memory leak + * alsabat: fix a possible memory leak -commit 9e196efda4463452db51e295cd57bbf0bdaa4715 +commit 9e196ef Author: vivian,zhang +Date: Tue May 31 15:31:32 2016 +0800 - alsabat: add buffer size and period size settings + * alsabat: add buffer size and period size settings -commit 569f2c116ee30de8a16fef0822e13dd33a41f33e +commit 569f2c1 Author: Lu, Han +Date: Sun Apr 17 09:26:45 2016 +0800 - alsabat: add terminate status check for capture thread + * alsabat: add terminate status check for capture thread -commit 85827fbb642463ab724a9471a7a88f93fa2a217d +commit 85827fb Author: David Fries +Date: Wed Apr 13 23:32:46 2016 -0500 - aplay: fix lurking capture file overwrite bug + * aplay: fix lurking capture file overwrite bug -commit 96db90e98a6040f680f4ebca1880268a2e1ab6cc +commit 96db90e Author: Jaroslav Kysela +Date: Thu Mar 31 16:37:02 2016 +0200 - Release v1.1.1 + * Release v1.1.1 -commit d1de8fc4c41ab9be3d9e9220022162b99abd9f7e +commit d1de8fc Author: Jaroslav Kysela +Date: Thu Mar 31 16:35:26 2016 +0200 - alsa-info: add alsa-info.sh.1 to EXTRA_DIST + * alsa-info: add alsa-info.sh.1 to EXTRA_DIST -commit f51cb7212ad7dc70491807c8ac617bfa97e8277b +commit f51cb72 Author: Lu, Han +Date: Wed Mar 23 15:52:47 2016 +0800 - alsabat: add tinyalsa support + * alsabat: add tinyalsa support -commit 986db20331cf444aa6fae38437168a0e990e32d0 +commit 986db20 Author: Lu, Han +Date: Wed Mar 23 15:52:46 2016 +0800 - alsabat: move alsa process to a single block + * alsabat: move alsa process to a single block -commit c49a6180c8712f6960bb39bc53ea72ffe37c960d +commit c49a618 Author: Lu, Han +Date: Wed Mar 23 15:52:45 2016 +0800 - alsabat: use general data generator function + * alsabat: use general data generator function -commit eac9b149b46eb608307071944c057647e429953f +commit eac9b14 Author: Lu, Han +Date: Wed Mar 23 15:52:44 2016 +0800 - alsabat: clean return value for playback and capture threads + * alsabat: clean return value for playback and capture threads -commit 2c37a6f9c4660142e031bebdef215f39de405115 +commit 2c37a6f Author: Lu, Han +Date: Wed Mar 23 15:52:43 2016 +0800 - alsabat: use general function for wav header update + * alsabat: use general function for wav header update -commit 241d7fc1bbc9d954b8197de4cb78ea82c6b2a814 +commit 241d7fc Author: Lu, Han +Date: Wed Mar 23 15:52:42 2016 +0800 - alsabat: refactoring alsa capture thread + * alsabat: refactoring alsa capture thread -commit c5b022e6217614f26a8d37fc8ab623f27b536562 +commit c5b022e Author: Jaroslav Kysela +Date: Tue Mar 22 16:53:30 2016 +0100 - alsactl: init/ca0106, init/hda - use CTL{values} instead CTL{value} + * alsactl: init/ca0106, init/hda - use CTL{values} instead CTL{value} -commit 3ad94da0c86c8b094ab5753dc95312372a26b40c +commit 3ad94da Author: Jaroslav Kysela +Date: Tue Mar 22 16:50:31 2016 +0100 - alsactl: remove debug line in set_ctl_values() + * alsactl: remove debug line in set_ctl_values() -commit 98de9f790503ea4d157c65d3addbfc9581bcced2 +commit 98de9f7 Author: Lu, Han +Date: Mon Mar 21 19:05:49 2016 +0800 - alsabat: use variable for thread return value + * alsabat: use variable for thread return value -commit f2f6583ee671194b7f32887517e4b7f31d7c9eda +commit f2f6583 Author: Lu, Han +Date: Mon Mar 21 19:05:48 2016 +0800 - alsabat: fix fopen and messages + * alsabat: fix fopen and messages -commit bd6c7066063eed0adeb82021d08edf11eb020f8d +commit bd6c706 Author: Lu, Han +Date: Mon Mar 21 19:05:47 2016 +0800 - alsabat: fix misusing of errno + * alsabat: fix misusing of errno -commit f84c15ca1d716ea1a6f58c3837608d5a0e542c58 +commit f84c15c Author: Lu, Han +Date: Tue Mar 15 11:18:54 2016 +0800 - alsabat: add bash test script + * alsabat: add bash test script -commit 72800ad6bd32dc349c02a8328e73524423b60076 +commit 72800ad Author: Lu, Han +Date: Tue Mar 15 11:18:53 2016 +0800 - alsabat: add standalone mode + * alsabat: add standalone mode -commit 333cd85d7d15cdcb26fbc0ad688de31b496b94ed +commit 333cd85 Author: Lu, Han +Date: Tue Mar 15 11:18:52 2016 +0800 - alsabat: add default device name for playback and capture + * alsabat: add default device name for playback and capture -commit b5c06602306e89ae71c746b2db4d83d38cec7047 +commit b5c0660 Author: erwin +Date: Fri Mar 11 11:40:30 2016 +0000 - aplay/arecord: handle parsing errors of parameter values + * aplay/arecord: handle parsing errors of parameter values -commit ccc108fb83bf31d6995c80ba9716ef3760f49637 +commit ccc108f Author: Martin Koegler +Date: Tue Mar 8 23:06:47 2016 +0100 - aconnect: Show sequencer sound card numer/PID via aconnect + * aconnect: Show sequencer sound card numer/PID via aconnect -commit 380c9fa444e88f259c6cdc51b18365b80f73c17b +commit 380c9fa Author: Lu, Han +Date: Mon Feb 29 10:33:45 2016 +0800 - alsabat: truncate sample frames for faster FFT analysis + * alsabat: truncate sample frames for faster FFT analysis -commit 84fa5bf945e6a366890c835810c6be5222db31ac +commit 84fa5bf Author: Takashi Iwai +Date: Wed Feb 3 08:50:28 2016 +0100 - Update .gitignore + * Update .gitignore -commit 9fa7f6fd0645f822793f8c51d3c3e090716108eb +commit 9fa7f6f Author: Lu, Han +Date: Wed Feb 3 14:20:33 2016 +0800 - alsabat: rename to avoid naming conflict + * alsabat: rename to avoid naming conflict -commit 18d5f52a61d0df7cf28456e264d7ab72c15984fb +commit 18d5f52 Author: Vinod Koul +Date: Thu Jan 28 14:02:18 2016 +0530 - amixer: skip showing asoc tlv byte controls + * amixer: skip showing asoc tlv byte controls -commit d633469c9d55d8ec77c33eab04e0cd9ae0c10f6e +commit d633469 Author: Jaroslav Kysela +Date: Wed Jan 13 09:46:31 2016 +0100 - alsa-info.sh: add man page + * alsa-info.sh: add man page -commit ed0cce1b6061aade0077982cb5d22fa68ddffd2f +commit ed0cce1 Author: Takashi Iwai +Date: Mon Nov 9 14:09:50 2015 +0100 - bat: Don't pass incompatible function pointers to pthread_cleanup_push() + * bat: Don't pass incompatible function pointers to + pthread_cleanup_push() -commit 3bf8e79c3bfee3ca14277aad3d9c406dfc053bbf +commit 3bf8e79 Author: Takashi Iwai +Date: Mon Nov 9 14:04:11 2015 +0100 - bat: Avoid local signal.h file + * bat: Avoid local signal.h file -commit d5a682946d860edc0ace395ea082a2b93b2d6381 +commit d5a6829 Author: Jaroslav Kysela +Date: Tue Oct 27 17:34:26 2015 +0100 - Release v1.1.0 + * Release v1.1.0 -commit 47e668f453d2e7d4cc7611feecdccdae0f143bd0 +commit 47e668f Author: Jaroslav Kysela +Date: Tue Oct 27 17:32:51 2015 +0100 - bat: add all headers to noinst_HEADERS + * bat: add all headers to noinst_HEADERS -commit bc352dfba9f344ce60de70bfd374e809f614aee3 +commit bc352df Author: Jaroslav Kysela +Date: Tue Oct 27 17:15:58 2015 +0100 - bat: don't link all binaries with fftw library, add missing header + * bat: don't link all binaries with fftw library, add missing header -commit 9b757e3a64858449e5866847e5d8b62f839e1625 +commit 9b757e3 Author: Jaroslav Kysela +Date: Tue Oct 27 16:09:30 2015 +0100 - configure.ac: check for fftw3/m(sqrtf)/pthread only when BAT is enabled + * configure.ac: check for fftw3/m(sqrtf)/pthread only when BAT is + enabled -commit 096009490583ec822bfcfa22a4dcf44111bce5dc +commit 0960094 Author: Caleb Crome +Date: Fri Oct 23 17:46:09 2015 +0000 - BAT: Add missing locale.h header + * BAT: Add missing locale.h header -commit 73f9dd149ee1340bf23b6f85c193f511be21ed8d +commit 73f9dd1 Author: Lu, Han +Date: Wed Oct 21 14:53:27 2015 +0800 - BAT: Add man page + * BAT: Add man page -commit 2abee9c5b40977073ca02ce963f97c991f24708c +commit 2abee9c Author: Lu, Han +Date: Tue Oct 20 16:45:48 2015 +0800 - BAT: Use dynamic temp file + * BAT: Use dynamic temp file -commit 5a48606d940c9676309b766592f84fb64e1da73d +commit 5a48606 Author: Lu, Han +Date: Tue Oct 20 16:45:47 2015 +0800 - BAT: Change comments and interface of usage() + * BAT: Change comments and interface of usage() -commit 8c910830f0b93e8956d0662017aae394cb3d9561 +commit 8c91083 Author: Lu, Han +Date: Tue Oct 20 16:45:46 2015 +0800 - BAT: Use colon instead of comma for separation + * BAT: Use colon instead of comma for separation -commit 2d0a1246748105b4e97be2b97b5099dcda835bad +commit 2d0a124 Author: Lu, Han +Date: Tue Oct 20 16:45:45 2015 +0800 - BAT: Remove redundant message strings + * BAT: Remove redundant message strings -commit c0130c8ec22a89960d9304297a904a2a14979506 +commit c0130c8 Author: Mike Frysinger +Date: Thu Oct 8 12:14:05 2015 -0400 - build: Do not try to detect cross-compiler + * build: Do not try to detect cross-compiler -commit 6fb0f5b6d585d741aa4e1391cafceff47b85c6ac +commit 6fb0f5b Author: Takashi Iwai +Date: Fri Oct 2 12:47:25 2015 +0200 - Add bat binary to .gitignore + * Add bat binary to .gitignore -commit 2f52d5bce696e6759db9fb55d98780ad2e7fb689 +commit 2f52d5b Author: Takashi Iwai +Date: Fri Oct 2 12:47:03 2015 +0200 - Add compile to .gitignore + * Add compile to .gitignore -commit 226ad884d22a482ba4d10d12db2ed6518ed60e1b +commit 226ad88 Author: Lu, Han +Date: Wed Sep 23 15:48:55 2015 +0800 - BAT: Add Makefile and configures + * BAT: Add Makefile and configures -commit d727c9d90e4150e5108dbae73c64ef7a5db8e411 +commit d727c9d Author: Lu, Han +Date: Wed Sep 23 15:48:54 2015 +0800 - BAT: Add spectrum analysis functions + * BAT: Add spectrum analysis functions -commit 6c4c5e51faec231cbf05e440a30df7cb4203c1b2 +commit 6c4c5e5 Author: Lu, Han +Date: Wed Sep 23 15:48:53 2015 +0800 - BAT: Add converting functions + * BAT: Add converting functions -commit 34e9ae911fcf42df1ddd56fc1708da34fecb0fc1 +commit 34e9ae9 Author: Lu, Han +Date: Wed Sep 23 15:48:52 2015 +0800 - BAT: Add signal generator + * BAT: Add signal generator -commit 05850912b8d1fa87145aa7c6420f7c2a2bbd47fc +commit 0585091 Author: Lu, Han +Date: Wed Sep 23 15:48:51 2015 +0800 - BAT: Add playback and record functions + * BAT: Add playback and record functions -commit cba9050edf2809c22d6d1b17c24fdd0b418cd071 +commit cba9050 Author: Lu, Han +Date: Wed Sep 23 15:48:50 2015 +0800 - BAT: Add common definitions and functions + * BAT: Add common definitions and functions -commit c7e0c356614544081b9dcc4f6c6ba43ebcd5b35a +commit c7e0c35 Author: Lu, Han +Date: Wed Sep 23 15:48:49 2015 +0800 - BAT: Add initial functions + * BAT: Add initial functions -commit 7d6673cc1388729a906a33a87cc9817d44e043ad +commit 7d6673c Author: Takashi Iwai +Date: Tue Sep 29 17:26:34 2015 +0200 - alsactl: Manage both save and restore in a single unit + * alsactl: Manage both save and restore in a single unit -commit cd1bb5f4a72c7364b2756db357d752a73baefc9b +commit cd1bb5f Author: Ricard Wanderlof +Date: Tue Sep 15 13:10:00 2015 +0200 - aplay: fix VU meter for S24_LE etc formats + * aplay: fix VU meter for S24_LE etc formats -commit 5f0fc49a3ab9e9a66eb7a74582829c21556506a1 +commit 5f0fc49 Author: Alexander Volkov +Date: Mon Sep 21 16:05:57 2015 +0300 - arecord: Remove only regular files + * arecord: Remove only regular files -commit 4482cc7cfe97fd69b38687816a6450b0fcc9ba59 +commit 4482cc7 Author: Ken Benoit +Date: Thu Sep 17 15:06:38 2015 -0400 - speaker-test: fix option ordering + * speaker-test: fix option ordering -commit 0e864e1a3aaf79d451556064eb09052530a0a085 +commit 0e864e1 Author: Takashi Iwai +Date: Mon Aug 10 14:42:24 2015 +0200 - alsactl: Add path condition to alsa-store and alsa-restore services + * alsactl: Add path condition to alsa-store and alsa-restore services -commit ff9b070d9cb5e63c31be31cdb18350d5810138c0 +commit ff9b070 Author: Takashi Iwai +Date: Tue Aug 4 18:26:40 2015 +0200 - alsaucm: Drop localbuild hacks + * alsaucm: Drop localbuild hacks -commit a99d4273b327d2507cb19ea4cf7064979e395ccb +commit a99d427 Author: Takashi Iwai +Date: Tue Aug 4 17:46:02 2015 +0200 - Add topology/alsatplg to .gitignore + * Add topology/alsatplg to .gitignore -commit 665d980aa5b779575fbb9eac394ef5c2d03e091e +commit 665d980 Author: Liam Girdwood +Date: Tue Aug 4 16:23:03 2015 +0100 - topology: Add command line topology tool to build topology binaries + * topology: Add command line topology tool to build topology binaries -commit 791ae1c18016707ee046b430cf3cf0412276c744 +commit 791ae1c Author: Julian Scheel +Date: Tue Jun 30 08:57:49 2015 +0200 - speaker-test: Add option to specify signal scale + * speaker-test: Add option to specify signal scale -commit 13c826941445a66ece203a09e6739c979ac5900c +commit 13c8269 Author: Tobias Stoeckmann +Date: Sat Jul 11 13:23:57 2015 +0200 - alsactl: terminate readlink result string + * alsactl: terminate readlink result string -commit 46b60827568ca4aad15eeacbc9dcf8597986ca8e +commit 46b6082 Author: Takashi Iwai +Date: Wed Apr 29 18:01:58 2015 +0200 - aplay: Fix uninterruptible aplay + * aplay: Fix uninterruptible aplay -commit 9aa5c271f4eb2e3481b4a5076eb025242215ad7f +commit 9aa5c27 Author: Takashi Iwai +Date: Wed Apr 29 18:01:07 2015 +0200 - aplay: Fix type for signal flag + * aplay: Fix type for signal flag -commit 8188c2466a7d2179aba4e243ff2b85363961f9f1 +commit 8188c24 Author: Takashi Iwai +Date: Mon Apr 27 21:27:05 2015 +0200 - alsa-info: Don't try update when wget isn't available + * alsa-info: Don't try update when wget isn't available -commit f3abdeea00ef7cc07cb44aa43701a278b9c4692f +commit f3abdee Author: Takashi Sakamoto +Date: Thu Apr 9 01:30:56 2015 +0900 - amixer: expand local storage for item name according to kernel code + * amixer: expand local storage for item name according to kernel code -commit 1a19ec15385033b59ebfffec954034680575a003 +commit 1a19ec1 Author: Peter Meerwald +Date: Tue Mar 3 18:39:52 2015 +0100 - amixer: Don't set only the first item in sset_enum() + * amixer: Don't set only the first item in sset_enum() -commit 85c622e2984b557e6bd79c13cea466012dfb3761 +commit 85c622e Author: Jaroslav Kysela +Date: Thu Feb 26 15:49:40 2015 +0100 - Release v1.0.29 + * Release v1.0.29 -commit d9021f34d98a4f469f86b247081e25f8bf6e2b81 +commit d9021f3 Author: Jaroslav Kysela +Date: Thu Feb 26 15:47:27 2015 +0100 - alsa-info.sh: add script to EXTRA_DIST (automake) + * alsa-info.sh: add script to EXTRA_DIST (automake) -commit 554706585c6d020e5cbb10be1ccb66164eed2c2f +commit 5547065 Author: Matthieu Crapet +Date: Wed Jan 14 15:44:19 2015 +0100 - configure: allow contitional compilation of alsaucm + * configure: allow contitional compilation of alsaucm -commit e1745a69fecb191b3575e39b1ec731756381fb5c +commit e1745a6 Author: David Henningsson +Date: Mon Jan 12 16:48:38 2015 +0100 - alsactl/init: Add "Line Out" to list of outputs to initialize + * alsactl/init: Add "Line Out" to list of outputs to initialize -commit d522b45508a033e1bfcf40769168deb48d5c878c +commit d522b45 Author: David Henningsson +Date: Mon Jan 12 16:48:37 2015 +0100 - alsactl/init: Change the "basic rules" description + * alsactl/init: Change the "basic rules" description -commit 55d41b7fe364b55851a6038285affe9a32b8b701 +commit 55d41b7 Author: Jaroslav Kysela +Date: Wed Dec 24 20:15:26 2014 +0100 - alsactl: add missing state_unlock() call + * alsactl: add missing state_unlock() call -commit 088593c03980209c44a9e9cde19723361d341c0a +commit 088593c Author: Takashi Iwai +Date: Sun Nov 23 10:04:24 2014 +0100 - amixer: Parse the value more strictly + * amixer: Parse the value more strictly -commit 45a334e71ca9b4402fb731a934f7455cec5b0121 +commit 45a334e Author: Takashi Iwai +Date: Sun Nov 23 09:40:07 2014 +0100 - amixer: Make "dB" case-insensitive in set commands + * amixer: Make "dB" case-insensitive in set commands -commit 8f361d83cfcb39887f5fc591633e68d9448e3425 +commit 8f361d8 Author: Jaroslav Kysela +Date: Wed Oct 1 15:43:57 2014 +0200 - Revert "aplay: fix pcm_read() return value" + * Revert "aplay: fix pcm_read() return value" -commit 89a4f490bd974e454d82942100f241bb1a2270f3 +commit 89a4f49 Author: Jaroslav Kysela +Date: Wed Sep 24 10:52:17 2014 +0200 - alsactl: coverity - missing_va_end – va_end was not called for "ap" + * alsactl: coverity - missing_va_end – va_end was not called for "ap" -commit 17d4a5dd35e3e72a194ca295da98e62060a180a8 +commit 17d4a5d Author: Jaroslav Kysela +Date: Wed Sep 24 10:50:54 2014 +0200 - monitor: fix clang warning - Declared variable-length array (VLA) has zero size + * monitor: fix clang warning - Declared variable-length array (VLA) + has zero size -commit da7a2f91de1c2089bf2b4ba247807cb716f30424 +commit da7a2f9 Author: Jaroslav Kysela +Date: Wed Sep 24 10:47:48 2014 +0200 - speaker-text: fix simple signess assignment warning + * speaker-text: fix simple signess assignment warning -commit 74e5d57c999f8afed4f87046dcac84f6709b9196 +commit 74e5d57 Author: Jaroslav Kysela +Date: Wed Sep 24 10:46:02 2014 +0200 - alsactl: aded missing monitor() prototype + * alsactl: aded missing monitor() prototype -commit 1363f852e92c1c913474fc015f9da12d1e93d750 +commit 1363f85 Author: Jaroslav Kysela +Date: Wed Sep 24 10:35:53 2014 +0200 - alsactl: Fix the file locking routines (for the state management) + * alsactl: Fix the file locking routines (for the state management) -commit f58ce3619de0612a6402c38f1cd81fb821818b60 +commit f58ce36 Author: Takashi Iwai +Date: Tue Sep 16 16:36:44 2014 +0200 - speaker-test: Add missing draining at the end + * speaker-test: Add missing draining at the end -commit 808af5fdb00be048b485c3ea3f5a5081b99dae30 +commit 808af5f Author: David Henningsson +Date: Fri Aug 22 10:31:41 2014 +0200 - alsa-info: Refactor "withall" logic + * alsa-info: Refactor "withall" logic -commit 4f569affc420579a1a6e44cf51d7a1e64d6cd8d3 +commit 4f569af Author: David Henningsson +Date: Fri Aug 22 10:31:40 2014 +0200 - alsa-info: Make sure all full script is run even with "output" option + * alsa-info: Make sure all full script is run even with "output" + option -commit 5e5fe9e573efe211dcc3ca9a5bb520bcf00f7950 +commit 5e5fe9e Author: Takashi Iwai +Date: Tue Aug 12 16:19:06 2014 +0200 - Add missing alsa-info entry to the root Makefile.am + * Add missing alsa-info entry to the root Makefile.am -commit 87a9446d2837a00de963c48653d6aad71cb2ad83 +commit 87a9446 Author: Takashi Iwai +Date: Wed Jul 30 12:18:07 2014 +0200 - Add alsa-info.sh to alsa-utils repo + * Add alsa-info.sh to alsa-utils repo -commit c788ce9b6088e2c937f77231eab520c3d16e0c76 +commit c788ce9 Author: Jaroslav Kysela +Date: Wed Jun 25 10:49:23 2014 +0200 - alsamixer: include missing mixer_controls.h + * alsamixer: include missing mixer_controls.h -commit 03a652e18ddc2eaad9b6ff3653515d54bd273d75 +commit 03a652e Author: Jaroslav Kysela +Date: Wed Jun 25 10:47:21 2014 +0200 - alsactl: save state - do not call rename for stdio + * alsactl: save state - do not call rename for stdio -commit 6f9835f20006d5a5eba9063cc2b2e6b818428f00 +commit 6f9835f Author: Jaroslav Kysela +Date: Fri Jun 13 19:21:05 2014 +0200 - Release v1.0.28 + * Release v1.0.28 -commit a9705ca48f90eb4a4bd4386a3a74bc13e7845955 +commit a9705ca Author: Sergey +Date: Fri Jun 13 05:28:49 2014 +0400 - aplay: Fix VU-meter stdout/stderr mess + * aplay: Fix VU-meter stdout/stderr mess -commit 3a7c1c59ecb54bb85bc336f4522e882ada352826 +commit 3a7c1c5 Author: David Henningsson +Date: Fri Jun 13 11:31:44 2014 +0200 - alsactl: Fixup test for mydatadir/sbindir + * alsactl: Fixup test for mydatadir/sbindir -commit be4565c84163a158bec5380df6c0201f738c2013 +commit be4565c Author: David Henningsson +Date: Fri Jun 13 10:04:25 2014 +0200 - alsactl: Do not run udev rule before datadir/sbindir are both mounted + * alsactl: Do not run udev rule before datadir/sbindir are both + mounted -commit c06dbf077459923066c96556678835cd1f55123a +commit c06dbf0 Author: Jaroslav Kysela +Date: Fri Jun 13 10:52:26 2014 +0200 - aplay/arecord: Add more in_aborting checks to read/write loops + * aplay/arecord: Add more in_aborting checks to read/write loops -commit 3775524880f140fde966d63372c13f284a96482c +commit 3775524 Author: Jaroslav Kysela +Date: Thu Jun 12 10:48:22 2014 +0200 - configure.ac: cosmetic change + * configure.ac: cosmetic change -commit 158a67f6f5058bec0ac27086a1c6206bfd2ff414 +commit 158a67f Author: Jaroslav Kysela +Date: Wed May 7 11:13:41 2014 +0200 - alsactl: add -L (no-lock) and change -D (lock-dir) to -O (state-lock-file) + * alsactl: add -L (no-lock) and change -D (lock-dir) to -O + (state-lock-file) -commit 504348cb527aa4b557eb4087ee1e8dd9532f9ef9 +commit 504348c Author: Jaroslav Kysela +Date: Wed May 7 09:49:52 2014 +0200 - Modernize configure.ac + * Modernize configure.ac -commit 6d7dfb46077b186f707b44d5743915fbd7b5be22 +commit 6d7dfb4 Author: Jaroslav Kysela +Date: Wed May 7 09:46:08 2014 +0200 - configure.in -> configure.ac rename + * configure.in -> configure.ac rename -commit 0a6c9e80f79b5bcb24571cec55b8c8bfe49996c9 +commit 0a6c9e8 Author: Jaroslav Kysela +Date: Wed May 7 09:43:45 2014 +0200 - Makefiles - use AM_CPPFLAGS instead INCLUDES + * Makefiles - use AM_CPPFLAGS instead INCLUDES -commit 3f9712b9cdb7320452f457805286b8e15632312e +commit 3f9712b Author: Jaroslav Kysela +Date: Wed May 7 09:29:16 2014 +0200 - update the gettext configuration + * update the gettext configuration -commit 24a7b2fec2fdac87aa3594daa2b3ed979dd45706 +commit 24a7b2f Author: Jaroslav Kysela +Date: Wed May 7 09:19:36 2014 +0200 - configure: add --with-lock-dir option + * configure: add --with-lock-dir option -commit 2607d8deee33124c0b71ee7e5408056b4b8934e5 +commit 2607d8d Author: Julian Scheel +Date: Tue May 6 21:32:19 2014 +0200 - alsactl: Store lockfile in /var/lock, add -D option to specify the lock dir + * alsactl: Store lockfile in /var/lock, add -D option to specify the + lock dir -commit 0d460816792c9df4de9647f75da856870f59a49a +commit 0d46081 Author: Karl Bongers +Date: Tue May 6 23:06:47 2014 -0500 - fix aconnect -l option + * fix aconnect -l option -commit b7ed45a01554d285fc90a4e0bdee7018cdf8b903 +commit b7ed45a Author: Erik Ackermann +Date: Wed Feb 26 06:52:29 2014 -0800 - speaker-test: update man page for new -X arg, also consistency fixes + * speaker-test: update man page for new -X arg, also consistency fixes -commit 3b1ee6b325926336564c73c5c22831b59f404805 +commit 3b1ee6b Author: Erik Ackermann +Date: Tue Feb 25 11:45:24 2014 -0800 - speaker-test: add --force-frequency option to allow hz outside range + * speaker-test: add --force-frequency option to allow hz outside range -commit 360878f9c331d0aaedad6469275062540d8a4537 +commit 360878f Author: Olivier Langlois +Date: Tue Jan 21 15:25:12 2014 -0500 - aplay: fix timespec to msec conversion + * aplay: fix timespec to msec conversion -commit ef0e588c76fbad4112193d311e51a60d18b44282 +commit ef0e588 Author: Dave Reisner +Date: Sun Jan 12 11:15:52 2014 -0500 - alsa-restore.rules: refer to correct attr + * alsa-restore.rules: refer to correct attr -commit 8aa13eec80eac312e4b99423909387660fb99b8f +commit 8aa13ee Author: Olivier Langlois +Date: Tue Jan 7 23:18:17 2014 -0500 - aplay: fix pcm_read() return value + * aplay: fix pcm_read() return value -commit f4be3f88b6e80e3f3ea19ba5784cff49ab6e6277 +commit f4be3f8 Author: Jaroslav Kysela +Date: Sun Dec 29 20:03:21 2013 +0100 - alsactl: Fix the va_list initialization in cerror_() and dbg_() + * alsactl: Fix the va_list initialization in cerror_() and dbg_() -commit 5dfc232a9dde5bd6b36ef6782039f4437fc04dd3 +commit 5dfc232 Author: Takashi Iwai +Date: Tue Nov 26 14:27:30 2013 +0100 - alsactl: monitor all cards as default + * alsactl: monitor all cards as default -commit bb3293c76e6a1a130196ccb86e78aea3322ed735 +commit bb3293c Author: Takashi Iwai +Date: Tue Nov 26 13:59:19 2013 +0100 - alsactl: Fix REMOVE event handling in monitor command + * alsactl: Fix REMOVE event handling in monitor command -commit d2d9b6fc8d20fca1e06fc261ac20fd6cfd8a8d1b +commit d2d9b6f Author: Takashi Iwai +Date: Tue Nov 26 11:44:40 2013 +0100 - alsactl: Add monitor command + * alsactl: Add monitor command -commit 7d0c2801b3395d8dd4d46e9a1eb2491dde8a053c +commit 7d0c280 Author: Ivailo Monev +Date: Sat Nov 16 14:00:19 2013 +0000 - configure: detect udevdir via pkg-config, fallback to /lib/udev/rules.d + * configure: detect udevdir via pkg-config, fallback to + /lib/udev/rules.d -commit 54a459a884ea7e8fe7f80ed9bf84b0417205c5d4 +commit 54a459a Author: Mike Frysinger +Date: Wed Nov 13 13:23:48 2013 -0500 - alsaconf: update gentoo to use modprobe.d method as everyone else + * alsaconf: update gentoo to use modprobe.d method as everyone else -commit df875c6e8f1a26ccba8a9d864bcff85b633df244 +commit df875c6 Author: Mike Frysinger +Date: Wed Nov 13 13:23:47 2013 -0500 - alsaconf: support newer m-i-t and kmod + * alsaconf: support newer m-i-t and kmod -commit 58752c3ae32e03d676fa225c99c9a8dde9de39ed +commit 58752c3 Author: Anssi Hannula +Date: Sun Nov 10 20:29:19 2013 +0200 - speaker-test: Show out-of-chmap channels as Unknown + * speaker-test: Show out-of-chmap channels as Unknown -commit 5b0c6da0d8166cd404379740c5f75fda44ca5806 +commit 5b0c6da Author: Anssi Hannula +Date: Sun Nov 10 20:29:18 2013 +0200 - speaker-test: Always show chmap channel names if available + * speaker-test: Always show chmap channel names if available -commit a1992044d5813371ce71f5252187942f943b198d +commit a199204 Author: Anssi Hannula +Date: Tue Nov 12 00:04:02 2013 +0200 - speaker-test: Fix chmapped channel selection without specified chmap + * speaker-test: Fix chmapped channel selection without specified chmap -commit 0616d87fbaae1d4a558104051cb5369504eb2068 +commit 0616d87 Author: John Spencer +Date: Fri Nov 8 13:59:41 2013 +0100 - alsaloop: pcmjob.c: use portable way to initialize recursive mutex + * alsaloop: pcmjob.c: use portable way to initialize recursive mutex -commit f1e991e81350e9388ab6cf04a64ac4b4389a588c +commit f1e991e Author: Anssi Hannula +Date: Tue Oct 1 23:46:53 2013 +0300 - amixer: fix indentation when printing container TLV contents + * amixer: fix indentation when printing container TLV contents -commit 180283e2307b07bbd3958d24382aab8271dd4c1d +commit 180283e Author: Anssi Hannula +Date: Mon Sep 30 23:46:50 2013 +0300 - amixer: actually print all TLVs in a container TLV + * amixer: actually print all TLVs in a container TLV -commit 87bcda4b8a12d0fabab0bf4b0c1197089d2f9c4c +commit 87bcda4 Author: Jaroslav Kysela +Date: Fri Jul 26 16:16:00 2013 +0200 - alsaloop: add -z,--syslog option to use syslog for errors + * alsaloop: add -z,--syslog option to use syslog for errors -commit 719faff80962a5d93c09980673f08048ae58add6 +commit 719faff Author: Jurgen Kramer +Date: Mon Sep 9 12:02:29 2013 +0200 - aplay: fix two off by one errors + * aplay: fix two off by one errors -commit 8f57464190eb683d9517d8cfbd2cefb6223c6f1d +commit 8f57464 Author: Jaroslav Kysela +Date: Tue Jul 23 14:57:05 2013 +0200 - alsaloop: fix wrong alias for signal.h + * alsaloop: fix wrong alias for signal.h -commit dda4392cd5e87270db044e2838b17e2edc034dc3 +commit dda4392 Author: Jaroslav Kysela +Date: Fri Jul 19 14:36:52 2013 +0200 - alsactl: alsa-state.service - fix typo (rkill -> kill) + * alsactl: alsa-state.service - fix typo (rkill -> kill) -commit 2e1718a7286ee46b07585d51c45cd2e2e161b6c7 +commit 2e1718a Author: Jaroslav Kysela +Date: Tue Jul 9 17:28:37 2013 +0200 - Release v1.0.27.2 + * Release v1.0.27.2 -commit 7ac9508c4e20097290b322c661f550e7c24bfa44 +commit 7ac9508 Author: David Henningsson +Date: Mon Jun 10 16:42:48 2013 +0200 - speaker-test: Fix wrong wave file played back in chmap setup + * speaker-test: Fix wrong wave file played back in chmap setup -commit 9fe90a020ccd2662120b498e9a5cdd4ea1b959ba +commit 9fe90a0 Author: David Henningsson +Date: Fri Jun 14 11:41:01 2013 +0200 - amixer: Print TLV of channel map controls + * amixer: Print TLV of channel map controls -commit c80a38dbf53531d57c9bd4ccdc05553bd7fb79a1 +commit c80a38d Author: Jaroslav Kysela +Date: Tue May 28 08:43:30 2013 +0200 - amixer: fix print_dB for -0.99 .. -0.01 range + * amixer: fix print_dB for -0.99 .. -0.01 range -commit d61924fd247c2cf0280391e076c439c9427732aa +commit d61924f Author: Jaroslav Kysela +Date: Mon May 27 16:40:26 2013 +0200 - amixer: Fix the hctl elem search bug + * amixer: Fix the hctl elem search bug -commit c0f70a0b8e340d6ee903ff226886bb6f969d46a1 +commit c0f70a0 Author: Jaroslav Kysela +Date: Mon May 27 09:26:39 2013 +0200 - alsactl: return back the udevrules_DATA rule for 90-alsa-restore.rules + * alsactl: return back the udevrules_DATA rule for + 90-alsa-restore.rules -commit 121df3694970d7eded56432c9baa24b8ccd122b1 +commit 121df36 Author: Gabriel M. Beddingfield +Date: Sun May 26 15:54:44 2013 -0700 - alsactl init: ca0106 file was omitted + * alsactl init: ca0106 file was omitted -commit 2f2576518c8336f5d64f1111f2a1a0abeda54a1f +commit 2f25765 Author: Jordi Mallach +Date: Fri May 17 14:30:46 2013 +0200 - Require alsa-lib 1.0.27. + * Require alsa-lib 1.0.27. -commit 5bdfa4c73dae08a15e96a3c365855ce788ea5c3b +commit 5bdfa4c Author: Jaroslav Kysela +Date: Tue May 21 10:48:28 2013 +0200 - Release v1.0.27.1 + * Release v1.0.27.1 -commit 44855900960f57fc3ee71a295e9f46657375bbce +commit 4485590 Author: Jaroslav Kysela +Date: Tue May 21 10:27:25 2013 +0200 - alsactl: remove 90-alsa-restore.rules from the tar ball + * alsactl: remove 90-alsa-restore.rules from the tar ball -commit 50ce9adb8a619b1630351232c2908adbf065d2df +commit 50ce9ad Author: Jordi Mallach +Date: Wed May 15 19:12:57 2013 +0200 - Add AM_MAINTAINER_MODE([enable]) to configure.in. + * Add AM_MAINTAINER_MODE([enable]) to configure.in. -commit f2f5f7a7d3f18e6506ccb4819889a42ea880691f +commit f2f5f7a Author: Jordi Mallach +Date: Wed May 15 19:12:56 2013 +0200 - Fix a build failure due to a misused format string. + * Fix a build failure due to a misused format string. -commit 093a371a27906834bea6032dd516969b90bd9b9e +commit 093a371 Author: Jordi Mallach +Date: Wed May 15 19:12:55 2013 +0200 - Several formatting fixes for manpages. + * Several formatting fixes for manpages. -commit 48554fc28b83bb63cacb3c3d9c6070f4ab8525f1 +commit 48554fc Author: Elimar Riesebieter +Date: Wed May 15 19:12:54 2013 +0200 - Fix several typos in manpage and help strings. + * Fix several typos in manpage and help strings. -commit 888275e66cad77c99c747af5cc5dc981059d0078 +commit 888275e Author: Doug Goldstein +Date: Wed May 1 11:30:26 2013 -0500 - alsactl: sprintf to snprintf prevent buffer overflow + * alsactl: sprintf to snprintf prevent buffer overflow -commit b4f34ac26037c10ac51c4bb29203500165848977 +commit b4f34ac Author: Jaroslav Kysela +Date: Wed Apr 17 08:34:34 2013 +0200 - arecord: add a missing break to the capture loop + * arecord: add a missing break to the capture loop -commit 95788fea25c1a59985828d4b91af0772d077600b +commit 95788fe Author: Jaroslav Kysela +Date: Mon Apr 15 14:44:13 2013 +0200 - alsactl: Fix the string size for the lock file contents + * alsactl: Fix the string size for the lock file contents -commit 3616b1fe3ca603832b2f88abeb722cba2f0dde7e +commit 3616b1f Author: Takashi Iwai +Date: Mon Apr 15 11:20:41 2013 +0200 - alsactl: Fix a typo in systemd alsa-restore.service + * alsactl: Fix a typo in systemd alsa-restore.service -commit 3e95cb814c76e301532db8c9c0b70d91c70ea759 +commit 3e95cb8 Author: Jaroslav Kysela +Date: Thu Apr 11 13:43:06 2013 +0200 - Release v1.0.27 + * Release v1.0.27 -commit c3a31afe143a51f342cf6aacf71802b5f20f7aa2 +commit c3a31af Author: Jaroslav Kysela +Date: Wed Apr 10 11:08:47 2013 +0200 - alsactl: add --with-alsactl-daemonswitch=FILE to the global configure.in + * alsactl: add --with-alsactl-daemonswitch=FILE to the global + configure.in -commit 8b34bf25c02693899b03768b0eef628eb1d7bb6e +commit 8b34bf2 Author: Jaroslav Kysela +Date: Wed Apr 10 10:23:16 2013 +0200 - alsactl: revert back old systemd static units with the /etc/alsa/state-daemon.conf switch + * alsactl: revert back old systemd static units with the + /etc/alsa/state-daemon.conf switch -commit 611249ae26f435429dbe1894e210704a723ee277 +commit 611249a Author: Jaroslav Kysela +Date: Wed Apr 10 09:42:40 2013 +0200 - alsactl: add --nice and --sched-idle options + * alsactl: add --nice and --sched-idle options -commit e2eab09c1d7963580d9ff3ec2fbf814a842d2881 +commit e2eab09 Author: Jaroslav Kysela +Date: Tue Apr 9 18:38:58 2013 +0200 - amixer: Use the alsa-lib functions for id print and parse and value parse + * amixer: Use the alsa-lib functions for id print and parse and value + parse -commit 9cb5e5bee7550774586f85f9d4769b19d3ace3c4 +commit 9cb5e5b Author: Jaroslav Kysela +Date: Tue Apr 9 18:10:22 2013 +0200 - alsactl: daemon mode - remove disconnected cards + * alsactl: daemon mode - remove disconnected cards -commit e05b903b1fb16e967d838edac408304cd4470fee +commit e05b903 Author: Jaroslav Kysela +Date: Mon Apr 8 14:49:31 2013 +0200 - alsactl: move systemd config to the daemon mode + * alsactl: move systemd config to the daemon mode -commit 46cb355d4ff41c8065b02644b0534ab42d16cb72 +commit 46cb355 Author: Jaroslav Kysela +Date: Mon Apr 8 13:57:51 2013 +0200 - speaker-test: change the interrupt handling logic to follow aplay/arecord + * speaker-test: change the interrupt handling logic to follow + aplay/arecord -commit 1d0042d7e948815f8015c62bc53143eed3b83206 +commit 1d0042d Author: Jaroslav Kysela +Date: Mon Apr 8 13:30:54 2013 +0200 - aplay/arecord: change the interrupt handling using snd_pcm_abort() + * aplay/arecord: change the interrupt handling using snd_pcm_abort() -commit ffaff068498bd167193ebeb55331d0bce0fd57f1 +commit ffaff06 Author: Jaroslav Kysela +Date: Mon Apr 8 11:31:45 2013 +0200 - alsactl: add event filter and cache for the daemon mode + * alsactl: add event filter and cache for the daemon mode -commit 067f4f325602d155b3de76e9dcc0fff7346cefed +commit 067f4f3 Author: Jaroslav Kysela +Date: Fri Apr 5 13:42:15 2013 +0200 - alsactl: Improved command line argument handling... + * alsactl: Improved command line argument handling... -commit cc5c3357cff87bb805494e23620bd2d675bcccbd +commit cc5c335 Author: Jaroslav Kysela +Date: Fri Apr 5 11:51:51 2013 +0200 - alsactl: add the daemon mode + * alsactl: add the daemon mode -commit b95dd7ef468212c08434f6e7b9987f2936944b09 +commit b95dd7e Author: Jaroslav Kysela +Date: Wed Apr 3 11:57:52 2013 +0200 - alsactl: small code reorder to avoid memory leaks + * alsactl: small code reorder to avoid memory leaks -commit e3e85a851cef51155bb9c23f5da526a9b9817dcf +commit e3e85a8 Author: Jaroslav Kysela +Date: Wed Apr 3 11:13:41 2013 +0200 - alsactl: safe state store and memory allocation cleanups + * alsactl: safe state store and memory allocation cleanups -commit 6de3c709b34c263e93a326e0a025c419ff3dd0f7 +commit 6de3c70 Author: Jaroslav Kysela +Date: Fri Mar 22 13:21:25 2013 +0100 - aplay/arecord: added isatty() check (interactive mode) + * aplay/arecord: added isatty() check (interactive mode) -commit 741064c601754b5cbf3bed14fdab6115dd3f9500 +commit 741064c Author: Jaroslav Kysela +Date: Fri Mar 22 13:59:31 2013 +0100 - speaker-test: try to call snd_pcm_close() when a signal is received + * speaker-test: try to call snd_pcm_close() when a signal is received -commit 5622f3b09fecbb19363db2b22b7060c27a65bb04 +commit 5622f3b Author: Jaroslav Kysela +Date: Fri Mar 22 13:27:26 2013 +0100 - alsamixer: Use isatty() to check the terminal (interactive) availability + * alsamixer: Use isatty() to check the terminal (interactive) + availability -commit bfcb26f9f7b893e24ebeeb76232c5cd0066d087e +commit bfcb26f Author: Takashi Iwai +Date: Thu Jan 31 17:47:50 2013 +0100 - amixer: Fix dB value outputs in amixer contents + * amixer: Fix dB value outputs in amixer contents -commit cd39cfb480cd3ee6b771de33925094892b3be9fe +commit cd39cfb Author: Antonio Ospite +Date: Wed Jan 16 17:06:04 2013 +0100 - speaker-test: increase the maximum supported rate to 384000 + * speaker-test: increase the maximum supported rate to 384000 -commit 66d1cf74866867773bf841293cc5a9a96484e4c6 +commit 66d1cf7 Author: Marko Lindqvist +Date: Wed Jan 16 15:25:38 2013 +0100 - configure: Fix obsolete AM_CONFIG_HEADER macro + * configure: Fix obsolete AM_CONFIG_HEADER macro -commit de61ec66fe303888bc5db49b5989e37bb1ddfca5 +commit de61ec6 Author: Takashi Iwai +Date: Thu Dec 13 10:53:19 2012 +0100 - aplay: Add the support for big-endian WAV format (RIFX) + * aplay: Add the support for big-endian WAV format (RIFX) -commit c7b9d3e39431eddd3a205a3f583a07884a90bb1b +commit c7b9d3e Author: Takashi Iwai +Date: Fri Nov 30 14:53:12 2012 +0100 - alsaloop: Fix missing #endif + * alsaloop: Fix missing #endif -commit b7ea343820a4616b5f6e3b200f776ab742893039 +commit b7ea343 Author: Takashi Iwai +Date: Fri Nov 30 14:35:31 2012 +0100 - alsaloop: Make alsaloop working without libsamplerate + * alsaloop: Make alsaloop working without libsamplerate -commit d6da86117bddeb5007058bfd599c4839858c7ca9 +commit d6da861 Author: Takashi Iwai +Date: Mon Nov 26 16:13:57 2012 +0100 - amixer: Fix parsing container TLV entries + * amixer: Fix parsing container TLV entries -commit da1c24a24c699125aedc8d4f7c97d974b868dacf +commit da1c24a Author: Clemens Ladisch +Date: Tue Nov 13 21:54:20 2012 +0100 - amixer: fix rounding of relative changes + * amixer: fix rounding of relative changes -commit c6614dbdab1cbe541e7d6cd29f3922510e0b6981 +commit c6614db Author: Fabio Estevam +Date: Tue Nov 13 10:05:39 2012 -0200 - aplay: Show usage if no parameter is passed + * aplay: Show usage if no parameter is passed -commit f2826072732951b1d4e1bacd8115f9e6a98932d5 +commit f282607 Author: Clemens Ladisch +Date: Fri Oct 19 12:16:33 2012 +0200 - alsamixer: fix handling of removed controls + * alsamixer: fix handling of removed controls -commit 6017849f1b9d406ac2c882ddbde408ada38c3d61 +commit 6017849 Author: Jaroslav Kysela +Date: Mon Sep 24 16:18:54 2012 +0200 - aplay: fix typo & silence warning.. + * aplay: fix typo & silence warning.. -commit 7b14c00b56784f69ecc954a2de36e0a058fc8849 +commit 7b14c00 Author: Takashi Iwai +Date: Thu Sep 20 14:00:02 2012 +0200 - speaker-test: Update man page for chmap option + * speaker-test: Update man page for chmap option -commit 000bf230cfb3b0abe88d27701dd77982675126ec +commit 000bf23 Author: Takashi Iwai +Date: Thu Sep 20 13:53:46 2012 +0200 - aplay: More support for channel map option + * aplay: More support for channel map option -commit a9add2252f44fae3eb0ce5470cb842f220fb0454 +commit a9add22 Author: Takashi Iwai +Date: Tue Sep 11 12:20:55 2012 +0200 - aplay: Add support for channel mapping + * aplay: Add support for channel mapping -commit 951cb2c2974293db6e12ef067ae7001074887932 +commit 951cb2c Author: Takashi Iwai +Date: Tue Sep 11 11:36:45 2012 +0200 - speaker-test: Add support for channel mapping API + * speaker-test: Add support for channel mapping API -commit b9deb6d9f33b09acdbc4956e147b7fbdf3b4ad18 +commit b9deb6d Author: Jaroslav Kysela +Date: Thu Sep 6 09:52:57 2012 +0200 - Release v1.0.26 + * Release v1.0.26 -commit 5dcd52389a4865f5cc06784db629d0b08f933675 +commit 5dcd523 Author: Arun Raghavan +Date: Tue Jul 17 15:45:35 2012 +0530 - build: Don't call AC_CHECK_FUNC with --disable-alsatest + * build: Don't call AC_CHECK_FUNC with --disable-alsatest -commit 16bc934c0b34b3bc4c57e7b2053cc5b031ef3e0b +commit 16bc934 Author: Arun Raghavan +Date: Tue Jul 17 15:45:34 2012 +0530 - aplay: Use open() instead of open64() + * aplay: Use open() instead of open64() -commit ae0a7d6f0a7c88f4b46586074a940fe39cc29f83 +commit ae0a7d6 Author: Arun Raghavan +Date: Tue Jul 17 15:45:33 2012 +0530 - aplay: Fix signal.h include + * aplay: Fix signal.h include -commit 2b31992c799488c5a93bfe0b17d64b5196b122b4 +commit 2b31992 Author: Takashi Iwai +Date: Fri Jun 15 16:34:55 2012 +0200 - aseqnet: Remove obsoleted .LO entry from man page + * aseqnet: Remove obsoleted .LO entry from man page -commit c3111571dc6a45e20c79a2c4fa590101d35db822 +commit c311157 Author: Takashi Iwai +Date: Thu Jun 14 16:14:29 2012 +0200 - alsactl: Add reference to alsactl_init(7) in alsactl man page + * alsactl: Add reference to alsactl_init(7) in alsactl man page -commit c68a3d02d161ccb6358620fb6442bc5c194f20f1 +commit c68a3d0 Author: Takashi Iwai +Date: Thu Jun 14 13:14:48 2012 +0200 - alsactl: Read only *.conf files when a directory is passed via INCLUDE + * alsactl: Read only *.conf files when a directory is passed via + INCLUDE -commit b72e221aab77229f5195c15b1675de8e52db3cb0 +commit b72e221 Author: Jaroslav Kysela +Date: Sun May 13 13:24:01 2012 +0200 - alsaloop: fix the avail_min setup + * alsaloop: fix the avail_min setup -commit 6bbeb78dba60ffae7d6ef7e6c24de03104420d29 +commit 6bbeb78 Author: Jerome Carretero +Date: Sat May 5 23:10:01 2012 -0400 - aplay: print vu-meter to stderr, not stdout + * aplay: print vu-meter to stderr, not stdout -commit f7eb87ddc7787e981e6055c9e6f770fc0cd2359a +commit f7eb87d Author: Jaroslav Kysela +Date: Wed May 9 08:45:47 2012 +0200 - alsactl: Do not access other cards than specified for init + * alsactl: Do not access other cards than specified for init -commit 05d3bed5cd2fc5ee494766af735f4edd0106167d +commit 05d3bed Author: Mike Frysinger +Date: Wed Apr 18 10:29:18 2012 -0400 - configure.in: use AS_HELP_STRING everywhere + * configure.in: use AS_HELP_STRING everywhere -commit 3a25a31285ffb1dff0151c717b114fefc0b89b70 +commit 3a25a31 Author: Mike Frysinger +Date: Wed Apr 18 10:25:54 2012 -0400 - configure.in: look for ncurses pkg-config first + * configure.in: look for ncurses pkg-config first -commit 8824d0824d780d0fa503f9c9fbae46e45bbb18e7 +commit 8824d08 Author: Takashi Iwai +Date: Mon Mar 19 16:03:33 2012 +0100 - amixer, alsamixer: Add description of volume-mapping + * amixer, alsamixer: Add description of volume-mapping -commit 658c3cfd5726eb1efb44472909651402c6f8fa15 +commit 658c3cf Author: Ben Gardiner +Date: Thu Mar 15 23:51:02 2012 -0400 - aplay/arecord: option to treat any xrun as fatal + * aplay/arecord: option to treat any xrun as fatal -commit a2b66855e69b0f1dc27dab37f24057f717359884 +commit a2b6685 Author: Takashi Iwai +Date: Mon Mar 12 10:56:22 2012 +0100 - amixer: Add the support for mapped volumes like alsamixer + * amixer: Add the support for mapped volumes like alsamixer -commit 2d105e0f18a82783ea69e2dbe9da7aeb7d3c1346 +commit 2d105e0 Author: Pavel Hofman +Date: Mon Mar 5 21:27:00 2012 +0000 - aplay - option to dump HW parameters + * aplay - option to dump HW parameters -commit 53107e1e3146e3687e571b2c31f9d271623c5411 +commit 53107e1 Author: Jaroslav Kysela +Date: Mon Feb 20 16:41:19 2012 +0100 - alsaloop: Improve xrun_sync - fill missing playback samples + * alsaloop: Improve xrun_sync - fill missing playback samples -commit cefe6f2a4904c9be6c57164b831b4dfb9aa33ec0 +commit cefe6f2 Author: Vikram Narayanan +Date: Sat Feb 18 20:53:56 2012 +0530 - Remove the cvscompile file + * Remove the cvscompile file -commit d5b6ecbbd63e39acdfd1404f0085ad16a1942f19 +commit d5b6ecb Author: Vikram Narayanan +Date: Sat Feb 11 13:47:48 2012 +0530 - Trivial fixes in INSTALL file + * Trivial fixes in INSTALL file -commit 5b91ee7f61d9d743bb30b3dc0d98422bb0cd3092 +commit 5b91ee7 Author: Jaroslav Kysela +Date: Mon Feb 6 14:58:03 2012 +0100 - Fix the examples in aplay.1 + * Fix the examples in aplay.1 -commit 1df699bf0a4b0544d12bb6b3d62116bc833ffd6b +commit 1df699b Author: Jaroslav Kysela +Date: Wed Jan 25 10:43:38 2012 +0100 - Release v1.0.25 + * Release v1.0.25 -commit dc02bd45176e727113076d12c0b3427cd9865d09 +commit dc02bd4 Author: Jaroslav Kysela +Date: Wed Jan 25 10:40:25 2012 +0100 - aplay: Add backward compatible endian macro definitions + * aplay: Add backward compatible endian macro definitions -commit 7d33af86c8220a427df384a7086fdecc31d0c9dc +commit 7d33af8 Author: David Henningsson +Date: Wed Jan 11 17:45:14 2012 +0100 - Alsa-utils: Fix typo causing some volumes not to be initialized + * Alsa-utils: Fix typo causing some volumes not to be initialized -commit 9fa7cd2176a6be077f61c0f050f257beedf8b0c0 +commit 9fa7cd2 Author: Takashi Iwai +Date: Fri Nov 4 17:01:57 2011 +0100 - alsactl: Initialize Front Speaker, etc + * alsactl: Initialize Front Speaker, etc -commit 8f7b63be0430bc63caf6bbeca7bc3677a40f7cab +commit 8f7b63b Author: Clemens Ladisch +Date: Wed Nov 2 19:44:12 2011 +0100 - aplaymidi: clarify multi-port documentation + * aplaymidi: clarify multi-port documentation -commit 4c09aaa5c13c2260fea57a89c47f88252da8a692 +commit 4c09aaa Author: Jaroslav Kysela +Date: Wed Nov 2 17:27:47 2011 +0100 - alsamixer: Fix X-win related crash for PulseAudio plugin (bad linking) + * alsamixer: Fix X-win related crash for PulseAudio plugin (bad + linking) -commit af0bf78505be9473c7ce276f91942a5d8f1ad41c +commit af0bf78 Author: David Henningsson +Date: Wed Oct 12 19:37:57 2011 +0200 - aplay: Fix spelling error + * aplay: Fix spelling error -commit 5a6ca47cb95ef2b79b3ef5631c45704ddb869385 +commit 5a6ca47 Author: Clemens Ladisch +Date: Fri Oct 7 23:16:35 2011 +0200 - alsactl: add support for recreating enumerated user controls + * alsactl: add support for recreating enumerated user controls -commit e80b015689ce7a632c8cf57a29bd703eef4edbbc +commit e80b015 Author: Michał Górny +Date: Wed Aug 31 22:27:10 2011 +0200 - fix use of $(SED) + * fix use of $(SED) -commit 0131ab6a67e18ae3c30b7b3fabc2fdf1592f075c +commit 0131ab6 Author: Tim Blechmann +Date: Wed Jun 29 09:44:06 2011 +0200 - aplay: increase channel limit to 256 + * aplay: increase channel limit to 256 -commit 8709ffe841e6f33094f7a547ee86591b29a40cf4 +commit 8709ffe Author: Lars-Peter Clausen +Date: Thu Jun 16 14:19:18 2011 +0200 - alsa-utils: amixer: Fix SND_CTL_TLVT_DB_RANGE handling + * alsa-utils: amixer: Fix SND_CTL_TLVT_DB_RANGE handling -commit 471191abe59cce84b104fc6f601cbb852a8d07e7 +commit 471191a Author: Daniel T Chen +Date: Sat Jun 4 17:44:43 2011 -0400 - speaker-test.1: Clarify man page by giving examples + * speaker-test.1: Clarify man page by giving examples -commit 36d642f4481b54c035782ec1a71f7c67f64ed3bf +commit 36d642f Author: Takashi Iwai +Date: Fri Jun 3 14:35:44 2011 +0200 - aplay: Use standard endian convesions + * aplay: Use standard endian convesions -commit ce2d64b48addd16c2ba25c76b795a9f7b277e642 +commit ce2d64b Author: Takashi Iwai +Date: Fri Jun 3 14:30:55 2011 +0200 - aplay: Add include files for mkdir() + * aplay: Add include files for mkdir() -commit 3bea722b3bfdbec2e26218aca66e55b019a24436 +commit 3bea722 Author: Takashi Iwai +Date: Fri Jun 3 14:28:28 2011 +0200 - alsamixer: Fix 64bit issues + * alsamixer: Fix 64bit issues -commit ac2be7b33ad1ece1dd031d54be1a17a5f902cece +commit ac2be7b Author: Takashi Iwai +Date: Fri Jun 3 14:24:30 2011 +0200 - Updated COPYING with the recent FSF address + * Updated COPYING with the recent FSF address -commit 2a627cfaed498e9175da2ffe3f43030013bb21be +commit 2a627cf Author: Takashi Iwai +Date: Fri Jun 3 14:21:53 2011 +0200 - alsaloop: Use AM_CFLAGS in Makefile.am + * alsaloop: Use AM_CFLAGS in Makefile.am -commit c8415acdacabe64344d450f4ee56fd2b69016376 +commit c8415ac Author: Takashi Iwai +Date: Fri Jun 3 12:45:13 2011 +0200 - Add alsaucm to .gitignore + * Add alsaucm to .gitignore -commit a3ebe640a74d4a0e8acd15e31dd83c210b3c1be4 +commit a3ebe64 Author: Takashi Iwai +Date: Fri Jun 3 12:44:17 2011 +0200 - aplay: Avoid recursive signal handling + * aplay: Avoid recursive signal handling -commit d67a965aec800483ba48d6de736cb3851163e678 +commit d67a965 Author: Takashi Iwai +Date: Fri Jun 3 12:41:26 2011 +0200 - aplay: Add -i option for interactive mode + * aplay: Add -i option for interactive mode -commit f30fbe3901da0f57a6b40102ae1c3ab3a9ff6744 +commit f30fbe3 Author: Stephen Warren +Date: Thu Jun 2 16:45:13 2011 -0600 - alsaucm: Don't double-free empty lists + * alsaucm: Don't double-free empty lists -commit 16bdb41b87d1f4baa3a54a4af0b85abd98cf9159 +commit 16bdb41 Author: Stephen Warren +Date: Thu Jun 2 16:45:12 2011 -0600 - alsaucm: Add list1 command for non-tuple lists + * alsaucm: Add list1 command for non-tuple lists -commit 5ee6a670751db67f9e2b2910d5b3b6fc6fff8dfd +commit 5ee6a67 Author: Jaroslav Kysela +Date: Thu Apr 28 08:13:28 2011 +0200 - Revert "alsactl - Display help for names command" + * Revert "alsactl - Display help for names command" -commit 70451054e08e51f7eaebf9e7d72324acdac01cdb +commit 7045105 Author: David Henningsson +Date: Mon Apr 4 11:28:47 2011 +0200 - alsactl init: Mute CD Playback volume by default + * alsactl init: Mute CD Playback volume by default -commit a7bd33957e099dea109e219a348b131c7186ee1e +commit a7bd339 Author: Peter Korsgaard +Date: Mon Mar 14 09:48:13 2011 +0100 - alsamixer: fix build on uClibc + * alsamixer: fix build on uClibc -commit 3801e25964070390c525b9f2c39913e6ea1eb864 +commit 3801e25 Author: Jaroslav Kysela +Date: Tue Mar 8 12:56:56 2011 +0100 - alsaloop: another try to force correct formats for libsamplerate + * alsaloop: another try to force correct formats for libsamplerate -commit 3853175d122ef368db1f653140502ec44d4b2a4a +commit 3853175 Author: Jaroslav Kysela +Date: Mon Mar 7 14:21:19 2011 +0100 - alsaloop: libsamplerate requires specific formats, force them for slave mode + * alsaloop: libsamplerate requires specific formats, force them for + slave mode -commit cd26f244e7f2648a63411741552c658ca67334e9 +commit cd26f24 Author: Raymond Yau +Date: Mon Feb 28 15:36:36 2011 +0100 - alsamixer: fix display of active/inactive controls + * alsamixer: fix display of active/inactive controls -commit 209796937a0cea3977bf991e0af54a987b73effd +commit 2097969 Author: Jaroslav Kysela +Date: Mon Jan 31 15:19:55 2011 +0100 - Release v1.0.24.2 + * Release v1.0.24.2 -commit e7d86f1c9c3bd7b6dec3ff7fc6253b67612aec3f +commit e7d86f1 Author: Jaroslav Kysela +Date: Mon Jan 31 14:30:20 2011 +0100 - alsaucm: do not bail out in the interactive mode upon error + * alsaucm: do not bail out in the interactive mode upon error -commit 629fdf64459e7b400cd11d24bed8cb1321a942d1 +commit 629fdf6 Author: Jaroslav Kysela +Date: Mon Jan 31 14:12:55 2011 +0100 - alsaucm: fix interactive mode, add batch mode + * alsaucm: fix interactive mode, add batch mode -commit 371d58b88f32704231fe0fd884f63dcbc81507ea +commit 371d58b Author: Pierre-Louis Bossart +Date: Thu Jan 27 23:14:44 2011 -0600 - alsaucm: fix list command and output + * alsaucm: fix list command and output -commit 8bf9abe97a2137e2ccdfa6706708233797a7443e +commit 8bf9abe Author: Jaroslav Kysela +Date: Fri Jan 28 13:03:25 2011 +0100 - Release v1.0.24.1 + * Release v1.0.24.1 -commit 285b00a776a7e661ba536e372e32bdee9f98d8c5 +commit 285b00a Author: Jaroslav Kysela +Date: Wed Jan 26 12:04:37 2011 +0100 - Release v1.0.24 + * Release v1.0.24 -commit 5f71d96a969e47722ee2413d8b36fc59ad01aeec -Merge: 4429363 ce282e6 +commit 5f71d96 Author: Jaroslav Kysela +Date: Mon Jan 24 15:00:26 2011 +0100 - Merge branch 'ucm' + * Merge branch 'ucm' -commit 4429363aceb8c11fc69414ad85bce21e6dadb6c2 +commit 4429363 Author: Ozan Çağlayan +Date: Wed Jan 5 13:01:04 2011 +0200 - configure.in: Fix xmlto detection + * configure.in: Fix xmlto detection -commit 0bd306df6322571d158ce998e2d209240a7cd9ae +commit 0bd306d Author: Christoph J. Thompson +Date: Fri Jan 7 13:46:58 2011 +0100 - Translate alsa-utils to French. + * Translate alsa-utils to French. -commit 34bb514b5fd1d6f91ba9a7b3a70b0ea0c6014250 +commit 34bb514 Author: Clemens Ladisch +Date: Mon Dec 6 14:07:48 2010 +0100 - alsamixer: use cubic scale for volume bars + * alsamixer: use cubic scale for volume bars -commit 70a01748d594ef57a1962e4cb012927faf6d852f +commit 70a0174 Author: Clemens Ladisch +Date: Mon Dec 6 14:05:10 2010 +0100 - alsamixer: increase step size for big control value ranges + * alsamixer: increase step size for big control value ranges -commit e57f619c82e2fec20c20c30f56d3fa4db22a8353 +commit e57f619 Author: Clemens Ladisch +Date: Mon Dec 6 14:04:39 2010 +0100 - alsamixer: remove obsolete e-mail + * alsamixer: remove obsolete e-mail -commit a97bcd19dcea98be86f15c6af0b5e0a8d234d190 +commit a97bcd1 Author: Colin Guthrie +Date: Thu Nov 25 21:40:25 2010 +0000 - alsactl: Add a --with-udev-rules-dir configure option. + * alsactl: Add a --with-udev-rules-dir configure option. -commit 53b08bfc1451937bb19a86e4b116d28cd15c81ac +commit 53b08bf Author: Ozan Çağlayan +Date: Thu Nov 25 09:36:37 2010 +0200 - configure.in: Fix variable name + * configure.in: Fix variable name -commit 81f015f5abdd8e6cfa75e37bd97eb22781019eec +commit 81f015f Author: Lennart Poettering +Date: Tue Nov 23 02:59:18 2010 +0100 - alsactl: Move asound.state location to /var/lib/alsa + * alsactl: Move asound.state location to /var/lib/alsa -commit de7c3eff0e371ce155403bbcdcf81ee79266fa0f +commit de7c3ef Author: Lennart Poettering +Date: Tue Nov 23 01:45:08 2010 +0100 - alsactl: systemd and udev hookup + * alsactl: systemd and udev hookup -commit b42a1c7a1979e1f5c01dc3d6ecf09169d7a912b0 +commit b42a1c7 Author: Clemens Ladisch +Date: Wed Nov 10 10:16:07 2010 +0100 - update German translations + * update German translations -commit f2e9e9a5b017a3834941256da52e1d608f9c4c7b +commit f2e9e9a Author: Clemens Ladisch +Date: Wed Nov 10 10:14:53 2010 +0100 - alsamixer: remove obsolete e-mail + * alsamixer: remove obsolete e-mail -commit 7a11a2b5464e86573f01af6cf4637ffdc0351478 +commit 7a11a2b Author: Jaroslav Kysela +Date: Thu Oct 21 20:38:06 2010 +0200 - alsaloop: rework the ctl event handling routine + * alsaloop: rework the ctl event handling routine -commit ce282e63c7cbc9093658afd8eacbb2b1cbd9e8dc +commit ce282e6 Author: Jaroslav Kysela +Date: Thu Oct 21 20:24:37 2010 +0200 - alsaucm: fix command line arguments parsing + * alsaucm: fix command line arguments parsing -commit d53eb0309df34f058b33c18210c8949c8a2d8b8e +commit d53eb03 Author: Jaroslav Kysela +Date: Wed Oct 20 09:26:24 2010 +0200 - alsaloop: Delay the restart a bit (to handle snd-aloop playback xruns better) + * alsaloop: Delay the restart a bit (to handle snd-aloop playback + xruns better) -commit b67d215d20bcf546617de962dec60cc29b238e4e +commit b67d215 Author: David Henningsson +Date: Fri Oct 15 12:30:44 2010 +0200 - speaker-test: Don't retry after fatal errors + * speaker-test: Don't retry after fatal errors -commit 1ae28cae89a12ed39532bc2a3596e4efa0189e4c +commit 1ae28ca Author: Jaroslav Kysela +Date: Thu Oct 14 15:39:28 2010 +0200 - alsaloop: Fix latency print + * alsaloop: Fix latency print -commit 513a9c7ad179e9786a7d2ff0aa651d42f9674697 +commit 513a9c7 Author: Jaroslav Kysela +Date: Thu Oct 14 11:17:25 2010 +0200 - alsaloop: fixes, added -W/--wake option + * alsaloop: fixes, added -W/--wake option -commit b68986fb4a946ef736295d3b2f24f1e6fab1e77d +commit b68986f Author: Jaroslav Kysela +Date: Wed Oct 13 23:41:29 2010 +0200 - alsaloop: add -U/--xrun to alsaloop.1 man page + * alsaloop: add -U/--xrun to alsaloop.1 man page -commit 1a35bdf7c6c3a4727662d093963141dddc376072 +commit 1a35bdf Author: Jaroslav Kysela +Date: Wed Oct 13 23:39:36 2010 +0200 - alsaloop: added xrun profiling support (-U,--xrun), added SIGUSR1 state dump + * alsaloop: added xrun profiling support (-U,--xrun), added SIGUSR1 + state dump -commit 47563fb2eb22e641bc2fc1fc02528fbd3bdd4c5f +commit 47563fb Author: Jaroslav Kysela +Date: Wed Oct 13 11:47:23 2010 +0200 - ucm: added listcards command + * ucm: added listcards command -commit a9af4348dfd046313437d1c4cddd7dc0b71b1387 +commit a9af434 Author: Jaroslav Kysela +Date: Tue Oct 12 13:16:54 2010 +0200 - alsaucm: initial rewrite to use update API + * alsaucm: initial rewrite to use update API -commit af61ea60cfabb6b59b29a1e26769a7068a5742e1 +commit af61ea6 Author: Jaroslav Kysela +Date: Mon Oct 11 11:56:16 2010 +0200 - alsaloop: add --pctl and --cctl options to man page + * alsaloop: add --pctl and --cctl options to man page -commit 38c2ef96b78d8733957f03b74799d953b83e045d +commit 38c2ef9 Author: Jaroslav Kysela +Date: Mon Oct 11 11:53:50 2010 +0200 - alsaloop: add --pctl and --cctl options + * alsaloop: add --pctl and --cctl options -commit bee994f509e6829647aa68fd276f5e8821d15445 +commit bee994f Author: Jaroslav Kysela +Date: Mon Oct 11 10:24:14 2010 +0200 - alsaloop: Fixes and added --workaround option + * alsaloop: Fixes and added --workaround option -commit 048f87bfc9ae1349e3d603c36e315db09a172215 +commit 048f87b Author: Mark Brown +Date: Fri Oct 8 23:11:54 2010 +0200 - alsaucm: Report failure to set a device due to missing verb setup + * alsaucm: Report failure to set a device due to missing verb setup -commit e77983d3c55a7822e2151dfd60d9a20ec2023c9f +commit e77983d Author: Jaroslav Kysela +Date: Fri Oct 8 22:23:05 2010 +0200 - alsaloop: Fix command-line parsing and pollfd initialization + * alsaloop: Fix command-line parsing and pollfd initialization -commit 147a1cc75cf6002eb5ea2983a374d2e84eee8e1d +commit 147a1cc Author: Jaroslav Kysela +Date: Fri Oct 8 15:10:23 2010 +0200 - alsaloop: Add OSS mixer redirection support + * alsaloop: Add OSS mixer redirection support -commit 058357f04239e1c61d60c29f40409f91d6a6e413 +commit 058357f Author: Jaroslav Kysela +Date: Thu Oct 7 20:38:36 2010 +0200 - alsaloop: added resampling for unsupported soundcard rates + * alsaloop: added resampling for unsupported soundcard rates -commit f956c329aa1271c89cf13a01d1bcea8fae6b03f8 +commit f956c32 Author: Jaroslav Kysela +Date: Thu Oct 7 00:12:38 2010 +0200 - alsaloop: fix resample argument parsing + * alsaloop: fix resample argument parsing -commit 5ad13c4825085ac28ed12afb0daf73c315fe0ed6 +commit 5ad13c4 Author: Jaroslav Kysela +Date: Wed Oct 6 20:34:03 2010 +0200 - alsaloop: fix -a option and slave mode processing + * alsaloop: fix -a option and slave mode processing -commit 4fe4d22b73dd205521348583f8105de1c155f4a6 +commit 4fe4d22 Author: Jaroslav Kysela +Date: Wed Oct 6 18:51:29 2010 +0200 - alsaloop: Fix thread handling + * alsaloop: Fix thread handling -commit ad0e562373af1de5e911cf1d5def598a7b6523f2 +commit ad0e562 Author: Jaroslav Kysela +Date: Wed Oct 6 18:30:18 2010 +0200 - alsaloop: Fix loopbacks pointer initialization and allocation, fix -T option + * alsaloop: Fix loopbacks pointer initialization and allocation, fix + -T option -commit 1e75673035ffc0971719974715211d6a0a48e61a +commit 1e75673 Author: Jaroslav Kysela +Date: Wed Aug 18 08:29:03 2010 +0200 - Introduce alsaloop utility + * Introduce alsaloop utility -commit 87c58b59b5c443fe3244bd06417c451581d1f635 +commit 87c58b5 Author: Jaroslav Kysela +Date: Tue Oct 5 10:02:45 2010 +0200 - amixer: fix parsing of control ID name + * amixer: fix parsing of control ID name -commit 08f36ef1e098351150de1f46f858e27857294402 -Merge: ef919a4 a9d9161 +commit 08f36ef Author: Jaroslav Kysela +Date: Wed Sep 22 20:06:02 2010 +0200 - Merge branch 'ucm-upstream' of git://git.slimlogic.co.uk/alsa-utils into ucm + * Merge branch 'ucm-upstream' of git://git.slimlogic.co.uk/alsa-utils + into ucm -commit ef919a4724169f4c0dc14168dec32c168b2471e4 +commit ef919a4 Author: Jaroslav Kysela +Date: Tue Sep 7 17:33:14 2010 +0200 - alsactl init: Initialize also "Master Front Playback Volume" & "Switch" + * alsactl init: Initialize also "Master Front Playback Volume" & + "Switch" -commit 52bd2f8acedaacce32ca8e89cb1f21683658648e +commit 52bd2f8 Author: Jaroslav Kysela +Date: Tue Sep 7 17:07:12 2010 +0200 - alsactl init: Handle "Capture Source" and "Mic Boost" in the default script + * alsactl init: Handle "Capture Source" and "Mic Boost" in the default + script -commit 0fea2452cb8bca5b5d28daedeb31df7a21284e7d +commit 0fea245 Author: Jaroslav Kysela +Date: Thu Sep 2 15:48:43 2010 +0200 - alsactl: Change handling of inactive controls + * alsactl: Change handling of inactive controls -commit 7f6a55e203e2bb069c35006b605e1a19cfcd88cb +commit 7f6a55e Author: Jaroslav Kysela +Date: Thu Sep 2 15:36:56 2010 +0200 - alsactl init: use "generic method" instead "guess method" + * alsactl init: use "generic method" instead "guess method" -commit dcb90a779e74315596a4cdb4741983b21cba69c9 +commit dcb90a7 Author: Jaroslav Kysela +Date: Thu Sep 2 15:03:23 2010 +0200 - alsactl init: Use "Found hardware:" instead "Unknown hardware:" + * alsactl init: Use "Found hardware:" instead "Unknown hardware:" -commit a9d91614bb310b5f5c05e193ef7559bc512af72e +commit a9d9161 Author: Stefan Schmidt +Date: Wed Sep 30 21:12:17 2009 +0200 - alsaucm: Add Use Case Manager utility + * alsaucm: Add Use Case Manager utility -commit bb865dc10b6dcee9d428d3c5a17ee312e0aaf7e0 +commit bb865dc Author: Jaroslav Kysela +Date: Wed Aug 18 08:23:09 2010 +0200 - aplay/arecord: term_c_lflag variable might be unitialized in some cases + * aplay/arecord: term_c_lflag variable might be unitialized in some + cases -commit 4c337275d1cc0579cc8ad45b4c138287e8658f0d +commit 4c33727 Author: Jaroslav Kysela +Date: Wed Aug 18 08:22:23 2010 +0200 - speaker-test: add test pattern for PCM layer debugging purposes + * speaker-test: add test pattern for PCM layer debugging purposes -commit 73c79ebf26a51a2d9b582a4cae82867873875743 +commit 73c79eb Author: Jaroslav Kysela +Date: Thu Jul 15 13:39:14 2010 +0200 - aplay: fix termio settings - return back old c_flag value on exit + * aplay: fix termio settings - return back old c_flag value on exit -commit 3bd65336222a4d00cefc4db5e74a7a96c07ab567 +commit 3bd6533 Author: Jaroslav Kysela +Date: Thu Jul 15 10:40:21 2010 +0200 - aplay/arecord: Added hardware pause support (press SPACE or Enter) + * aplay/arecord: Added hardware pause support (press SPACE or Enter) -commit b4ff58b685fe9da25901cd3e395dd2f2d64532df +commit b4ff58b Author: Clemens Ladisch +Date: Wed May 26 10:37:58 2010 +0200 - Revert wrong parts of "alsactl: use snd_config_imake* functions" + * Revert wrong parts of "alsactl: use snd_config_imake* functions" -commit bd15b1e5ea23d25fcb2ccccd1cf25350c60fe527 +commit bd15b1e Author: Clemens Ladisch +Date: Wed May 26 10:28:11 2010 +0200 - alsactl: change format of comment node in state file + * alsactl: change format of comment node in state file -commit 4f29877d54f9132219261218c2357e2b6e8910f4 +commit 4f29877 Author: Clemens Ladisch +Date: Wed May 26 10:27:25 2010 +0200 - alsactl: correctly restore dB values of controls with changed range + * alsactl: correctly restore dB values of controls with changed range -commit 224c12238e484ec795ace29bf5ff712dbae21633 +commit 224c122 Author: Clemens Ladisch +Date: Wed May 26 10:19:17 2010 +0200 - alsactl: remove open-coded search + * alsactl: remove open-coded search -commit ad47784b01b9dd532ba2c2249547ce55505bbf08 +commit ad47784 Author: Clemens Ladisch +Date: Wed May 26 10:18:43 2010 +0200 - alsactl: move alloca out of loop + * alsactl: move alloca out of loop -commit e509df69a5100df28921980362488f6947df0aae +commit e509df6 Author: Clemens Ladisch +Date: Wed May 26 10:07:47 2010 +0200 - alsactl: use snd_config_imake* functions + * alsactl: use snd_config_imake* functions -commit 1b22cb04888ede58a844baf89ede9104f9861b50 +commit 1b22cb0 Author: Jaroslav Kysela +Date: Fri Apr 16 13:11:06 2010 +0200 - Release v1.0.23 + * Release v1.0.23 -commit b5f5ebcbe68e92d623e8ca4978042f648aa218cd +commit b5f5ebc Author: lieven moors +Date: Mon Mar 15 18:13:11 2010 +0100 - aconnect -x: Do not update index after removal of connection. + * aconnect -x: Do not update index after removal of connection. -commit f0658f37dc1c416e8f8415971b44afd6977ceb5c +commit f0658f3 Author: Jaroslav Kysela +Date: Thu Feb 25 16:45:13 2010 +0100 - alsactl: update debug prints in state.c + * alsactl: update debug prints in state.c -commit 412cb29b587f520834979b017412d086254e11c2 +commit 412cb29 Author: Jaroslav Kysela +Date: Thu Feb 25 15:01:29 2010 +0100 - alsactl: add more debug prints to state.c + * alsactl: add more debug prints to state.c -commit 5c35aa8b69ae67caf094fb3f41a1b270d4eb5b2d +commit 5c35aa8 Author: Jaroslav Kysela +Date: Thu Feb 25 09:19:45 2010 +0100 - alsactl: improve -d to get warnings and store exitcode to runstate file + * alsactl: improve -d to get warnings and store exitcode to runstate + file -commit c9b86f49a8a1a8c337bf0c1b7f12749e8be781ed +commit c9b86f4 Author: Clemens Ladisch +Date: Mon Feb 22 09:42:03 2010 +0100 - alsamixer: handle out-of-range volume values + * alsamixer: handle out-of-range volume values -commit 5a016b583b5c949253a9e791ad79f13e54f87054 +commit 5a016b5 Author: Clemens Ladisch +Date: Fri Feb 19 17:07:20 2010 +0100 - alsamixer: fix division by zero + * alsamixer: fix division by zero -commit 69c6bead434e7a4a546ab1300413312994b93e35 +commit 69c6bea Author: Jaroslav Kysela +Date: Sun Feb 14 19:07:25 2010 +0100 - alsactl: Fix return code + * alsactl: Fix return code -commit f45aa72cd6a71515494a70448d48608c2d25960e +commit f45aa72 Author: Jaroslav Kysela +Date: Wed Feb 10 11:52:53 2010 +0100 - amixer: add support for TLV dB minmax types + * amixer: add support for TLV dB minmax types -commit cdc496addb28784ae6bc43efc5afa67cba073fde +commit cdc496a Author: Clemens Ladisch +Date: Mon Feb 1 13:22:39 2010 +0100 - amixer: fix display of unreadable control elements + * amixer: fix display of unreadable control elements -commit 0034b1f83f6e14f89a2fc2b2b02f14fcf0e93b2f +commit 0034b1f Author: Jaroslav Kysela +Date: Wed Jan 27 10:26:52 2010 +0100 - speaker-test: add fflush(stdout) to write_loop + * speaker-test: add fflush(stdout) to write_loop -commit c2eaf88f7e070770dae442a2000e3926750dbb54 +commit c2eaf88 Author: Clemens Ladisch +Date: Mon Jan 25 14:11:37 2010 +0100 - amidi: fix port listing + * amidi: fix port listing -commit 55cd025f18e3d954d700fa30b35e5318b4288e74 +commit 55cd025 Author: John Sauter +Date: Fri Jan 8 16:28:57 2010 -0500 - aplay -- update the man file + * aplay -- update the man file -commit 3b425f8fb5b33fedd09f725d044cb5cbe3adda37 +commit 3b425f8 Author: John Sauter +Date: Fri Jan 8 16:24:33 2010 -0500 - aplay -- add features for audio surveilance + * aplay -- add features for audio surveilance -commit 0895fcdce2b93bb423b66e9a04d2086528af1c72 +commit 0895fcd Author: John Sauter +Date: Fri Jan 8 16:21:07 2010 -0500 - aplay - add option --process-id-file + * aplay - add option --process-id-file -commit 400e6f440eaa55c634de0242e3a7fbf00a6a50bd +commit 400e6f4 Author: Jaroslav Kysela +Date: Fri Jan 8 15:58:47 2010 +0100 - aplay: Dump PCM state on xrun when verbose mode is active + * aplay: Dump PCM state on xrun when verbose mode is active -commit 6b4fbdfd717729568296845ab3eb0525290332d6 +commit 6b4fbdf Author: Jaroslav Kysela +Date: Wed Dec 16 16:18:52 2009 +0100 - Release v1.0.22 + * Release v1.0.22 -commit 075becdb1ace743149eae9a32bc48f22d027092f +commit 075becd Author: Jaroslav Kysela +Date: Tue Dec 15 15:34:46 2009 +0100 - speaker-test: not all sample formats are supported - show only supported ones + * speaker-test: not all sample formats are supported - show only + supported ones -commit d18aebca5b94e991b82382a9f30eca2d7fedbc06 +commit d18aebc Author: Jaroslav Kysela +Date: Tue Dec 15 15:27:05 2009 +0100 - speaker-test: add -d (--debug) option to show PCM parameters + * speaker-test: add -d (--debug) option to show PCM parameters -commit 1247c3d8ac6a3ab9b77b92de64e721948a473489 +commit 1247c3d Author: Jaroslav Kysela +Date: Mon Dec 14 17:26:57 2009 +0100 - alsactl: fix error path code in init_parse.c + * alsactl: fix error path code in init_parse.c -commit 87ee474b1d8433fc5f054d828a7443fecaa587e8 +commit 87ee474 Author: Jaroslav Kysela +Date: Thu Nov 12 08:54:25 2009 +0100 - alsactl: init - default - initialize also "Digital Input Source" + * alsactl: init - default - initialize also "Digital Input Source" -commit 1185611ac1ac0e286c63a0968874d421096e6502 +commit 1185611 Author: Jaroslav Kysela +Date: Mon Nov 9 11:48:23 2009 +0100 - arecord: fix wrong chunk_size initialization when verbose and mmap flags are set + * arecord: fix wrong chunk_size initialization when verbose and mmap + flags are set -commit 325462e80ade753abea24fb3707e34dcf617ef51 +commit 325462e Author: Arnout Engelen +Date: Sun Oct 18 21:34:30 2009 +0200 - aplay - Show available formats + * aplay - Show available formats -commit a227f00690f051a62c41ae6ec77976fedb6cfe9c +commit a227f00 Author: Jaroslav Kysela +Date: Thu Oct 8 13:47:27 2009 +0200 - alsactl init: Add CTL{do_search} and CTL{do_count} parsers + * alsactl init: Add CTL{do_search} and CTL{do_count} parsers -commit 11b60426b3d2ea090b5f43d5d15083d25d1d6651 +commit 11b6042 Author: Jaroslav Kysela +Date: Wed Oct 7 13:41:13 2009 +0200 - alsactl init: use empty GOTOs in init/default file to increase readability + * alsactl init: use empty GOTOs in init/default file to increase + readability -commit eb2e4706f0182fba1c1a3b593b4aac8069d6903e +commit eb2e470 Author: Jaroslav Kysela +Date: Wed Oct 7 10:37:40 2009 +0200 - alsactl: introduce CTL{write} to match directly written CTL values + * alsactl: introduce CTL{write} to match directly written CTL values -commit e02f8e8aba21357eacce483bd46106624863c5a3 +commit e02f8e8 Author: Takashi Iwai +Date: Wed Aug 12 12:45:05 2009 +0200 - alsactl - Initialize Speaker volume to 0dB when Master is present + * alsactl - Initialize Speaker volume to 0dB when Master is present -commit 2cbf39749cd71a2b892b6006ae69283576176d17 +commit 2cbf397 Author: Jaroslav Kysela +Date: Wed Sep 2 14:31:49 2009 +0200 - alsactl init: Fix typo "(" -> "{" in Headphone default rule + * alsactl init: Fix typo "(" -> "{" in Headphone default rule -commit defee56c4184cbd78907a62dce69a4b4f5e2c00a +commit defee56 Author: Jaroslav Kysela +Date: Mon Aug 31 17:03:04 2009 +0200 - alsamixer: Improve set_escdelay() function availability detection + * alsamixer: Improve set_escdelay() function availability detection -commit ca0ff77c7c6f2b137b48aac234d49e122fd7d553 +commit ca0ff77 Author: Jaroslav Kysela +Date: Mon Aug 31 15:09:38 2009 +0200 - Release v1.0.21 + * Release v1.0.21 -commit d94ab95c0df7389f586c1550c4532a54b21c34f6 +commit d94ab95 Author: Clemens Ladisch +Date: Mon Aug 17 12:29:11 2009 +0200 - aplaymidi: reduce bandwidth for big SysEx messages + * aplaymidi: reduce bandwidth for big SysEx messages -commit 077467a87e0a5ab598a8e4a582268eebe78ff9d6 +commit 077467a Author: Clemens Ladisch +Date: Fri Jun 19 08:40:00 2009 +0200 - alsamixer: fix display of inactive volume bar + * alsamixer: fix display of inactive volume bar -commit 7a3e59cbc506d9f3019e0be60dab0fa86c54cd23 +commit 7a3e59c Author: Clemens Ladisch +Date: Fri Jun 19 08:39:24 2009 +0200 - alsamixer: rename attr to ch + * alsamixer: rename attr to ch -commit 67888854051291be8503e6e48086c9a3318fd631 +commit 6788885 Author: Jaroslav Kysela +Date: Thu Jun 18 15:20:15 2009 +0200 - alsactl init rules: fix Lenovo T61 initialization (Speaker Playback Switch) + * alsactl init rules: fix Lenovo T61 initialization (Speaker Playback + Switch) -commit 29a7dbc55233389e154476738d71846aeb1a1773 +commit 29a7dbc Author: Takashi Iwai +Date: Thu Jun 18 14:42:28 2009 +0200 - alsamixer - Tricolorize volume bars + * alsamixer - Tricolorize volume bars -commit 05fcb0c79f6681b33951d66cece1a6d421a0c8e6 +commit 05fcb0c Author: Clemens Ladisch +Date: Tue Jun 2 11:19:45 2009 +0200 - alsamixer: update man page + * alsamixer: update man page -commit 730e8253ef6aebba4c572b5c6ef2461952a97f36 +commit 730e825 Author: Clemens Ladisch +Date: Thu May 28 09:16:11 2009 +0200 - alsamixer: fix text box clipping with multi-column characters + * alsamixer: fix text box clipping with multi-column characters -commit 8290353c5f9467ada94327010cebb6310bca0c8b +commit 8290353 Author: Takashi Iwai +Date: Wed May 27 15:08:45 2009 +0200 - Update ja.po for alsamixer + * Update ja.po for alsamixer -commit b8f567461efe84fac9722eeea196ab1110a19be1 +commit b8f5674 Author: Takashi Iwai +Date: Wed May 27 14:16:30 2009 +0200 - alsamixer - Fix uninitialized variable warning + * alsamixer - Fix uninitialized variable warning -commit f974abdd2ecc51ddd2bd534a0e8919dfa4ba21e9 +commit f974abd Author: Clemens Ladisch +Date: Mon May 25 10:31:06 2009 +0200 - add German translations + * add German translations -commit 5b6b5fd14bd5b0f6b07332657fc09b0a7255dda9 +commit 5b6b5fd Author: Clemens Ladisch +Date: Mon May 25 10:26:22 2009 +0200 - alsamixer: show channel names for multichannel controls + * alsamixer: show channel names for multichannel controls -commit bde1d198c11662b3ce10c4afd87ce67c2e50ae9a +commit bde1d19 Author: Jaroslav Kysela +Date: Thu May 21 16:44:42 2009 +0200 - alsactl: init - fix default configuration for ENS1370 + * alsactl: init - fix default configuration for ENS1370 -commit 0d3aeb969592134f7749bd21fd2f641eb13d7090 +commit 0d3aeb9 Author: Jaroslav Kysela +Date: Fri May 15 12:37:48 2009 +0200 - alsactl: fixed Headphone Playback Volume setting in default rules + * alsactl: fixed Headphone Playback Volume setting in default rules -commit 6a1109b73257a9e17c97d3c9d6830c203b19ba3b +commit 6a1109b Author: Dan McGee +Date: Sun May 10 02:47:40 2009 +0200 - speaker-test: only check byte order once + * speaker-test: only check byte order once -commit 8b0db35f6374264f242e070b97d68a93a48f9818 +commit 8b0db35 Author: Dan McGee +Date: Sun May 10 02:47:39 2009 +0200 - speaker-test: move existing endian macros up in the file + * speaker-test: move existing endian macros up in the file -commit 21d3717c3f0c1ed0dd2c976108a601a6c976e1b8 +commit 21d3717 Author: Dan McGee +Date: Sun May 10 02:27:07 2009 +0200 - Remove dead/commented out code + * Remove dead/commented out code -commit f0a3bdc88b2870492b3287990e55169356ff038d +commit f0a3bdc Author: Dan McGee +Date: Sun May 10 02:27:06 2009 +0200 - Allow frequencies down to 30 Hz + * Allow frequencies down to 30 Hz -commit 7d051f7e10b942028ca0e678423444a96fa97ab8 +commit 7d051f7 Author: Dan McGee +Date: Sun May 10 02:27:05 2009 +0200 - speaker-test: allow frequency to be floating point + * speaker-test: allow frequency to be floating point -commit 83ae381a05dd160b8aedd04fda3d65e18d0e2f2f +commit 83ae381 Author: Jaroslav Kysela +Date: Wed May 6 09:07:24 2009 +0200 - Release v1.0.20 + * Release v1.0.20 -commit ccd0e8834c71de235f2ddb9ea69e184a06e7b0e8 +commit ccd0e88 Author: Jaroslav Kysela +Date: Tue May 5 11:12:43 2009 +0200 - alsactl: ca0106 initialization files - wrong exit + * alsactl: ca0106 initialization files - wrong exit -commit 13ba4383d89626ad19c28e651504af1d4655e6f8 +commit 13ba438 Author: Jaroslav Kysela +Date: Tue May 5 11:10:35 2009 +0200 - alsactl: add ca0106 initialization file + * alsactl: add ca0106 initialization file -commit 4818e2701b4452d603bff21ffd7b981065d5ec90 +commit 4818e27 Author: Jaroslav Kysela +Date: Tue May 5 10:33:08 2009 +0200 - alsactl: changes in initialization files + * alsactl: changes in initialization files -commit 94ac54bff1e15e69c7c722695c3b259a3bb5c6c0 +commit 94ac54b Author: Jaroslav Kysela +Date: Thu Apr 30 11:26:15 2009 +0200 - alsactl: fix sysfsroot path and parser extensions + * alsactl: fix sysfsroot path and parser extensions -commit 42ae1e6f1b874da090abe065c781a4f7b91ba67c +commit 42ae1e6 Author: Jaroslav Kysela +Date: Tue Apr 28 11:19:48 2009 +0200 - alsactl: init rules - fix HDA Conexact codec PCM initialization + * alsactl: init rules - fix HDA Conexact codec PCM initialization -commit 8e0eb860efb27f906d058713394be3f5ede3d1a2 +commit 8e0eb86 Author: Simon Hengel +Date: Wed Apr 1 21:51:21 2009 +0200 - ALSA: Added vi-like key bindings to alsamixer. + * ALSA: Added vi-like key bindings to alsamixer. -commit d01bbbd7061e447adc1c4acd406a3f64148a2c6e +commit d01bbbd Author: Jaroslav Kysela +Date: Wed Apr 15 08:57:39 2009 +0200 - alsactl/init: Fix CTL{value} assigning - make it relevant to documentation + * alsactl/init: Fix CTL{value} assigning - make it relevant to + documentation -commit 658cebdc058fbc6089863200045679919b984814 +commit 658cebd Author: Jaroslav Kysela +Date: Thu Apr 9 09:48:27 2009 +0200 - aplay/arecord: improve suspicious buffer detection and add --test-coef parameter + * aplay/arecord: improve suspicious buffer detection and add + --test-coef parameter -commit 57a38debe1a579df9460adbfbd8a14253b58b141 +commit 57a38de Author: Jaroslav Kysela +Date: Wed Apr 8 18:15:56 2009 +0200 - aplay/arecord: remove debug printfs introduced by previous patch + * aplay/arecord: remove debug printfs introduced by previous patch -commit 641556d96338de5ce67aa87f770e75c74851be6a +commit 641556d Author: Jaroslav Kysela +Date: Wed Apr 8 09:22:16 2009 +0200 - aplay/arecord: fix underrun/overrun time calculation for monotonic clock + * aplay/arecord: fix underrun/overrun time calculation for monotonic + clock -commit 3924a249dd3ed08da0e7a6c9872d3cbeef115c22 +commit 3924a24 Author: Takashi Iwai +Date: Wed Mar 18 12:10:55 2009 +0100 - alsaconf - prefer /etc/modprobe.d/sound/50-sound.conf + * alsaconf - prefer /etc/modprobe.d/sound/50-sound.conf -commit ba38c92e6984cb2fbd544204f92b8727fb549f92 +commit ba38c92 Author: Takashi Iwai +Date: Fri Feb 20 18:01:58 2009 +0100 - alsactl - Add missing -I option + * alsactl - Add missing -I option -commit 0e8fcfc2ce17aa402a2bae215e4174f29c253fa3 +commit 0e8fcfc Author: Wu Fengguang +Date: Fri Feb 20 17:59:51 2009 +0100 - speaker-test.c - add readability comments to speaker channels + * speaker-test.c - add readability comments to speaker channels -commit 08837a80e0c4a2d88d27038a0915c98375a2bf88 +commit 08837a8 Author: Takashi Iwai +Date: Wed Feb 18 15:34:57 2009 +0100 - Fix misc compile warnings in alsactl + * Fix misc compile warnings in alsactl -commit c1bc8d61ddcdd0a569b3b12ff5ff1f6df79e0e15 +commit c1bc8d6 Author: Jaroslav Kysela +Date: Thu Feb 5 12:58:42 2009 +0100 - alsactl: init - modify default rule to better support some HDA codecs + * alsactl: init - modify default rule to better support some HDA + codecs -commit d12fe105e35fdb199aa668895fcded475de16aee +commit d12fe10 Author: Takashi Iwai +Date: Thu Jan 29 15:41:31 2009 +0100 - Fix build with partially-installed alsa-lib + * Fix build with partially-installed alsa-lib -commit 9662a167d80b0a885ca7a54a143489cd56555411 +commit 9662a16 Author: Will Wagner +Date: Mon Jan 19 14:19:10 2009 +0100 - Use ANSI C functions + * Use ANSI C functions -commit 4d9951ca4e7c9a8cfd50554abb5f9582be89f9ba +commit 4d9951c Author: Jaroslav Kysela +Date: Mon Jan 19 12:17:19 2009 +0100 - Release v1.0.19 + * Release v1.0.19 -commit 9a47cf7b35f9840379f6ebdcf429128ddc572049 +commit 9a47cf7 Author: Peter Stokes +Date: Mon Jan 12 12:29:41 2009 +0100 - Fix wrong direction check in aplay/arecord --list-pcms + * Fix wrong direction check in aplay/arecord --list-pcms -commit 2e3915d15891209c684d190069591683921c4911 +commit 2e3915d Author: Takashi Iwai +Date: Mon Dec 8 11:59:27 2008 +0100 - aseqnet - Add $(INTLLIBS) to Makefile.am + * aseqnet - Add $(INTLLIBS) to Makefile.am -commit e3dfc7470e47f35127c07004beda94cb13f325ec +commit e3dfc74 Author: Hans-Christian Egtvedt +Date: Mon Dec 8 11:55:27 2008 +0100 - alsa-utils check if __USE_BSD is defined before compiling "BSD functions" + * alsa-utils check if __USE_BSD is defined before compiling "BSD + functions" -commit 045ccf2081647f48e300bcb5e51d8def75c6e2b4 -Merge: 0d61344 05f78cc +commit 045ccf2 Author: Takashi Iwai +Date: Wed Nov 26 14:32:46 2008 +0100 - Merge branch 'master' of git@git.alsa-project.org:alsa-utils + * Merge branch 'master' of git@git.alsa-project.org:alsa-utils -commit 0d6134450ea7db82128138c9ac1bc84e8696dce4 +commit 0d61344 Author: Takashi Iwai +Date: Wed Nov 26 14:27:24 2008 +0100 - speaker-test: Fix floating-point exception bug + * speaker-test: Fix floating-point exception bug -commit 05f78cc6811110156c701fd9a2a5d15de8b4b1c7 +commit 05f78cc Author: Jaroslav Kysela +Date: Fri Nov 21 14:44:31 2008 +0100 - alsactl: Fix restore / init call behaviour when driver contains more controls + * alsactl: Fix restore / init call behaviour when driver contains more + controls -commit 6232f1c96cde1fee247e95cd97235c48cc7b168d +commit 6232f1c Author: Diego E. 'Flameeyes' Pettenò +Date: Fri Nov 21 13:10:02 2008 +0100 - Make some static tables and strings constants. + * Make some static tables and strings constants. -commit ca1ea1e90484bf8cd2a7ef78f29e4f02a457d584 +commit ca1ea1e Author: Diego E. 'Flameeyes' Pettenò +Date: Fri Nov 21 13:09:56 2008 +0100 - Mark static the functions not used outside their unit. + * Mark static the functions not used outside their unit. -commit f53441ae6880ace555a53ff6afba76475d5d19dd +commit f53441a Author: Diego E. 'Flameeyes' Pettenò +Date: Fri Nov 21 13:09:52 2008 +0100 - Remove some unused variables. + * Remove some unused variables. -commit 50f01e48afc54cafabceb5abc4a961632ed873b0 +commit 50f01e4 Author: Diego E. 'Flameeyes' Pettenò +Date: Fri Nov 21 13:09:45 2008 +0100 - Remove some dead code (comparisons between 0 and unsigned integers). + * Remove some dead code (comparisons between 0 and unsigned integers). -commit 94ae24cfd6f34122d1943ed442dc1c0e79647ca8 -Merge: 88ff779 2c79b79 +commit 94ae24c Author: Takashi Iwai +Date: Thu Nov 13 14:30:01 2008 +0100 - Merge branch 'master' of git://git.flameeyes.eu/others/alsa/alsa-utils + * Merge branch 'master' of + git://git.flameeyes.eu/others/alsa/alsa-utils -commit 2c79b79b4780cae2192ecfc4ba5615d6b0d13f5b +commit 2c79b79 Author: Diego 'Flameeyes' Pettenò +Date: Thu Nov 13 13:23:04 2008 +0100 - Nowadays Gentoo also uses update-modules, so update alsaconf. + * Nowadays Gentoo also uses update-modules, so update alsaconf. -commit 6596a405f6b9f00dcbab9548a1e0afce04b99421 +commit 6596a40 Author: grdscarabe@grdscarabe.net +Date: Thu Nov 13 13:22:55 2008 +0100 - Create a special fd redirection for menu choice. + * Create a special fd redirection for menu choice. -commit 01285f20d9f1c51d251bc143dd1c9f2ad026f87b +commit 01285f2 Author: Diego 'Flameeyes' Pettenò +Date: Thu Nov 13 13:22:13 2008 +0100 - Move conditional inclusion of locale.h further down. + * Move conditional inclusion of locale.h further down. -commit 88ff7791df690eb2e94f8a4b20a07c29b3da354c -Merge: 1797b2c 1a9b839 +commit 88ff779 Author: Takashi Iwai +Date: Thu Nov 13 09:29:40 2008 +0100 - Merge branch 'master' of git@git.alsa-project.org:alsa-utils + * Merge branch 'master' of git@git.alsa-project.org:alsa-utils -commit 1797b2c2907630b0b8d5374fb382edf40d02387c +commit 1797b2c Author: Takashi Iwai +Date: Thu Nov 13 09:28:43 2008 +0100 - Add -I option to alsactl + * Add -I option to alsactl -commit 1a9b839b2f5c841eb2ac782c0f005e721ad5d363 +commit 1a9b839 Author: Clemens Ladisch +Date: Mon Nov 10 09:23:07 2008 +0100 - alsaconf: add Slackware support + * alsaconf: add Slackware support -commit bbd71560bc93c5dd0012a4764522c0dd982ff3c2 +commit bbd7156 Author: Takashi Iwai +Date: Thu Oct 30 11:50:17 2008 +0100 - Add --disable-xmlto configure option + * Add --disable-xmlto configure option -commit 09a07aafdbbd1ea28c6fdb74b74517d73042b15a +commit 09a07aa Author: Jaroslav Kysela +Date: Wed Oct 29 13:42:11 2008 +0100 - Release v1.0.18 + * Release v1.0.18 -commit d7f90ce8f74aba032131f178ebb78d1a16e943da +commit d7f90ce Author: Takashi Iwai +Date: Fri Oct 24 11:48:57 2008 +0200 - iecset - Add missing help text for -n option + * iecset - Add missing help text for -n option -commit 46f9fb6873763e4d75cc7be7df50989f396c40dc +commit 46f9fb6 Author: Jaroslav Kysela +Date: Thu Oct 23 11:13:24 2008 +0200 - aplay/arecord: add --test-position test + * aplay/arecord: add --test-position test -commit 9f9ae68a9d7443917f6ec36afb01dcd83dc91f38 +commit 9f9ae68 Author: Jaroslav Kysela +Date: Tue Sep 23 08:10:19 2008 +0200 - Add --disable-alsaconf to configure script + * Add --disable-alsaconf to configure script -commit f63ff476f3538f519ac8ff0acd4acdab29889ad5 +commit f63ff47 Author: Jaroslav Kysela +Date: Thu Sep 18 09:40:02 2008 +0200 - alsactl: Add -g,--ignore option to ignore 'No soundcards found' error + * alsactl: Add -g,--ignore option to ignore 'No soundcards found' + error -commit 0a8e8d581e5df6f1b13ea009fcdd77c6afcbdc43 +commit 0a8e8d5 Author: Jaroslav Kysela +Date: Thu Sep 11 13:39:42 2008 +0200 - alsactl: Fix oops (when parsing card argument) + * alsactl: Fix oops (when parsing card argument) -commit 8ed6dcf98b099ca983046d4691f7f91ca8e7b09e +commit 8ed6dcf Author: Jaroslav Kysela +Date: Tue Sep 9 18:55:50 2008 +0200 - Release v1.0.18rc3 + * Release v1.0.18rc3 -commit c97e82caf7b48577b1699154a75afff90795ebd1 -Merge: 6bd6211 32a031b +commit c97e82c Author: Jaroslav Kysela +Date: Tue Sep 9 12:54:17 2008 +0200 - Merge branch 'master' of git@git.alsa-project.org:alsa-utils + * Merge branch 'master' of git@git.alsa-project.org:alsa-utils -commit 6bd621177dea5afd74261621c72ff98ca4fc118a +commit 6bd6211 Author: Jaroslav Kysela +Date: Tue Sep 9 12:53:28 2008 +0200 - aplay - show sample arrangement (mmap areas) in verbose more for debugging + * aplay - show sample arrangement (mmap areas) in verbose more for + debugging -commit 32a031b468ad8395aaad6a93a62822862f866637 +commit 32a031b Author: Takashi Iwai +Date: Mon Aug 25 08:08:55 2008 +0200 - Add arecord to .gitignore + * Add arecord to .gitignore -commit cd66729939e9765c46362fab371583c7563002b1 +commit cd66729 Author: Takashi Iwai +Date: Mon Aug 25 08:07:56 2008 +0200 - Remove unneeded files from EXTRA_DIST in root Makefile.am + * Remove unneeded files from EXTRA_DIST in root Makefile.am -commit 02c978dbec227dbed536401f1470a05818016fe1 +commit 02c978d Author: Takashi Iwai +Date: Mon Aug 25 08:07:13 2008 +0200 - Add missing files to be included in alsactl/Makefile.am + * Add missing files to be included in alsactl/Makefile.am -commit 3b8bdeb3fce2277464a47689ac40b773bc60cf50 +commit 3b8bdeb Author: Jaroslav Kysela +Date: Tue Aug 19 13:41:00 2008 +0200 - Release v1.0.18rc2 + * Release v1.0.18rc2 -commit eb345d92edbf34a8139fe4a22255531f09cc7611 +commit eb345d9 Author: Jaroslav Kysela +Date: Tue Aug 19 13:38:26 2008 +0200 - alsactl.1 - explicitly notify about ALSA_CONFIG_PATH environment variable + * alsactl.1 - explicitly notify about ALSA_CONFIG_PATH environment + variable -commit cdf5a9b824c01b26285069c2885be986accf50b8 +commit cdf5a9b Author: Jaroslav Kysela +Date: Tue Aug 19 13:28:22 2008 +0200 - alsactl init - fix memory leaks (valgrind helped) + * alsactl init - fix memory leaks (valgrind helped) -commit 2e7bb3caf53e63a5e16d34234c609ef87c1d085f +commit 2e7bb3c Author: Jaroslav Kysela +Date: Mon Aug 18 17:02:17 2008 +0200 - alsactl init - fixed EXTRA_DIST typo in alsactl/init subdirectory + * alsactl init - fixed EXTRA_DIST typo in alsactl/init subdirectory -commit 30744c02e7923fd91d8d1f94c36abe976e8b0a46 +commit 30744c0 Author: Jaroslav Kysela +Date: Mon Aug 18 16:57:18 2008 +0200 - alsactl: Allow card specification by device name (support for udev) + * alsactl: Allow card specification by device name (support for udev) -commit ef8bfcecda9b500f6e71465a396cc5e01a2671bf +commit ef8bfce Author: Jaroslav Kysela +Date: Mon Aug 18 16:47:33 2008 +0200 - alsactl - remove 'names' command, fix alsactl man page + * alsactl - remove 'names' command, fix alsactl man page -commit a227a9ad52c58c73b1b6cae59489265baec4cb96 +commit a227a9a Author: Jaroslav Kysela +Date: Mon Aug 18 16:27:45 2008 +0200 - alsactl init - add default command to help config and fix packaging + * alsactl init - add default command to help config and fix packaging -commit 9a748178d1c9e783242f0cc794ab3efb27092f34 +commit 9a74817 Author: Jaroslav Kysela +Date: Mon Aug 18 15:01:44 2008 +0200 - alsactl init - CTL{values}, CTL{enums} and default "guess method" initialization + * alsactl init - CTL{values}, CTL{enums} and default "guess method" + initialization -commit 0c02a4e3d23c7b5d03215f1bfaba9f70ed11e9b7 +commit 0c02a4e Author: Jaroslav Kysela +Date: Mon Aug 18 12:39:26 2008 +0200 - alsactl init - add ATTR{dBmin} and ATTR{dBmax} + * alsactl init - add ATTR{dBmin} and ATTR{dBmax} -commit 5dda875b85f4435d994ec4f684f5c998983c8698 +commit 5dda875 Author: Jaroslav Kysela +Date: Fri Aug 15 13:30:26 2008 +0200 - Release v1.0.18rc1 + * Release v1.0.18rc1 -commit 460ff35c3952eefbf8d89242d5019733344ca6a7 +commit 460ff35 Author: Jaroslav Kysela +Date: Thu Aug 14 17:51:46 2008 +0200 - alsactl init - fixed enumeration string setting, update Lenovo T61 config (dB) + * alsactl init - fixed enumeration string setting, update Lenovo T61 + config (dB) -commit e5b4241976f4c96c4c960b8f4bc7f7a55435f896 +commit e5b4241 Author: Jaroslav Kysela +Date: Thu Aug 14 17:48:48 2008 +0200 - alsactl init - modified configuration for Acer Travelmate 8100 + * alsactl init - modified configuration for Acer Travelmate 8100 -commit b8560a6bbbf4d5b2eea20eac52e953dcbe786868 +commit b8560a6 Author: Jaroslav Kysela +Date: Thu Aug 14 16:46:27 2008 +0200 - alsactl init - restore calls also init on failure + * alsactl init - restore calls also init on failure -commit ec73719ec6a7d4ccdd71c32de585217f31a99fb3 +commit ec73719 Author: Jaroslav Kysela +Date: Thu Aug 14 14:57:19 2008 +0200 - amixer - fixed TLV dBscale and added dBrange parsing + * amixer - fixed TLV dBscale and added dBrange parsing -commit e02535b1a82052c34b602e869597f59ae98ef984 +commit e02535b Author: Jaroslav Kysela +Date: Thu Aug 14 14:08:22 2008 +0200 - alsactl init - add dB and percentual CTL{value} parsing for integer values + * alsactl init - add dB and percentual CTL{value} parsing for integer + values -commit 11684b3c8baa6c94175ebc67f622a3994a720a12 +commit 11684b3 Author: Jaroslav Kysela +Date: Thu Aug 14 11:21:59 2008 +0200 - alsactl init - allow enum specification by name strings + * alsactl init - allow enum specification by name strings -commit 24fe765fa6aa07c9f48879a92ebdb941cc9d8612 +commit 24fe765 Author: Jaroslav Kysela +Date: Wed Aug 13 20:49:07 2008 +0200 - alsactl init configuration syntax changes + * alsactl init configuration syntax changes -commit 9957c66e46b05edd2ef5ce97d23a9c0f9bc927a3 +commit 9957c66 Author: Jaroslav Kysela +Date: Wed Aug 13 12:26:50 2008 +0200 - alsactl - install initialization files + * alsactl - install initialization files -commit 21bb9fb975728cc17fa7879795efee197d984d1e +commit 21bb9fb Author: Jaroslav Kysela +Date: Wed Aug 13 11:40:43 2008 +0200 - alsactl init - Fix Lenovo T61 configuraton + * alsactl init - Fix Lenovo T61 configuraton -commit f98a4e2990a89ab8cedfb3931ae21187684f081a +commit f98a4e2 Author: Pawel MOLL +Date: Fri Aug 1 11:23:58 2008 +0100 - iecset update for new consumer status channel bits + * iecset update for new consumer status channel bits -commit e1afe0036201b32fb30510ebb6d40e948d5c59fc +commit e1afe00 Author: Jaroslav Kysela +Date: Thu Jul 31 16:41:54 2008 +0200 - alsactl init: Changed support for Acer Travelmate 8100 (use subvendor and subdevice for matching) + * alsactl init: Changed support for Acer Travelmate 8100 (use + subvendor and subdevice for matching) -commit 7b3c488e4edaa722314d6527948a663e46867a0c +commit 7b3c488 Author: Jaroslav Kysela +Date: Thu Jul 31 16:40:06 2008 +0200 - alsactl init: added support for Lenovo T61 + * alsactl init: added support for Lenovo T61 -commit b402cf543aee5f6cd7561d964065a26f07459c8c +commit b402cf5 Author: Jaroslav Kysela +Date: Thu Jul 31 15:45:08 2008 +0200 - Initial 'alsactl init' implementation + * Initial 'alsactl init' implementation -commit d84146df878d5c3fcb8018a300b88ae5d4f2ab55 +commit d84146d Author: Jaroslav Kysela +Date: Mon Jul 14 10:57:53 2008 +0200 - Release v1.0.17 + * Release v1.0.17 -commit ed90e6af5533d7522b40edac2a81f25528e7a1f0 +commit ed90e6a Author: Jaroslav Kysela +Date: Mon Jun 16 09:40:43 2008 +0200 - Release v1.0.17rc2 + * Release v1.0.17rc2 -commit 07ca0dd40b798c48cd55e1921e7fc6c4be3985ce +commit 07ca0dd Author: Philippe De Muyter +Date: Fri Jun 6 12:25:22 2008 +0200 - alsaconf: use 'type -p', not which + * alsaconf: use 'type -p', not which -commit 8fc2c39dc81f1112a669ca1ad9985d9c0bc92d75 +commit 8fc2c39 Author: Clemens Ladisch +Date: Fri Jun 6 09:02:55 2008 +0200 - alsactl: simplify and fix item type detection + * alsactl: simplify and fix item type detection -commit 71f78e3f0c405b858857d4397e6bf3ec3beb8cda +commit 71f78e3 Author: Jaroslav Kysela +Date: Tue Jun 3 10:21:08 2008 +0200 - Release v1.0.17rc1 + * Release v1.0.17rc1 -commit 6ccfd7bd85321d41b3c68f685080fa619659e5be +commit 6ccfd7b Author: Jaroslav Kysela +Date: Tue Jun 3 10:14:56 2008 +0200 - hgcompile -> gitcompile + * hgcompile -> gitcompile -commit bfd1aa1b258fdbf6162e2c1be7b9f50d7d3d3f52 +commit bfd1aa1 Author: Jaroslav Kysela +Date: Tue May 20 13:32:28 2008 +0200 - renamed hgcompile to gitcompile + * renamed hgcompile to gitcompile -commit a36c678e47e30912d578360c6186b542844f0090 +commit a36c678 Author: Jaroslav Kysela +Date: Tue May 20 13:23:26 2008 +0200 - .hgignore -> .gitignore and removed .hgtags + * .hgignore -> .gitignore and removed .hgtags -commit 1b7f9278af0727e1e2a7431d041572f2a8e1cd5c +commit 1b7f927 Author: Giuliano Pochini +Date: Mon Apr 28 09:16:27 2008 +0200 - speaker-test.c - fix pink noise generator on big-endian archs + * speaker-test.c - fix pink noise generator on big-endian archs -commit 6372f4acc2c9c06332e29b36a5375d3c4ded36f5 +commit 6372f4a Author: Takashi Iwai +Date: Mon Apr 21 15:19:27 2008 +0200 - speaker-test.c - fix sine generator on big-endian archs + * speaker-test.c - fix sine generator on big-endian archs -commit 8802e85d41ab5fea1eb5bedf19a520373e483a67 +commit 8802e85 Author: Takashi Iwai +Date: Wed Apr 16 14:43:01 2008 +0200 - aplay - Fix a compile warning + * aplay - Fix a compile warning -commit 8e3e09dd0b17e507787ef9b8657d4f1609a52b1f +commit 8e3e09d Author: Takashi Iwai +Date: Wed Apr 16 14:39:41 2008 +0200 - Add check of ncurses*-config + * Add check of ncurses*-config -commit c58817e8af42e789c7b05a94a1a9c031ebaed989 +commit c58817e Author: Takashi Iwai +Date: Fri Mar 14 14:11:06 2008 +0100 - aplay - Add stereo VU-meter support + * aplay - Add stereo VU-meter support -commit 4bdb0adef1ab8f613c30597d5c16d3ade9719912 +commit 4bdb0ad Author: Pawel MOLL +Date: Thu Mar 6 17:34:21 2008 +0100 - Support for playing WAV files with "extensible format" header using aplay. + * Support for playing WAV files with "extensible format" header using + aplay. -commit 8e2046bed5a597ca2f96aa8edc43f8f2fac6f7b2 +commit 8e2046b Author: Clemens Ladisch +Date: Thu Feb 21 09:12:53 2008 +0100 - aseqdump: flush output + * aseqdump: flush output -commit 23f3e570ccf416530327a298bd54d59c4c5a500a +commit 23f3e57 Author: Clemens Ladisch +Date: Thu Feb 21 09:12:27 2008 +0100 - fix poll timeout + * fix poll timeout -commit 849725814580a8eb08236e9bef7bbd1203cc1a9e +commit 8497258 Author: Clemens Ladisch +Date: Thu Feb 21 09:11:58 2008 +0100 - aseqdump: increase verbosity + * aseqdump: increase verbosity -commit 8f017f1618a861bf2f04d9381257ffb786b25a68 +commit 8f017f1 Author: Takashi Iwai +Date: Mon Feb 11 14:22:51 2008 +0100 - Require alsa-lib 1.0.16 + * Require alsa-lib 1.0.16 -commit 6f438b9b9ad63bcfc16afc4c4be9cc71b897211e +commit 6f438b9 Author: Andrew Paprocki +Date: Wed Feb 6 14:05:07 2008 +0100 - aplay/arecord - Add support for IEEE float 32-bit WAV files + * aplay/arecord - Add support for IEEE float 32-bit WAV files -commit a86e94ec04e8b23b6ff45c8d12b9c844874cc629 +commit a86e94e Author: Jaroslav Kysela +Date: Tue Feb 5 10:08:11 2008 +0100 - Added tag v1.0.16 for changeset 16f32be6b8b9 + * Added tag v1.0.16 for changeset 16f32be6b8b9 -commit 81dbe6b2262bb5ec9cdd0d8203a1fae2abec8deb +commit 81dbe6b Author: Jaroslav Kysela +Date: Tue Feb 5 10:08:11 2008 +0100 - release 1.0.16 - Patch-level: Merged + * release 1.0.16 Patch-level: Merged -commit 318258f2945aff4ff3f243968b4cd709f012570c +commit 318258f Author: Takashi Iwai +Date: Tue Feb 5 08:11:02 2008 +0100 - iecset - Add -n option + * iecset - Add -n option -commit eedab6e3e3e299bad3b1d4e098800c0c0d8328c4 +commit eedab6e Author: Jaroslav Kysela +Date: Mon Jan 21 10:42:48 2008 +0100 - Added tag v1.0.16rc1 for changeset 8907a06eb707 + * Added tag v1.0.16rc1 for changeset 8907a06eb707 -commit 62a27ec90b7095a7d8362027daf0c5a787a58ae9 +commit 62a27ec Author: Jaroslav Kysela +Date: Mon Jan 21 10:42:48 2008 +0100 - release 1.0.16rc1 - Patch-level: Merged + * release 1.0.16rc1 Patch-level: Merged -commit 9abeb5843aa877e81d6cb46a84f30922a7985bf0 +commit 9abeb58 Author: Takashi Iwai +Date: Tue Jan 8 18:39:06 2008 +0100 - Remove xfer_align + * Remove xfer_align -commit 4cb74aed89f1fd05ef62ad8953f7bd07fc5fe3d6 +commit 4cb74ae Author: Takashi Iwai +Date: Tue Jan 8 18:38:32 2008 +0100 - Remove sleep_min from aplay + * Remove sleep_min from aplay -commit fb1c2d53a1764586988859cd636bd787d341e171 +commit fb1c2d5 Author: Clemens Ladisch +Date: Mon Jan 7 12:28:43 2008 +0100 - alsamixer: add 8-channel support + * alsamixer: add 8-channel support -commit b0828653c9e67650e49a9ac9854c6614b58183ba +commit b082865 Author: Takashi Iwai +Date: Mon Dec 17 11:49:00 2007 +0100 - alsactl: skip inactive controls + * alsactl: skip inactive controls -commit beecc1419e32edc5bbd3dfdec4e3e0f9cc23ef4d +commit beecc14 Author: Takashi Iwai +Date: Fri Dec 14 15:29:51 2007 +0100 - aplay - Reset non-blocking flag before snd_pcm_drain() + * aplay - Reset non-blocking flag before snd_pcm_drain() -commit 8d7759aa3242e43347d31ecedf93da9ac76ed4b1 +commit 8d7759a Author: Takashi Iwai +Date: Fri Nov 30 17:20:39 2007 +0100 - alsactl - Fix wrong restore + * alsactl - Fix wrong restore -commit 0629a38f6c4c59c296d29467db8ceec1ec9dbca0 +commit 0629a38 Author: Clemens Ladisch +Date: Fri Nov 30 08:14:04 2007 +0100 - iecset: fix card index check + * iecset: fix card index check -commit e5b2ab2a9fefc180c4d0e4b07b4809aff9fa33a9 +commit e5b2ab2 Author: Takashi Iwai +Date: Wed Nov 14 11:54:38 2007 +0100 - alsactl - Set -F option as default + * alsactl - Set -F option as default -commit 6f05fd4db2f78b2396c1131971e520599da920c1 +commit 6f05fd4 Author: Takashi Iwai +Date: Mon Nov 12 17:24:27 2007 +0100 - alsactl - fix double entry of comment.tlv + * alsactl - fix double entry of comment.tlv -commit 1e6f48662379db7e1022ba10a3ca191ed574c95e +commit 1e6f486 Author: Takashi Iwai +Date: Mon Nov 5 12:44:13 2007 +0100 - speaker-test - Put errors to stderr + * speaker-test - Put errors to stderr -commit 9dd3e2801c8f774421a0f386ef540b7ed75952ca +commit 9dd3e28 Author: Takashi Iwai +Date: Mon Nov 5 12:40:35 2007 +0100 - speaker-test - Fix number of periods to play + * speaker-test - Fix number of periods to play -commit 14f7981d59e03c9b4f218ef0be53a2a706af4102 +commit 14f7981 Author: Takashi Iwai +Date: Thu Oct 25 15:39:19 2007 +0200 - Add missing inclusion of assert.h + * Add missing inclusion of assert.h -commit c88c15a478badb2af8e08c8b30dad2fc0af0d142 +commit c88c15a Author: Takashi Iwai +Date: Wed Oct 24 13:53:14 2007 +0200 - alsactl - restore dB level + * alsactl - restore dB level -commit 030686a8471fcd78f588d7bc4fc8cd98201340eb +commit 030686a Author: Takashi Iwai +Date: Wed Oct 24 13:08:28 2007 +0200 - Make alsactl restore a bit more robust + * Make alsactl restore a bit more robust -commit c6eb66fdae1f0803d4744be54511eb780c863f7f +commit c6eb66f Author: Jaroslav Kysela +Date: Mon Oct 15 10:36:47 2007 +0200 - Added tag v1.0.15 for changeset 3b8e4ee4363e + * Added tag v1.0.15 for changeset 3b8e4ee4363e -commit 2781f2c9d1e672d6bb72edca9747605db939c09f +commit 2781f2c Author: Jaroslav Kysela +Date: Mon Oct 15 10:36:47 2007 +0200 - release 1.0.15 - Patch-level: Merged + * release 1.0.15 Patch-level: Merged -commit 48de580a7bd7a769f5b83194229c70ff9ecfe785 +commit 48de580 Author: Jaroslav Kysela +Date: Mon Oct 15 10:25:17 2007 +0200 - Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz + * Changed Jaroslav Kysela's e-mail from perex@suse.cz to + perex@perex.cz -commit 32c0c7bc5a90e7d5b67712b3e1ea23090525826a +commit 32c0c7b Author: Clemens Ladisch +Date: Mon Sep 17 09:44:29 2007 +0200 - arecordmidi: mention SMF type in man page + * arecordmidi: mention SMF type in man page -commit 30d3ace1a60cac0e3d3794d4f27a7978f77aa0ef +commit 30d3ace Author: Jaroslav Kysela +Date: Thu Aug 30 10:23:35 2007 +0200 - Added tag v1.0.15rc1 for changeset cd39f6c9aa57 + * Added tag v1.0.15rc1 for changeset cd39f6c9aa57 -commit 975abeea478544bf8661abf9f9930e41f2b750b1 +commit 975abee Author: Jaroslav Kysela +Date: Thu Aug 30 10:23:34 2007 +0200 - release 1.0.15rc1 - Patch-level: Merged + * release 1.0.15rc1 Patch-level: Merged -commit cbb2d555dfa8a4ee0921a1afff331727db4529a9 +commit cbb2d55 Author: Takashi Iwai +Date: Wed Aug 29 14:49:55 2007 +0200 - alsamixer - Handle capture enums separately + * alsamixer - Handle capture enums separately -commit f13bea104be6d657fa5917f1355fb7748ab92328 +commit f13bea1 Author: Takashi Iwai +Date: Wed Aug 15 15:38:01 2007 +0200 - alsactl - Remove debug print + * alsactl - Remove debug print -commit 7992d3aca0a38fe4181784f7ae313512fd0a1f43 +commit 7992d3a Author: Takashi Iwai +Date: Tue Aug 7 15:36:41 2007 +0200 - aplay - Include missing time.h for time() + * aplay - Include missing time.h for time() -commit 4b16370c01c2352eb00375e80d15897212045607 +commit 4b16370 Author: Takashi Iwai +Date: Tue Jul 31 17:29:45 2007 +0200 - amixer - Allow to pass enum item string for cset, too + * amixer - Allow to pass enum item string for cset, too -commit fea8dbf0209130259bb9a3248d16a995e96369d8 +commit fea8dbf Author: Takashi Iwai +Date: Tue Jul 24 15:19:34 2007 +0200 - Ignore errors with -s option + * Ignore errors with -s option -commit 483d8d65d9b121fe817712bc389a738accfc2f74 +commit 483d8d6 Author: Takashi Iwai +Date: Thu Jul 12 17:02:18 2007 +0200 - aplay - Fix VU meter + * aplay - Fix VU meter -commit 2fba9cd65e72e06c04a74665bde39249244e14d7 +commit 2fba9cd Author: Takashi Iwai +Date: Thu Jul 12 15:22:06 2007 +0200 - alsaconf - Don't produce hwcfg file for openSUSE 10.3 + * alsaconf - Don't produce hwcfg file for openSUSE 10.3 -commit ea04f2c888a1f47c1015b97d87dfa141a32a5b6f +commit ea04f2c Author: Takashi Iwai +Date: Thu Jul 12 15:20:52 2007 +0200 - aplay - Fix possible endless loop with SIGBART + * aplay - Fix possible endless loop with SIGBART -commit 8d0fb15b2bedb89693560098d8b6c4fa1c022c0c +commit 8d0fb15 Author: Jaroslav Kysela +Date: Wed Jul 11 10:12:24 2007 +0200 - amixer/alsamixer - updated go scripts for debugging + * amixer/alsamixer - updated go scripts for debugging -commit 50d240e688c7f2ee5cb8e010851b28c26473611a +commit 50d240e Author: Takashi Iwai +Date: Mon Jul 9 16:37:35 2007 +0200 - amixer - Fix selection of enum items + * amixer - Fix selection of enum items -commit c7d2be17d7be318ace734121a4f6efe61c214ca9 +commit c7d2be1 Author: Takashi Iwai +Date: Mon Jun 4 15:15:39 2007 +0200 - Remove unneeded -lasound + * Remove unneeded -lasound -commit 1a388d149ff9a3d3d27e1246e63c9aaf1c2e80b0 +commit 1a388d1 Author: Takashi Iwai +Date: Mon Jun 4 15:14:47 2007 +0200 - Add missing library dependency + * Add missing library dependency -commit 8a3947e16755be42e037eab8cc59889b69500b3f +commit 8a3947e Author: Jaroslav Kysela +Date: Thu May 31 08:55:27 2007 +0200 - Added tag v1.0.14 for changeset 0c395cb93191 + * Added tag v1.0.14 for changeset 0c395cb93191 -commit 46e9015d88ae327ccdbcefaa9bb602eb1006aa4d +commit 46e9015 Author: Jaroslav Kysela +Date: Thu May 31 08:55:26 2007 +0200 - release 1.0.14 - Patch-level: Merged + * release 1.0.14 Patch-level: Merged -commit 6d32e055d73edfe6be90135c500dcb32491cf04d +commit 6d32e05 Author: Takashi Iwai +Date: Wed May 23 12:06:49 2007 +0200 - alsactl - Display help for names command + * alsactl - Display help for names command -commit f5d76dde4ec8c3b6a5920f6ac383d22759c34615 +commit f5d76dd Author: Takashi Iwai +Date: Wed May 23 12:04:49 2007 +0200 - alsactl - More explicit open error message (#2) + * alsactl - More explicit open error message (#2) -commit 035cbc3f9bf6f2b97c45fa4566ee5589d6b7d2f4 +commit 035cbc3 Author: Takashi Iwai +Date: Wed May 23 12:03:29 2007 +0200 - alsactl - More explicit open error message + * alsactl - More explicit open error message -commit cdccd6585fe9c1edb51702957ca2d8080ceb0510 +commit cdccd65 Author: Takashi Iwai +Date: Wed May 23 12:02:14 2007 +0200 - alsactl - adjust spaces in help texts + * alsactl - adjust spaces in help texts -commit e3ccd2031b790886f36d4bbc29627a372a7a0d3d +commit e3ccd20 Author: Takashi Iwai +Date: Wed May 23 11:58:27 2007 +0200 - alsactl - Error message when failing to open the config file + * alsactl - Error message when failing to open the config file -commit 53eb911fb7a40f375c6dfd5cb1f2ba4ea9fd8abe +commit 53eb911 Author: Takashi Iwai +Date: Fri May 18 16:58:02 2007 +0200 - alsamixer - Fix duplicated appearance in All view mode + * alsamixer - Fix duplicated appearance in All view mode -commit d971197c3334d7fc081a06776f27612a816e900f +commit d971197 Author: Jaroslav Kysela +Date: Wed May 2 08:45:47 2007 +0200 - Added tag v1.0.14rc4 for changeset dee0ae0aef39 + * Added tag v1.0.14rc4 for changeset dee0ae0aef39 -commit f50d0b589703ecebc36327ed352be3718fd2727c +commit f50d0b5 Author: Jaroslav Kysela +Date: Wed May 2 08:45:47 2007 +0200 - release 1.0.14rc4 - Patch-level: Merged + * release 1.0.14rc4 Patch-level: Merged -commit 2d470cf9c1886c0361feb0bc332f29d623b8948f +commit 2d470cf Author: Clemens Ladisch +Date: Tue Apr 17 09:25:01 2007 +0200 - amidi: open devices non-blockingly + * amidi: open devices non-blockingly -commit 3f17db2ef5f76d45f2336e63cd1b1211bc5a4afb +commit 3f17db2 Author: Takashi Iwai +Date: Thu Apr 5 17:23:42 2007 +0200 - amixer - show iec958 status bits in contents command + * amixer - show iec958 status bits in contents command -commit bb3a24513feee0ebb2378321b86a65f5282d70f1 +commit bb3a245 Author: Jaroslav Kysela +Date: Mon Jan 15 14:47:35 2007 +0100 - Added tag v1.0.14rc2 for changeset fe0e2571e09c + * Added tag v1.0.14rc2 for changeset fe0e2571e09c -commit 0c84e7a9e05210cedf4be5c517c3a8e9694168db +commit 0c84e7a Author: Jaroslav Kysela +Date: Mon Jan 15 14:47:34 2007 +0100 - release 1.0.14rc2 - Patch-level: Merged + * release 1.0.14rc2 Patch-level: Merged -commit 83bf6c33ad2cb6e61adf5ab075dc4cfc654abc37 +commit 83bf6c3 Author: Takashi Iwai +Date: Mon Jan 8 11:46:12 2007 +0100 - Fix aconnect man page + * Fix aconnect man page -commit 7d87034cf235bc8ed1d269eaa6113c0479d121b7 +commit 7d87034 Author: Jaroslav Kysela +Date: Thu Dec 7 15:04:32 2006 +0100 - Added tag v1.0.14rc1 for changeset 37fec0da2399c7134da1cb907a8ca8fca049e911 + * Added tag v1.0.14rc1 for changeset + 37fec0da2399c7134da1cb907a8ca8fca049e911 -commit 329c9a2e7ea6f46f955be29601907ba583cdeb32 +commit 329c9a2 Author: Jaroslav Kysela +Date: Thu Dec 7 15:04:31 2006 +0100 - release 1.0.14rc1 - Patch-level: Merged + * release 1.0.14rc1 Patch-level: Merged -commit 4de3d5a273a4cc6b2ca59e97cbb17bbb5ef4d37a +commit 4de3d5a Author: Clemens Ladisch +Date: Mon Dec 4 18:01:23 2006 +0100 - aplaymidi: handle big SysEx commands + * aplaymidi: handle big SysEx commands -commit 815fc4bea040be1950684d6744ec0fe32d15e7b3 +commit 815fc4b Author: Jaroslav Kysela +Date: Thu Nov 30 13:45:08 2006 +0100 - aplay: namehint fix - use filter before printing device name + * aplay: namehint fix - use filter before printing device name -commit a6f9df06afbe7e5e15006b2dd36f8a83c736bd8b +commit a6f9df0 Author: Jaroslav Kysela +Date: Thu Nov 30 13:42:33 2006 +0100 - fix for recent namehint API (use get_hint function) + * fix for recent namehint API (use get_hint function) -commit d0d0e25c6ca9bbf28dbcc73348236c19113eb3b5 +commit d0d0e25 Author: James Courtier-Dutton +Date: Sun Nov 26 16:24:59 2006 +0000 - utils: Make default sample files be in /usr/share/sounds/alsa + * utils: Make default sample files be in /usr/share/sounds/alsa -commit a8e31a5589b04ecbb8081489b0c9947248e259e1 +commit a8e31a5 Author: Takashi Iwai +Date: Mon Nov 6 17:27:50 2006 +0100 - Fix argument for snd_device_name_hint(). + * Fix argument for snd_device_name_hint(). -commit fb219cacb646a784fefd8101c0870814be005f9c +commit fb219ca Author: James Courtier-Dutton +Date: Fri Oct 13 22:25:33 2006 +0100 - Implement Playback/Capture enum. + * Implement Playback/Capture enum. -commit ff26da1a3d6815ac549ab85b1b1660256d89298f +commit ff26da1 Author: Jaroslav Kysela +Date: Thu Oct 12 14:53:56 2006 +0200 - aplay/arecord: Remove -n commad (obsolete, undocumented) + * aplay/arecord: Remove -n commad (obsolete, undocumented) -commit eee0b78320c382ee23b133fda19dcb9f5520f9e1 +commit eee0b78 Author: Jaroslav Kysela +Date: Thu Oct 12 11:04:38 2006 +0200 - aplay/arecord -L command: process properly end-of-line characters + * aplay/arecord -L command: process properly end-of-line characters -commit 0b70f2e6062c8d852cf9465c532530ed8f8b24f5 +commit 0b70f2e Author: Jaroslav Kysela +Date: Wed Oct 11 13:36:37 2006 +0200 - aplay/arecord: filter direction for -L command + * aplay/arecord: filter direction for -L command -commit f6ed3aa3be196eda5c3470afd515882e9463ffd5 +commit f6ed3aa Author: Jaroslav Kysela +Date: Wed Oct 11 13:31:47 2006 +0200 - aplay/arecord - use snd_device_name_hint() for -L command + * aplay/arecord - use snd_device_name_hint() for -L command -commit f0d1e3cac6302cc81c8964196000f8448dfba85e +commit f0d1e3c Author: Jaroslav Kysela +Date: Wed Oct 4 10:33:36 2006 +0200 - alsaconf - rcalsasound script does not exists in some distros - See bug#1505 + * alsaconf - rcalsasound script does not exists in some distros See + bug#1505 -commit 6d59cea271b3e850e9df9af1b0536212d026dec9 +commit 6d59cea Author: Jaroslav Kysela +Date: Wed Oct 4 10:21:29 2006 +0200 - amixer - remove beep on errors in arguments - See bug#1247 + * amixer - remove beep on errors in arguments See bug#1247 -commit 8fa7c15229479808e67b088df6fe6b001dfe478e +commit 8fa7c15 Author: Jaroslav Kysela +Date: Wed Oct 4 10:14:24 2006 +0200 - alsactl - return error state, fail when no configuration is found + * alsactl - return error state, fail when no configuration is found See bug#843 -commit a70208290b8c0bd032b2550d70b52444cf2292d6 +commit a702082 Author: Jaroslav Kysela +Date: Wed Oct 4 09:47:41 2006 +0200 - amixer: sset - check if command is valid - See bug#532 + * amixer: sset - check if command is valid See bug#532 -commit a08925f7a84e23e6a6dcc19ba3a74c247d661d16 +commit a08925f Author: Jaroslav Kysela +Date: Wed Oct 4 09:34:02 2006 +0200 - alsamixer: cosmetic fix + * alsamixer: cosmetic fix -commit 96bb89f43a18d8cdf8c3a898e3415881f44d7d93 +commit 96bb89f Author: Jaroslav Kysela +Date: Sun Oct 1 15:21:06 2006 +0200 - alsa-utils.spec.in - additions - See bug#2139 for details + * alsa-utils.spec.in - additions See bug#2139 for details -commit affb999faf0c01170850f416379d167d92a1d83d +commit affb999 Author: Jaroslav Kysela +Date: Sun Oct 1 15:16:13 2006 +0200 - speaker-test: fix typos in manpage + * speaker-test: fix typos in manpage -commit db59693a9fb238cccb492096abff2982f8742a96 +commit db59693 Author: Jaroslav Kysela +Date: Sun Oct 1 15:11:10 2006 +0200 - alsaconf fix: cannot find the snd-powerpc module + * alsaconf fix: cannot find the snd-powerpc module -commit e32785dd5563649de96d3e4c7e9705e7af8c7493 +commit e32785d Author: Jaroslav Kysela +Date: Sun Oct 1 15:03:26 2006 +0200 - aplay: add fflush(stdout) for -vvv verbosity - See bug#2454 + * aplay: add fflush(stdout) for -vvv verbosity See bug#2454 -commit 6eab674b059534068daa4d007c28144437152946 +commit 6eab674 Author: Jaroslav Kysela +Date: Fri Sep 29 13:30:59 2006 +0200 - Added tag v1.0.13 for changeset 6504a92784b8d34861d2304c1afb3b689ad4e5d6 + * Added tag v1.0.13 for changeset + 6504a92784b8d34861d2304c1afb3b689ad4e5d6 -commit c5b206864fa82c3ec14d1b3d0aa27399e13ea39d +commit c5b2068 Author: Jaroslav Kysela +Date: Fri Sep 29 13:30:59 2006 +0200 - release 1.0.13 - Patch-level: Merged + * release 1.0.13 Patch-level: Merged -commit 0502722b52ee191e7669f0a192b3db35e02683f1 +commit 0502722 Author: Jaroslav Kysela +Date: Mon Sep 25 15:22:01 2006 +0200 - Added tag v1.0.13rc3 for changeset a956137bb3443bcf1e6b14fb8a2f167965206268 + * Added tag v1.0.13rc3 for changeset + a956137bb3443bcf1e6b14fb8a2f167965206268 -commit f11aa70a299c8f3b909d87ca0f2eeec30604cea3 +commit f11aa70 Author: Jaroslav Kysela +Date: Mon Sep 25 15:22:00 2006 +0200 - release 1.0.13rc3 - Patch-level: Merged + * release 1.0.13rc3 Patch-level: Merged -commit 1edfd1de20d74cf41a2e4f177ded8d50916844ad +commit 1edfd1d Author: Takashi Iwai +Date: Thu Sep 21 17:34:32 2006 +0200 - Initialize volumes using dB in alsaconf + * Initialize volumes using dB in alsaconf -commit e7985c05f7f9b0117762338b718539da34d88b03 +commit e7985c0 Author: Jaroslav Kysela +Date: Tue Sep 12 15:35:48 2006 +0200 - Added tag v1.0.13rc2 for changeset a505bb1568f9a523e1c66b7acdb006acd47a5a0a + * Added tag v1.0.13rc2 for changeset + a505bb1568f9a523e1c66b7acdb006acd47a5a0a -commit d3355bea091443f2354e2df756492a3a9b488fa8 +commit d3355be Author: Jaroslav Kysela +Date: Tue Sep 12 15:35:48 2006 +0200 - release 1.0.13rc2 - Patch-level: Merged + * release 1.0.13rc2 Patch-level: Merged -commit 66d0a2899f90283d8afa1ad55660f1250c927d60 +commit 66d0a28 Author: Jaroslav Kysela +Date: Thu Aug 31 10:06:20 2006 +0200 - Added tag v1.0.13rc1 for changeset 071f769c3a9a62d76c52b8167655ae6e1c76dd8a + * Added tag v1.0.13rc1 for changeset + 071f769c3a9a62d76c52b8167655ae6e1c76dd8a -commit 66961306508d945a923491fe605822b0a4301455 +commit 6696130 Author: Jaroslav Kysela +Date: Thu Aug 31 10:06:19 2006 +0200 - release 1.0.13rc1 - Patch-level: Merged + * release 1.0.13rc1 Patch-level: Merged -commit cd22065cced2b58dd88008cedfdfd958a4a2676d +commit cd22065 Author: Takashi Iwai +Date: Mon Aug 28 21:21:30 2006 +0200 - Fix setup for SLES10/SLED10 + * Fix setup for SLES10/SLED10 -commit b4897f7856e55d820d32ab0ba9d207910e232fba +commit b4897f7 Author: Takashi Iwai +Date: Mon Aug 28 13:28:46 2006 +0200 - Add linear-volume handling in amixer + * Add linear-volume handling in amixer -commit cb9cb724665cfe664f1de2d06f3e019c2b65ace9 +commit cb9cb72 Author: Takashi Iwai +Date: Fri Aug 25 12:39:34 2006 +0200 - Show the mute dB state correctly + * Show the mute dB state correctly -commit ae9ddeb63443cc2c46e0f0b915466cca0f800372 +commit ae9ddeb Author: Takashi Iwai +Date: Fri Aug 25 12:00:14 2006 +0200 - Add handling of dB to amixer + * Add handling of dB to amixer -commit 0413ca230f1d6e82d148437c5dd792ddcf6e9b15 +commit 0413ca2 Author: Takashi Iwai +Date: Fri Aug 25 11:48:10 2006 +0200 - Restore user-defined TLV + * Restore user-defined TLV -commit 6f3280b3b1c4b9742d3ea7082c3cba60f775250d +commit 6f3280b Author: Jaroslav Kysela +Date: Tue Aug 22 14:40:48 2006 +0200 - Added tag v1.0.12 for changeset 362d0078aa00ef99b43b183fa1476ee6b13e070e + * Added tag v1.0.12 for changeset + 362d0078aa00ef99b43b183fa1476ee6b13e070e -commit 24a7472b52a835508d710fe5f5f839573b6e8875 +commit 24a7472 Author: Jaroslav Kysela +Date: Tue Aug 22 14:40:47 2006 +0200 - release 1.0.12 - Patch-level: Merged + * release 1.0.12 Patch-level: Merged -commit 147cb89ef6f06aeaa208fc748ec7590df8c576b3 +commit 147cb89 Author: Jaroslav Kysela +Date: Fri Aug 4 14:28:17 2006 +0200 - Added tag v1.0.12rc2 for changeset 124e160dc248423e03f005affe943f3e78caa8d9 + * Added tag v1.0.12rc2 for changeset + 124e160dc248423e03f005affe943f3e78caa8d9 -commit 4fa5e3b8e7a5d87e3252021fd4d6edbe976e17c2 +commit 4fa5e3b Author: Jaroslav Kysela +Date: Fri Aug 4 14:28:17 2006 +0200 - release 1.0.12rc2 - Patch-level: Merged + * release 1.0.12rc2 Patch-level: Merged -commit e45f2f4bf5b2df04cb800bbd40db489fbf37ccb3 +commit e45f2f4 Author: Takashi Iwai +Date: Thu Aug 3 17:33:32 2006 +0200 - Don't call close() for the same fd twice in arecord + * Don't call close() for the same fd twice in arecord -commit 3de280c6f4cca9ce7e311cff008a49d9612f40ef +commit 3de280c Author: Takashi Iwai +Date: Thu Aug 3 17:29:51 2006 +0200 - Use the right word in message of areacord + * Use the right word in message of areacord -commit 2759c90a67ae991d58c7104265983bc125d8c69f +commit 2759c90 Author: Takashi Iwai +Date: Thu Aug 3 17:27:35 2006 +0200 - Fix segfault in aplay when snd_pcm_name() == NULL + * Fix segfault in aplay when snd_pcm_name() == NULL -commit e45ba7e6440b631f91ea0e9f2b794869b5015d94 +commit e45ba7e Author: Jaroslav Kysela +Date: Thu Jul 27 11:02:00 2006 +0200 - amixer - show dB values for simple mixer interface (which is default) + * amixer - show dB values for simple mixer interface (which is + default) -commit dedc292efac9e36995f169263525ee4755bd4a0b +commit dedc292 Author: Takashi Iwai +Date: Thu Jul 6 19:26:31 2006 +0200 - Fix print_dB() with a minus value + * Fix print_dB() with a minus value -commit 33319eb4eda291300e8b9c5fbe6fdd676465edfc +commit 33319eb Author: Jaroslav Kysela +Date: Wed Jul 5 17:46:10 2006 +0200 - amixer - added basic TLV support (read only) for 'amixer controls' + * amixer - added basic TLV support (read only) for 'amixer controls' -commit 7bae1b0a5b330c0cc96744aba8fc272827b0e027 +commit 7bae1b0 Author: Clemens Ladisch +Date: Tue Jun 27 08:19:15 2006 +0200 - amidi: fix --list-devices + * amidi: fix --list-devices -commit 6764ddbd5355b3e923a7c4b968c3960a2ca57e44 +commit 6764ddb Author: Takashi Iwai +Date: Fri Jun 23 14:53:38 2006 +0200 - amidi: Fix device list + * amidi: Fix device list -commit 8a852de04b3a94182c90385f63a63007b2206779 +commit 8a852de Author: Jaroslav Kysela +Date: Wed Jun 21 15:50:44 2006 +0200 - Added tag v1.0.12rc1 for changeset 849c4951f99f14b8318025901bc76c23c73ce7b0 + * Added tag v1.0.12rc1 for changeset + 849c4951f99f14b8318025901bc76c23c73ce7b0 -commit ee6b105f4e363dea82366b985c862e9559daad3c +commit ee6b105 Author: Jaroslav Kysela +Date: Wed Jun 21 15:50:44 2006 +0200 - release 1.0.12rc1 - Patch-level: Merged + * release 1.0.12rc1 Patch-level: Merged -commit ca5cc4b98425e120706847cd8a3e2659b3722b68 +commit ca5cc4b Author: Takashi Iwai +Date: Thu May 18 12:33:35 2006 +0200 - Fix misc bugs in arecord + * Fix misc bugs in arecord -commit 56190f977b95582172da80db938e5daa048e1914 +commit 56190f9 Author: Takashi Iwai +Date: Wed May 17 14:59:29 2006 +0200 - Fix endless loop of recording in arecord + * Fix endless loop of recording in arecord -commit 7af6e01ace4486ec929c55425fa5525d22bc2cbd +commit 7af6e01 Author: Takashi Iwai +Date: Fri May 12 18:07:07 2006 +0200 - Fix the default buffer size calculation in speaker-test + * Fix the default buffer size calculation in speaker-test -commit 10e3f81ef780ded422b984ef76ab174a3395e57e +commit 10e3f81 Author: Takashi Iwai +Date: Fri May 12 15:34:22 2006 +0200 - Add hgcompile script and fix INSTALL document + * Add hgcompile script and fix INSTALL document -commit 58bab1a4a79481baa97f1de3042e5c9417136ffa +commit 58bab1a Author: Takashi Iwai +Date: Wed May 10 17:26:53 2006 +0200 - Fix a compile warning in aplay.c + * Fix a compile warning in aplay.c -commit 3a7f46c00f94bee3f236ca61c2906d7e9d1717c3 +commit 3a7f46c Author: Clemens Ladisch +Date: Tue May 2 15:43:07 2006 +0200 - aplaymidi: list only MIDI-capable ports + * aplaymidi: list only MIDI-capable ports -commit f92e100b56bd2fff683315ff4d319ce379665069 +commit f92e100 Author: Takashi Iwai +Date: Wed Apr 26 16:14:51 2006 +0200 - Allow aplay/arecord to handle up to 2GB for WAV + * Allow aplay/arecord to handle up to 2GB for WAV -commit 9104d67f40c3fda4600540db6840032f75aba038 +commit 9104d67 Author: Takashi Iwai +Date: Wed Apr 26 16:11:57 2006 +0200 - Fix arecord to quit properly at max file size + * Fix arecord to quit properly at max file size -commit 6d031b7564da3eb35a1321bf3eea9042f520f886 +commit 6d031b7 Author: Jaroslav Kysela +Date: Wed Apr 19 12:29:49 2006 +0200 - Added tag v1.0.11 for changeset 42059028317105d2db368e111cd3e797d1479648 + * Added tag v1.0.11 for changeset + 42059028317105d2db368e111cd3e797d1479648 -commit afecb426cd89a11cbbc72e92be9125a967598dc3 +commit afecb42 Author: Jaroslav Kysela +Date: Wed Apr 19 12:29:49 2006 +0200 - release 1.0.11 - Patch-level: Merged + * release 1.0.11 Patch-level: Merged -commit a1b60b133515e8ca8ca65f87c305015a39e3e4cc +commit a1b60b1 Author: Takashi Iwai +Date: Tue Apr 18 15:52:12 2006 +0200 - Update ja.po file + * Update ja.po file -commit 2516c6c43ea429126e6aa5ca40225b1ad384a446 +commit 2516c6c Author: Takashi Iwai +Date: Tue Apr 18 15:14:43 2006 +0200 - Don't show invalid plug example in the error message of aplay + * Don't show invalid plug example in the error message of aplay -commit 68f4d7736d20bf6d99b44b44546a5e9bfccf82f0 +commit 68f4d77 Author: Jaroslav Kysela +Date: Tue Apr 11 15:59:06 2006 +0200 - Added tag v1.0.11rc5 for changeset 3978056e38c0fa4b2f81bb794252637411e74c98 + * Added tag v1.0.11rc5 for changeset + 3978056e38c0fa4b2f81bb794252637411e74c98 -commit 4fc26560d19a6564697beba3c08c4dbdd6a5cefc +commit 4fc2656 Author: Jaroslav Kysela +Date: Tue Apr 11 15:59:06 2006 +0200 - release 1.0.11rc5 - Patch-level: Merged + * release 1.0.11rc5 Patch-level: Merged -commit 4aef946f784cf4800d342f419857af541aecd304 +commit 4aef946 Author: Jaroslav Kysela +Date: Mon Apr 10 14:53:20 2006 +0200 - Added tags since ALSA version 1.0.3 + * Added tags since ALSA version 1.0.3 -commit 6d1673526b0f3c54c0e7149951a03b4b80d1b416 +commit 6d16735 Author: Takashi Iwai +Date: Thu Apr 6 19:19:07 2006 +0200 - Avoid unnecessary drain/restart in speaker-test + * Avoid unnecessary drain/restart in speaker-test -commit 47e7f18c77d0279ef005782a3ffef39206914e3c +commit 47e7f18 Author: Takashi Iwai +Date: Thu Apr 6 19:17:56 2006 +0200 - Add .hgignore + * Add .hgignore -commit fa11ff75179d3d7a8c5e9db27234ad1f5105858b +commit fa11ff7 Author: Takashi Iwai +Date: Thu Apr 6 19:17:35 2006 +0200 - Add exec permission to cvscompile + * Add exec permission to cvscompile -commit 9b1a2566a1e9aa94778185a3fe6287030570844e +commit 9b1a256 Author: Takashi Iwai +Date: Wed Mar 29 17:06:44 2006 +0000 - Remove loops after errors + * Remove loops after errors -commit a948ec42047390fc3f2ab9f67a2499b5b2ced189 +commit a948ec4 Author: Takashi Iwai +Date: Mon Mar 27 11:24:09 2006 +0000 - Fix a typo in speaker-test help text + * Fix a typo in speaker-test help text -commit 35544911e838e3b7937f7af62957d6ded86d9630 +commit 3554491 Author: Takashi Iwai +Date: Fri Mar 24 16:36:31 2006 +0000 - Fix missing commas + * Fix missing commas -commit 925bf361fb790bd7a6cacaabe99dbb538ef8ba8b +commit 925bf36 Author: Takashi Iwai +Date: Fri Mar 24 14:48:00 2006 +0000 - Updated ja.po translations + * Updated ja.po translations -commit 5e1a68b7b772a8a5d3ebd686fcd159e2848e6514 +commit 5e1a68b Author: Takashi Iwai +Date: Fri Mar 24 14:46:52 2006 +0000 - Improve buffer/period set up in speaker-test + * Improve buffer/period set up in speaker-test -commit 400cc1b890b96e194f13a28647ba3f9b8bd452e6 +commit 400cc1b Author: Jaroslav Kysela +Date: Wed Mar 22 10:47:58 2006 +0000 - release 1.0.11rc4 - Patch-level: Merged + * release 1.0.11rc4 Patch-level: Merged -commit c7e2c700b90993b324bc707215b5ed1a11934b5d +commit c7e2c70 Author: Takashi Iwai +Date: Tue Mar 21 17:05:19 2006 +0000 - Change autoconf requirement to 2.59 + * Change autoconf requirement to 2.59 -commit 19609d86eb648cacbf0e051181e9c7581689ac25 +commit 19609d8 Author: Takashi Iwai +Date: Tue Mar 21 16:52:15 2006 +0000 - Fix PCI class and name extraction in alsaconf + * Fix PCI class and name extraction in alsaconf -commit 8e821d4fee230938bc6ed448b665eee4cc931eeb +commit 8e821d4 Author: Takashi Iwai +Date: Tue Mar 21 11:14:54 2006 +0000 - Add missing comma + * Add missing comma -commit 21d5bed81f9942bae8ef5bfa3cc0ab3873a3e9c6 +commit 21d5bed Author: Takashi Iwai +Date: Mon Mar 13 19:40:25 2006 +0000 - Minor clean up of bashism + * Minor clean up of bashism -commit 52aeaa557f66a8a0519077790711ef21f39a95dc +commit 52aeaa5 Author: Takashi Iwai +Date: Mon Mar 13 19:39:17 2006 +0000 - Remove obsolete power command from alsactl + * Remove obsolete power command from alsactl -commit 2304da6822bfbe3ad413371bd8662aa52019c9a9 +commit 2304da6 Author: Takashi Iwai +Date: Mon Mar 13 19:38:36 2006 +0000 - Fix a typo in manpage + * Fix a typo in manpage -commit 69c5beb106c26b599a888360132673d4f188c6fc +commit 69c5beb Author: Takashi Iwai +Date: Mon Mar 6 19:42:23 2006 +0000 - Add --nloops option and fix manpage + * Add --nloops option and fix manpage -commit 8e6170206dadd3117eed47506f7d30ce497b5363 +commit 8e61702 Author: Takashi Iwai +Date: Thu Mar 2 11:41:58 2006 +0000 - Tentative fix for speaker-test WAV with 5 or more channels + * Tentative fix for speaker-test WAV with 5 or more channels -commit 61fc39fe63135e446996b8420363563e8fb97171 +commit 61fc39f Author: Jaroslav Kysela +Date: Mon Jan 2 08:02:26 2006 +0000 - release 1.0.11rc2 - Patch-level: Merged + * release 1.0.11rc2 Patch-level: Merged -commit 2975ef9e756cc1b0a32ba1cf45b228a6e31339d8 +commit 2975ef9 Author: James Courtier-Dutton +Date: Thu Dec 22 13:35:42 2005 +0000 - speaker-test: Fix version reporting. + * speaker-test: Fix version reporting. -commit 9fb30e388fc3f7f7d7c52e187600654da46e8928 +commit 9fb30e3 Author: Takashi Iwai +Date: Fri Dec 16 18:44:14 2005 +0000 - Fix compile warnings + * Fix compile warnings -commit 6106ed87205edfa7a571ed86a1d836ec4e64df7f +commit 6106ed8 Author: Takashi Iwai +Date: Wed Dec 14 15:34:21 2005 +0000 - Use amixer -s option + * Use amixer -s option -commit 35c0bd63ece8d6a19b19e677cc53c20f942bf6ff +commit 35c0bd6 Author: Takashi Iwai +Date: Wed Dec 14 15:11:42 2005 +0000 - Fix compile on big-endian arch + * Fix compile on big-endian arch -commit fbf158cf499f92b57877aa086cac82f3beb79832 +commit fbf158c Author: Jaroslav Kysela +Date: Tue Dec 13 07:52:51 2005 +0000 - release 1.0.11rc1 - Patch-level: Merged + * release 1.0.11rc1 Patch-level: Merged -commit 5f9f0e817c0d52fc5a378da9856bb8314fec7485 +commit 5f9f0e8 Author: Takashi Iwai +Date: Tue Dec 6 11:25:47 2005 +0000 - split interleaved files in arecord when reaching 2GB - From: Dirk Jagdmann + * split interleaved files in arecord when reaching 2GB From: Dirk + Jagdmann -commit 504131b5828f57c07e808cfb6b450fa1226beed9 +commit 504131b Author: Takashi Iwai +Date: Tue Dec 6 11:23:00 2005 +0000 - alternative peak meter for aplay - From: Dirk Jagdmann + * alternative peak meter for aplay From: Dirk Jagdmann -commit 0195ba441aa7a44063c287403f679735bf3ac4e2 +commit 0195ba4 Author: Takashi Iwai +Date: Fri Dec 2 11:45:25 2005 +0000 - Fix a text in alsa-utils + * Fix a text in alsa-utils -commit 9669fc816fae4526ead4c061d1384c3b3aa915a5 +commit 9669fc8 Author: Takashi Iwai +Date: Thu Dec 1 11:33:06 2005 +0000 - Update the po entries + * Update the po entries -commit 21b94bc27644f2add3677fb15d2f4c9e72d76f74 +commit 21b94bc Author: Takashi Iwai +Date: Thu Dec 1 11:32:28 2005 +0000 - amixer - Add -s option + * amixer - Add -s option -commit 9fe49dd30f9d821ecc304a75ab4f293e1e0812c5 +commit 9fe49dd Author: Takashi Iwai +Date: Thu Dec 1 11:31:26 2005 +0000 - speaker-test - Fix missing i18n + * speaker-test - Fix missing i18n -commit 9da694ef02aefef3f0e03ce7b66410bed55a57bf +commit 9da694e Author: Takashi Iwai +Date: Wed Nov 30 17:09:17 2005 +0000 - Add WAV file playback support to speaker-test + * Add WAV file playback support to speaker-test -commit b69100fb0a0ecaf4646ea82e23f9ea7aa8612689 +commit b69100f Author: James Courtier-Dutton +Date: Sat Nov 19 13:31:21 2005 +0000 - Make speaker-test compatible with dmix by default. + * Make speaker-test compatible with dmix by default. -commit 3c50a3aa6f7b1356c47282aa0cd420272add0423 +commit 3c50a3a Author: Jaroslav Kysela +Date: Tue Nov 15 13:44:51 2005 +0000 - release 1.0.10 - Patch-level: Merged + * release 1.0.10 Patch-level: Merged -commit 9a335c46133a2a55efce48f4e5926a5c5b5e046a +commit 9a335c4 Author: Jaroslav Kysela +Date: Mon Nov 14 10:11:50 2005 +0000 - aplay/arecord - show the default settings - See bug#534 for more details. + * aplay/arecord - show the default settings See bug#534 for more + details. -commit 9dc666526f6e2ddab539763cdd304ff254f67d47 +commit 9dc6665 Author: Takashi Iwai +Date: Tue Nov 8 16:43:36 2005 +0000 - Disable NLS support when --disable-nls is passed + * Disable NLS support when --disable-nls is passed -commit d9e433ad3e96ce31280416174f6ab8d0dfb30a03 +commit d9e433a Author: Takashi Iwai +Date: Tue Nov 8 16:42:22 2005 +0000 - Add largefile support + * Add largefile support -commit bb86a9d551400cf558a44e3c03ae55c6e7632d57 +commit bb86a9d Author: Martin Habets +Date: Mon Nov 7 14:57:07 2005 +0000 - Add Sparc support in alsaconf + * Add Sparc support in alsaconf -commit c792328e682df045d7de474697c695d58baf5480 +commit c792328 Author: Jaroslav Kysela +Date: Fri Nov 4 10:19:18 2005 +0000 - release 1.0.10rc3 - Patch-level: Merged + * release 1.0.10rc3 Patch-level: Merged -commit 9d1ad2effdb463a5886bba5a80cc1d551278b63d +commit 9d1ad2e Author: Takashi Iwai +Date: Mon Oct 31 14:44:03 2005 +0000 - Fix compile with --disable-nls + * Fix compile with --disable-nls -commit 9fbb2b59f54f8ec26d5e35f0eb1c36474211ad3b +commit 9fbb2b5 Author: Takashi Iwai +Date: Tue Oct 18 15:22:25 2005 +0000 - Use strtol() instead of atoi() + * Use strtol() instead of atoi() -commit d96b4592c5e5e992f49f033843cd5aae194bbb34 +commit d96b459 Author: Takashi Iwai +Date: Mon Oct 10 12:52:55 2005 +0000 - Update po file + * Update po file -commit 71dd656ef1eb3807d4130f950bf682677c18e82b +commit 71dd656 Author: Takashi Iwai +Date: Mon Oct 10 12:52:28 2005 +0000 - Fix VU meter for S24_3 and big-endian - From: Martin Habets + * Fix VU meter for S24_3 and big-endian From: Martin Habets + -commit b8920a79c3d9df017d8a8a846b806cdf23a1edcb +commit b8920a7 Author: Jaroslav Kysela +Date: Mon Oct 10 12:50:30 2005 +0000 - release 1.0.10rc2 - Patch-level: Merged + * release 1.0.10rc2 Patch-level: Merged -commit 0733a8912be24744a5c0bbf87c1150fec1d2d69a +commit 0733a89 Author: James Courtier-Dutton +Date: Sun Oct 9 22:43:21 2005 +0000 - speaker-test: Add support for testing FLOAT_LE format. + * speaker-test: Add support for testing FLOAT_LE format. -commit 2963b6e75b845b6d1e13df2a2fa180dba9751cc6 +commit 2963b6e Author: Sasha Khapyorsky +Date: Thu Sep 29 10:50:37 2005 +0000 - Extend 'alsactl names' to show modem devices + * Extend 'alsactl names' to show modem devices -commit 414b308e8ceb6ce69af700d4c609173ecb239c04 +commit 414b308 Author: Jaroslav Kysela +Date: Thu Sep 22 12:47:02 2005 +0000 - Fix for more better error fault handling for sset toggle + * Fix for more better error fault handling for sset toggle -commit 7876ddd70e8da87bf5195e1ec7c58b1a57daa8e8 +commit 7876ddd Author: Jaroslav Kysela +Date: Thu Sep 22 12:39:26 2005 +0000 - Added more better error fault handling for sset toggle + * Added more better error fault handling for sset toggle -commit 72a72ad7fef2c6504e41ddea2a9b176cb1994c98 +commit 72a72ad Author: Takashi Iwai +Date: Wed Sep 14 20:07:37 2005 +0000 - Fix hwcfg file name by alsaconf + * Fix hwcfg file name by alsaconf -commit bd7a1e98479330b74ca7ed8d919c45fc9374e83b +commit bd7a1e9 Author: James Courtier-Dutton +Date: Sat Sep 10 13:56:57 2005 +0000 - Implement dB gain level display. + * Implement dB gain level display. -commit 0c4dfcaa97ff8db5265569afc6a80fbde29d51e8 +commit 0c4dfca Author: Takashi Iwai +Date: Wed Sep 7 13:42:18 2005 +0000 - Use strsignal() + * Use strsignal() -commit 87ffccedfd85687dae1a1635553949f3870bdb09 +commit 87ffcce Author: Takashi Iwai +Date: Fri Sep 2 17:36:40 2005 +0000 - Fix / clean up man pages + * Fix / clean up man pages -commit 9997c99fafa2ba653f441b01ac866f76b3915951 +commit 9997c99 Author: Jaroslav Kysela +Date: Wed Aug 24 14:07:35 2005 +0000 - aplay - remove EINTR handling (a job for alsa-lib) + * aplay - remove EINTR handling (a job for alsa-lib) -commit 7fb39a9cd5b0a6a805209d35bc08506056aefa92 +commit 7fb39a9 Author: Jaroslav Kysela +Date: Tue Aug 23 12:54:26 2005 +0000 - aplay - added -EINTR error code handling for read/write operations + * aplay - added -EINTR error code handling for read/write operations -commit 37325763a53a9a3629f12385435b35a02490bfc7 +commit 3732576 Author: Takashi Iwai +Date: Tue Aug 23 12:09:30 2005 +0000 - Allow separate build and source trees - From: Bernard Leak + * Allow separate build and source trees From: Bernard Leak + -commit d3267473a36b3292865362fe27f3fc4048738566 +commit d326747 Author: Takashi Iwai +Date: Fri Aug 19 17:26:07 2005 +0000 - Add missing header files + * Add missing header files -commit b166248a765dd5cdd6ee40258ec9512b30343be4 +commit b166248 Author: Takashi Iwai +Date: Fri Aug 19 13:07:45 2005 +0000 - Fix autoreconf + * Fix autoreconf -commit 28e748c694861fda8de6c2ca5b29ae12f8982e7a +commit 28e748c Author: Takashi Iwai +Date: Fri Aug 19 12:44:54 2005 +0000 - Fix compilation + * Fix compilation -commit 9cbb9ba89384060617a08d7998ab1eb6a7bacd6d +commit 9cbb9ba Author: Takashi Iwai +Date: Fri Aug 19 12:43:59 2005 +0000 - Create m4 directory + * Create m4 directory -commit 3f7d324d0bf15609004eb3441da6ca030f1bbe5c +commit 3f7d324 Author: Jaroslav Kysela +Date: Fri Aug 19 11:45:05 2005 +0000 - release 1.0.10rc1 - Patch-level: Merged + * release 1.0.10rc1 Patch-level: Merged -commit d4ed3220eb3b92e9d2d21b0ee2eef1dae2f65524 +commit d4ed322 Author: Jaroslav Kysela +Date: Fri Aug 19 11:36:43 2005 +0000 - more cvscompile cleanups (m4/Makefile.am) + * more cvscompile cleanups (m4/Makefile.am) -commit 3d8360265fede738381a31e266dc0a2c04362f71 +commit 3d83602 Author: Jaroslav Kysela +Date: Fri Aug 19 11:30:25 2005 +0000 - handle better the getexize dependency + * handle better the getexize dependency -commit a14604e69c735c09bd58c1fac2d71c6557ef12c6 +commit a14604e Author: Jaroslav Kysela +Date: Fri Aug 19 10:54:46 2005 +0000 - Removed debug print for awk + * Removed debug print for awk -commit 83b58028a66e9879ee7f35094bf623d644fbe73b +commit 83b5802 Author: Clemens Ladisch +Date: Fri Aug 19 07:54:52 2005 +0000 - fix handling of po/Makefile.in + * fix handling of po/Makefile.in -commit 895352ba315962bfe31dcd5c1828c34d4fdee655 +commit 895352b Author: Clemens Ladisch +Date: Fri Aug 19 07:47:00 2005 +0000 - fix installation instructions + * fix installation instructions -commit 759a83c781c3f5a7aa4bb63594f4af8e8f0b1657 +commit 759a83c Author: Takashi Iwai +Date: Wed Aug 17 17:15:05 2005 +0000 - Removed unneeded files for CVS + * Removed unneeded files for CVS -commit 6304ad4634b20715168f21e60f7aa3d3a02a31e0 +commit 6304ad4 Author: James Courtier-Dutton +Date: Sat Aug 13 16:53:39 2005 +0000 - Correct buffer size choosing. + * Correct buffer size choosing. -commit 8a2ce1908dac80b85763d6b5ab2920b21c807d16 +commit 8a2ce19 Author: James Courtier-Dutton +Date: Sat Aug 13 16:27:59 2005 +0000 - update build tools. + * update build tools. -commit d112b21c86f3df21647e5d1a57d86ed02e42a848 +commit d112b21 Author: Jaroslav Kysela +Date: Sat Aug 13 13:09:21 2005 +0000 - alsaconf - add support for PnP BIOS devices - This patch adds the support for PnP BIOS devices. + * alsaconf - add support for PnP BIOS devices This patch adds the + support for PnP BIOS devices. -commit 18a09d56cd8f74603669b51253f624e896879c86 +commit 18a09d5 Author: Jaroslav Kysela +Date: Tue Aug 9 12:24:53 2005 +0000 - added -R,--resources option and improved resource checking using sysfs + * added -R,--resources option and improved resource checking using + sysfs -commit 62a2c263b932d2b81f8a4643eff33d288703d821 +commit 62a2c26 Author: Takashi Iwai +Date: Thu Aug 4 15:59:17 2005 +0000 - Support hwcfg-* set up + * Support hwcfg-* set up -commit 439ac7ba9ee0efe53ca930120a924bc31d449acb +commit 439ac7b Author: Jaroslav Kysela +Date: Tue Aug 2 20:06:47 2005 +0000 - fixed detection of ISAPnP cards using 2.6 sysfs + * fixed detection of ISAPnP cards using 2.6 sysfs -commit e6cbac57f650a7e27948db137908092b67d70890 +commit e6cbac5 Author: Clemens Ladisch +Date: Mon Jul 25 15:20:07 2005 +0000 - aseqdump - remove fishy comment + * aseqdump - remove fishy comment -commit f6abfcd2f333e1ef7251ec4c81e2e30a41d019eb +commit f6abfcd Author: Takashi Iwai +Date: Tue Jun 28 13:28:23 2005 +0000 - Add gettextize + * Add gettextize -commit a65cc484f15ed2c273cb31f39aeef34b08c93962 +commit a65cc48 Author: Takashi Iwai +Date: Tue Jun 28 12:58:45 2005 +0000 - Fix msgfmt errors + * Fix msgfmt errors -commit 39ff48b437fff820b1866b24e081b740d8028b92 +commit 39ff48b Author: Takashi Iwai +Date: Thu Jun 23 10:39:16 2005 +0000 - Output help messages to stdout + * Output help messages to stdout -commit 6343f3520249583e78ca75f28e1d20efa9c48aa5 +commit 6343f35 Author: Takashi Iwai +Date: Thu Jun 23 10:38:06 2005 +0000 - i18nize some programs + * i18nize some programs -commit fefe0aafafaf58b75e9c3130231a6146e779b6a0 +commit fefe0aa Author: Jaroslav Kysela +Date: Thu Jun 16 11:53:49 2005 +0000 - initial debug script + * initial debug script -commit dd97818e6ea78566169d8c0fba0cb2cd4c9b18cb +commit dd97818 Author: Jaroslav Kysela +Date: Thu Jun 16 11:53:20 2005 +0000 - Added support for abstraction selection - - (basic abst might be the default someday) + * Added support for abstraction selection - (basic abst might be the + default someday) -commit 210e94641040848c3d9b89a3f31df4dc1ff37cd3 +commit 210e946 Author: Takashi Iwai +Date: Wed Jun 15 14:55:37 2005 +0000 - Add enum control support to sget/sset + * Add enum control support to sget/sset -commit 74dca8fd02034075e561e86a480dadbe35d554da +commit 74dca8f Author: Takashi Iwai +Date: Wed Jun 15 12:53:30 2005 +0000 - Fix a wrong display in the last patch + * Fix a wrong display in the last patch -commit 11f789c4f9c8c44e6403aa22db0a5f10a28e085f +commit 11f789c Author: Takashi Iwai +Date: Wed Jun 15 12:49:07 2005 +0000 - Fix unexpected abort of alsamixer + * Fix unexpected abort of alsamixer -commit 7b0c847f1a50dabee910f663d9d279f1f0c9564b +commit 7b0c847 Author: Takashi Iwai +Date: Wed Jun 8 13:55:54 2005 +0000 - Fix typos in man pages + * Fix typos in man pages -commit eb408a393de64e096be13ca36347c173f3a5715a +commit eb408a3 Author: Jaroslav Kysela +Date: Tue Jun 7 11:41:48 2005 +0000 - amixer - useful script for debugging + * amixer - useful script for debugging -commit 53c40736179feb591707307befe0699e9bd6b2d8 +commit 53c4073 Author: Jaroslav Kysela +Date: Tue Jun 7 07:03:37 2005 +0000 - Two modporbe calls lack path + * Two modporbe calls lack path -commit 734cb04e08b696b8fa38e9ac224b0fde150e4e42 +commit 734cb04 Author: Jaroslav Kysela +Date: Mon Jun 6 14:02:10 2005 +0000 - Set the device name for smixer_options + * Set the device name for smixer_options -commit 3121251d82bc262e7d81bf137165e8a38e20e044 +commit 3121251 Author: Jaroslav Kysela +Date: Thu Jun 2 11:38:46 2005 +0000 - release 1.0.9a - Patch-level: Merged + * release 1.0.9a Patch-level: Merged -commit 49693cac86ae7df90eb4a694b18a5c07714796d5 +commit 49693ca Author: Takashi Iwai +Date: Tue May 31 11:03:33 2005 +0000 - Add Russian translation + * Add Russian translation -commit ff1354844a46d63420a080b860cad8ced2aa4485 +commit ff13548 Author: Takashi Iwai +Date: Mon May 30 16:37:52 2005 +0000 - Fix crash with enum controls + * Fix crash with enum controls -commit ae524665a949bdceb2165467dea642658fc636ee +commit ae52466 Author: James Courtier-Dutton +Date: Sat May 28 16:06:14 2005 +0000 - Comment out a section that causes an assert in alsamixer, until this section of code works. + * Comment out a section that causes an assert in alsamixer, until this + section of code works. -commit 08e1bde353ac0ecbc4a740416a2ebfcad572294d +commit 08e1bde Author: Jaroslav Kysela +Date: Fri May 27 12:58:49 2005 +0000 - release: 1.0.9 + * release: 1.0.9 -commit b2c39abcd1133553989c095a3e053aacf103941f +commit b2c39ab Author: Jaroslav Kysela +Date: Mon May 23 20:41:12 2005 +0000 - release: 1.0.9rc4a + * release: 1.0.9rc4a -commit 34e3b1c7837b046e21558dfc8957c41e46ea9ea0 +commit 34e3b1c Author: Takashi Iwai +Date: Mon May 23 16:48:17 2005 +0000 - Fix segfault with no-capture devices + * Fix segfault with no-capture devices -commit b45a11b0ed570bad2cb4f1d7b3c3b809799a5ada +commit b45a11b Author: Takashi Iwai +Date: Mon May 23 14:52:32 2005 +0000 - Add alsactl.h + * Add alsactl.h -commit d4404e3d5061db7fc496a8ed21ef2130dd9bfab0 +commit d4404e3 Author: Jaroslav Kysela +Date: Mon May 23 11:32:48 2005 +0000 - release: 1.0.9rc4 + * release: 1.0.9rc4 -commit f8d4923fa7ac93c84347d86dcb586598fe4358f4 +commit f8d4923 Author: James Courtier-Dutton +Date: Sun May 22 14:16:38 2005 +0000 - Improve display of long text for enums. + * Improve display of long text for enums. -commit a9881f3f20c656f6557cdb626dcf8b34a7c6573d +commit a9881f3 Author: Takashi Iwai +Date: Tue May 17 16:18:14 2005 +0000 - Fix --force option + * Fix --force option -commit 4e1596422b21bd24ba8625b1360ef41b1ba89789 +commit 4e15964 Author: Takashi Iwai +Date: Tue May 17 10:38:07 2005 +0000 - Ignore -ENOTTY error + * Ignore -ENOTTY error -commit cae569e10e74a30431f87d9557d1885ed8c003fd +commit cae569e Author: Takashi Iwai +Date: Fri May 13 17:30:50 2005 +0000 - Remove unused variable + * Remove unused variable -commit 259fb326fb8a9b5273849fa4f482c13c590b8d67 +commit 259fb32 Author: Takashi Iwai +Date: Fri May 13 17:30:00 2005 +0000 - Fix compile warnings + * Fix compile warnings -commit 228f63548268513409d4c4d5dcbe55fb49461357 +commit 228f635 Author: Takashi Iwai +Date: Fri May 13 12:14:16 2005 +0000 - Fix manpage installation + * Fix manpage installation -commit 1da1c52d036fc90139e190d4c183735cc23d4777 +commit 1da1c52 Author: Clemens Ladisch +Date: Thu May 12 08:27:11 2005 +0000 - alsactl - add names for unique rawmidi subdevices + * alsactl - add names for unique rawmidi subdevices -commit 13e1fc1a1df3603c46f881787c313c076ee163e0 +commit 13e1fc1 Author: Clemens Ladisch +Date: Wed May 11 07:43:39 2005 +0000 - alsactl - probe rawmidi device for rawmidi definitions + * alsactl - probe rawmidi device for rawmidi definitions -commit 5c1b10dea09e7026f36981da64c99a9785010492 +commit 5c1b10d Author: Clemens Ladisch +Date: Wed May 11 07:41:09 2005 +0000 - fix name of hw sequencer definition + * fix name of hw sequencer definition -commit 0a95822af55b63dfab4cf77e3d36f45dc6ef3ced +commit 0a95822 Author: Jaroslav Kysela +Date: Tue May 10 11:23:56 2005 +0000 - alsa-lib 1.0.9 is required now + * alsa-lib 1.0.9 is required now -commit 31efc323b123a5c9e01c8d825037eae795a31461 +commit 31efc32 Author: Jaroslav Kysela +Date: Tue May 10 10:55:24 2005 +0000 - split source per command and added command 'names' + * split source per command and added command 'names' -commit 50414b817e6665d8a3aea614b85ceb9a6e05deb2 +commit 50414b8 Author: Jaroslav Kysela +Date: Tue May 10 10:53:40 2005 +0000 - Added -n (--list-devnames) command + * Added -n (--list-devnames) command -commit 36820ac6259c0ab9af352821bb6b8bf83f1d60e9 +commit 36820ac Author: James Courtier-Dutton +Date: Tue May 3 18:36:08 2005 +0000 - Don't use max volume + * Don't use max volume -commit 177e788c59ccd663330ea0487bc644a0793cc8dd +commit 177e788 Author: James Courtier-Dutton +Date: Tue May 3 18:27:50 2005 +0000 - Fix speaker-test with -FS32_LE format. + * Fix speaker-test with -FS32_LE format. -commit f0032ba2b539d7ff56b251867e1391761de28e69 +commit f0032ba Author: Jaroslav Kysela +Date: Wed Apr 27 14:04:23 2005 +0000 - release: 1.0.9rc3 + * release: 1.0.9rc3 -commit 36f7af4ffcdfad5b094ef57ada26631febf62c4a +commit 36f7af4 Author: James Courtier-Dutton +Date: Sat Apr 16 13:23:52 2005 +0000 - Implement order for 8-channel sound, arranged in 7.1 mode. + * Implement order for 8-channel sound, arranged in 7.1 mode. -commit fb2f99f1f99c430d1ca263be84d919aa808601c3 +commit fb2f99f Author: James Courtier-Dutton +Date: Sat Apr 16 11:09:26 2005 +0000 - Install sound samples to correct places. + * Install sound samples to correct places. -commit 266e9b3a94e5a177308eef675cd2eab36f76adf4 +commit 266e9b3 Author: James Courtier-Dutton +Date: Sat Apr 16 10:19:50 2005 +0000 - Add sound samples. + * Add sound samples. -commit e7e0f401f169e35c38df867c9261e52d9413c61b +commit e7e0f40 Author: James Courtier-Dutton +Date: Thu Apr 14 15:53:53 2005 +0000 - Implement Pink noise output. + * Implement Pink noise output. -commit be0e80e87cd7300ee3e7c22c402919443b239cdf +commit be0e80e Author: James Courtier-Dutton +Date: Thu Apr 14 15:06:33 2005 +0000 - Minor updates. No functionallity changes. + * Minor updates. No functionallity changes. -commit 53adb97f2ef0c3ba63bf6d0f1eca0e092a62d08c +commit 53adb97 Author: Takashi Iwai +Date: Wed Mar 30 16:11:11 2005 +0000 - Fix typo + * Fix typo -commit a35432c43ea2878502678aedd81c12f96686beeb +commit a35432c Author: Jaroslav Kysela +Date: Tue Mar 29 14:06:29 2005 +0000 - Fixed basic astraction selection for simple mixer API + * Fixed basic astraction selection for simple mixer API -commit 1299087e6c184df4c5edde270103fbd06c0ae116 +commit 1299087 Author: Jaroslav Kysela +Date: Sun Mar 27 12:50:34 2005 +0000 - Added -a,--abstract switch for upcoming abstract mixer API + * Added -a,--abstract switch for upcoming abstract mixer API -commit e9556324e1129ecc603b864a0964fe771d2784f6 +commit e955632 Author: Jaroslav Kysela +Date: Thu Mar 24 09:50:04 2005 +0000 - release: 1.0.9rc2 + * release: 1.0.9rc2 -commit 81de42cbf685bd2c3c8a833da0189f9afbbfccd6 +commit 81de42c Author: Claudio Fontana +Date: Thu Mar 24 08:24:52 2005 +0000 - fix typo - Just s/verion/version/ in alsaconf.in - Signed-off-by: Claudio Fontana + * fix typo Just s/verion/version/ in alsaconf.in Signed-off-by: + Claudio Fontana -commit cd0ee17f59d6550deb90e90373ce391eeb4bdfef +commit cd0ee17 Author: Takashi Iwai +Date: Wed Mar 16 13:31:31 2005 +0000 - Adjust Front volume as default + * Adjust Front volume as default -commit e1c023401551c010f783ec6117f734deb41f5aca +commit e1c0234 Author: Takashi Iwai +Date: Wed Mar 16 13:30:47 2005 +0000 - Add alsaconf french man page + * Add alsaconf french man page -commit 556364bbaf34625089d6eba561951943758b33a0 +commit 556364b Author: Clemens Ladisch +Date: Mon Mar 14 15:13:48 2005 +0000 - detect attempts to play .mid files with amidi + * detect attempts to play .mid files with amidi -commit 44cb75c764a75ea1a73ffac5235142544ffbb2c4 +commit 44cb75c Author: Clemens Ladisch +Date: Mon Mar 14 15:11:45 2005 +0000 - fix amidi error handling + * fix amidi error handling -commit b1e13d251aaa12db5e134968f4bd80d2b776cb29 +commit b1e13d2 Author: Jaroslav Kysela +Date: Sun Mar 13 09:31:40 2005 +0000 - release: 1.0.9rc1 + * release: 1.0.9rc1 -commit 143676f7b6fd9e728fa75178fb7c3993ebfd4ff2 +commit 143676f Author: Markus Bollinger +Date: Tue Mar 8 16:14:29 2005 +0000 - Fix 32kHz sample rates + * Fix 32kHz sample rates -commit 0cfa228fdd60f69861e2ed66b46f4779ed9c21e6 +commit 0cfa228 Author: Thomas Hood +Date: Tue Feb 22 17:06:59 2005 +0000 - Change the Debian configuration file name + * Change the Debian configuration file name -commit b3a003ea3e22d6e22a1f2ef0b64f15858d9996c9 +commit b3a003e Author: Takashi Iwai +Date: Tue Feb 22 17:04:51 2005 +0000 - Fix check of fedora and redhat distributions + * Fix check of fedora and redhat distributions -commit 3701b2c65f8d996ab7d79a3c6ae88cc60e7d0e45 +commit 3701b2c Author: Thomas Hood +Date: Tue Feb 22 13:42:44 2005 +0000 - Fix typo in alsaconf "modinfo" option + * Fix typo in alsaconf "modinfo" option -commit 51b48adbaa7953dafcc62bfd8ebd6760ba95e192 +commit 51b48ad Author: Clemens Ladisch +Date: Mon Feb 21 08:30:12 2005 +0000 - move event dumping from arecordmidi to aseqdump + * move event dumping from arecordmidi to aseqdump -commit c88c669ee245d2f80dfc1311570192b50a22a582 +commit c88c669 Author: Clemens Ladisch +Date: Mon Feb 21 08:27:11 2005 +0000 - adopt readme changes in manpage + * adopt readme changes in manpage -commit 3e7f43d52a06ad0ff88b0ff28172549e8ff7a126 +commit 3e7f43d Author: Clemens Ladisch +Date: Mon Feb 21 08:18:58 2005 +0000 - use non-breaking hyphens in man page + * use non-breaking hyphens in man page -commit ead77a10006a4214498a70d1a871e2829dc59800 +commit ead77a1 Author: Takashi Iwai +Date: Fri Feb 18 10:18:53 2005 +0000 - Update to speaker-tools 0.0.7 + * Update to speaker-tools 0.0.7 -commit d0dfabdfccaaa5b0f995061da3d7893ee363767f +commit d0dfabd Author: Takashi Iwai +Date: Thu Feb 17 15:03:35 2005 +0000 - Use -q option with grep + * Use -q option with grep -commit c44463f841c04e88bfdeff17a1dd9d501ae7e398 +commit c44463f Author: Clemens Ladisch +Date: Wed Feb 16 10:03:52 2005 +0000 - fix buffer length calculation + * fix buffer length calculation -commit d7d4a53d59d8e6d1882c97dab7cb23945ef4e574 +commit d7d4a53 Author: Clemens Ladisch +Date: Wed Feb 16 09:54:28 2005 +0000 - clarify options in man page + * clarify options in man page -commit 5df127e3f3776d00164aac0d56adaab23a883ca5 +commit 5df127e Author: Clemens Ladisch +Date: Wed Feb 16 09:52:25 2005 +0000 - allow --send-hex data without quotes + * allow --send-hex data without quotes -commit 943bf551e1ea814560d0936140e2e01ce4c264af +commit 943bf55 Author: Giuliano Pochini +Date: Fri Feb 4 15:35:27 2005 +0000 - amixer no-range-checking option + * amixer no-range-checking option -commit 4d710af54352082d27a8a630a1af640c568384f5 +commit 4d710af Author: Takashi Iwai +Date: Mon Jan 31 17:49:38 2005 +0000 - Fix exit code + * Fix exit code -commit ffa1ca09fe0adbd3ab0d18db49b45bf265d75c0f +commit ffa1ca0 Author: Takashi Iwai +Date: Mon Jan 31 17:49:04 2005 +0000 - Fix exit code + * Fix exit code -commit 4cd2c00fb3b422a46642da9bcd072ae1eb86caf1 +commit 4cd2c00 Author: Takashi Iwai +Date: Mon Jan 31 13:52:09 2005 +0000 - Fix exit status + * Fix exit status -commit b729f4fc30fab7d3a04bcee5e67604eb44e8a43f +commit b729f4f Author: Takashi Iwai +Date: Mon Jan 31 13:48:50 2005 +0000 - exits with status 0 after -h option + * exits with status 0 after -h option -commit e188eaf0971f363d62a18ccef01ee055b8d2f4b0 +commit e188eaf Author: Takashi Iwai +Date: Mon Jan 31 13:46:05 2005 +0000 - Show other view names + * Show other view names -commit 6781eaa78c526b70b31efb6153ed6b0e97beee79 +commit 6781eaa Author: Takashi Iwai +Date: Mon Jan 24 12:02:35 2005 +0000 - return error code on faillure + * return error code on faillure -commit 99e0fe45139da0b465135e6c3fe1cd1ded43ef69 +commit 99e0fe4 Author: Takashi Iwai +Date: Thu Jan 20 18:06:10 2005 +0000 - Sort options in alphabetic order + * Sort options in alphabetic order -commit 2b83c39265ac52c4160cab36b550c017f0ee7ff4 +commit 2b83c39 Author: Takashi Iwai +Date: Thu Jan 13 15:42:25 2005 +0000 - Fix compile warnings + * Fix compile warnings -commit 7fe50fb4fa907857aa384023fbab669baca957f9 +commit 7fe50fb Author: Takashi Iwai +Date: Thu Jan 13 15:32:56 2005 +0000 - Fix make without NLS + * Fix make without NLS -commit 7cebba00e589d63e52015b681dde1e43eeb0e3a0 +commit 7cebba0 Author: Jaroslav Kysela +Date: Thu Jan 13 09:55:09 2005 +0000 - release: 1.0.8 + * release: 1.0.8 -commit 681201610dd435ab13de5a7aa52b81a74b69dfc6 +commit 6812016 Author: Takashi Iwai +Date: Wed Jan 12 11:08:53 2005 +0000 - Support quick volume change + * Support quick volume change -commit c074e5e93d653d1d1340975b43c0f59412c1bb8d +commit c074e5e Author: Takashi Iwai +Date: Wed Jan 12 11:02:27 2005 +0000 - Remove number key assignment + * Remove number key assignment -commit f72966589cb57d31235bab46816e6d9549079baa +commit f729665 Author: Clemens Ladisch +Date: Mon Jan 10 08:25:27 2005 +0000 - fix crashes when selecting an empty view + * fix crashes when selecting an empty view -commit 2508fc58b599bd9189f016425d83a8542537d67c +commit 2508fc5 Author: Takashi Iwai +Date: Wed Jan 5 11:40:10 2005 +0000 - Fix installation + * Fix installation -commit 7ab9d16db35203028c8d26a3a2de6c55eea23001 +commit 7ab9d16 Author: Jaroslav Kysela +Date: Wed Jan 5 06:59:09 2005 +0000 - release: 1.0.8rc2 + * release: 1.0.8rc2 -commit 6cac9800dfe7ab5125070e435953519e551655d1 +commit 6cac980 Author: Takashi Iwai +Date: Mon Jan 3 13:35:10 2005 +0000 - Fix installation + * Fix installation -commit 02244f65c0b3f6baafd354ae170d6b0b4494f41e +commit 02244f6 Author: Takashi Iwai +Date: Mon Jan 3 13:33:06 2005 +0000 - Fix VU meter + * Fix VU meter -commit 990153e3a4987a549595a24c10e72be5e01f6154 +commit 990153e Author: Takashi Iwai +Date: Mon Jan 3 13:32:34 2005 +0000 - Fix compilation + * Fix compilation -commit bc70fd0429891cd366b0e08e9c4f703bed1229b3 +commit bc70fd0 Author: Takashi Iwai +Date: Mon Jan 3 12:00:08 2005 +0000 - Usability improvement + * Usability improvement -commit 82c3b093dbf2950de953e8e3a24ba9f36c514d44 +commit 82c3b09 Author: Takashi Iwai +Date: Mon Jan 3 11:57:42 2005 +0000 - Misc clean up + * Misc clean up -commit f29d8f6b30b1a3c29672e551139155b3b2aa4e6a +commit f29d8f6 Author: Takashi Iwai +Date: Mon Jan 3 11:57:02 2005 +0000 - Require alsa-lib 1.0.8 + * Require alsa-lib 1.0.8 -commit 2b86b6fe4ebe6dd2d157d97f3bb764df4deeee1a +commit 2b86b6f Author: Takashi Iwai +Date: Mon Jan 3 11:56:27 2005 +0000 - Support user-defined controls + * Support user-defined controls -commit 2904d69713d4814cd769c5a75b8ff248fbb08b6a +commit 2904d69 Author: Takashi Iwai +Date: Mon Jan 3 11:55:04 2005 +0000 - Move m4 to the tail of SUBDIRS + * Move m4 to the tail of SUBDIRS -commit 0aa74e8d4d5065c1ba310808080fe0c303bd820e +commit 0aa74e8 Author: Takashi Iwai +Date: Wed Dec 29 16:10:47 2004 +0000 - i18nize alsaconf + * i18nize alsaconf -commit 533d55ed7eb67252abf3ed60fee66d0002440add +commit 533d55e Author: Jaroslav Kysela +Date: Tue Dec 21 15:24:44 2004 +0000 - release: 1.0.8rc1 + * release: 1.0.8rc1 -commit d6792140535d8a3cca578d5919d1c09089e44939 +commit d679214 Author: Jaroslav Kysela +Date: Tue Dec 21 14:33:10 2004 +0000 - release: 1.0.8-rc1 + * release: 1.0.8-rc1 -commit 87584238c275fc3f07901e688ee9fa4299e20462 +commit 8758423 Author: Takashi Iwai +Date: Mon Dec 20 13:18:23 2004 +0000 - More descriptions about mixer views and view modes + * More descriptions about mixer views and view modes -commit 0b9e7577a3cfec8a937702747620929bbbb0135b +commit 0b9e757 Author: Takashi Iwai +Date: Mon Dec 20 13:17:47 2004 +0000 - Add -V option + * Add -V option -commit 2c82a989689ca12d7643c101e52ed6f56f2cc534 +commit 2c82a98 Author: Takashi Iwai +Date: Mon Dec 20 13:17:08 2004 +0000 - Start aplay/arecord in non-blocking mode + * Start aplay/arecord in non-blocking mode -commit 30b608001f99c4f00961516ee29b679035e3ad3c +commit 30b6080 Author: Takashi Iwai +Date: Wed Dec 15 15:15:56 2004 +0000 - Reinitialize the size calculation at view change + * Reinitialize the size calculation at view change -commit 063ff485e2516dc4f3f5a82c45c3376a280a88b9 +commit 063ff48 Author: Takashi Iwai +Date: Fri Dec 3 13:34:39 2004 +0000 - Assign alternative keys for function keys + * Assign alternative keys for function keys -commit 7b0c73832375e5229837c31a32e72a0682e56280 +commit 7b0c738 Author: Takashi Iwai +Date: Thu Dec 2 17:27:41 2004 +0000 - Change the view toggle behavior + * Change the view toggle behavior -commit 245c371483afd09a51236c386086808631c711fa +commit 245c371 Author: Thomas Hood +Date: Thu Dec 2 14:44:58 2004 +0000 - Add man page of speaker-test + * Add man page of speaker-test -commit 78c7251f0460767982a3c9cdeda2974ac8c5d6ce +commit 78c7251 Author: Jaroslav Kysela +Date: Thu Nov 11 18:29:03 2004 +0000 - release: 1.0.7 + * release: 1.0.7 -commit 067be2158d01e9b02918ad02c6e4de4b12e984d0 +commit 067be21 Author: Takashi Iwai +Date: Tue Nov 9 18:36:47 2004 +0000 - added requirements section and fixed the obsolete path + * added requirements section and fixed the obsolete path -commit 78f5beec334738d46a6a7aa035301a996c7cafef +commit 78f5bee Author: Jaroslav Kysela +Date: Tue Oct 12 05:58:45 2004 +0000 - release: 1.0.7rc2 + * release: 1.0.7rc2 -commit ca5f8cbcfec205ac679e76b569b51990f368390b +commit ca5f8cb Author: Nicolas FRANCOIS +Date: Fri Oct 8 16:15:34 2004 +0000 - Fix hyphens in man pages + * Fix hyphens in man pages -commit 33b47cd2d41fc1179b586760f9c04bfc9841252e +commit 33b47cd Author: Thomas Hood +Date: Fri Sep 24 11:29:02 2004 +0000 - make alsaconf parse lspci output correctly + * make alsaconf parse lspci output correctly -commit 24f54a9ea68f46faa8ff9bba89d9e44ff8bd7de2 +commit 24f54a9 Author: Takashi Iwai +Date: Fri Sep 24 10:19:29 2004 +0000 - Assign '?' key for help + * Assign '?' key for help -commit 9adc21fdb0eef034f7c0b444452658d2add5bc97 +commit 9adc21f Author: Thomas Hood +Date: Fri Sep 24 10:00:42 2004 +0000 - mention that commands given to alsamixer in upper case can also be entered in lower case + * mention that commands given to alsamixer in upper case can also be + entered in lower case -commit dba1bfa750e8ebd87cf41063e46b5e24aac05e3c +commit dba1bfa Author: Thomas Hood +Date: Fri Sep 24 09:58:20 2004 +0000 - Refrain from creating /etc/modprobe.conf if it does not already exist + * Refrain from creating /etc/modprobe.conf if it does not already + exist -commit 7de47ff37bb053d3f747a91893f6c194a8516608 +commit 7de47ff Author: Thomas Hood +Date: Fri Sep 24 09:53:32 2004 +0000 - Add a missing letter 'e' + * Add a missing letter 'e' -commit c7faadde2d890079518b8555074c89e5958cfe3b +commit c7faadd Author: Thomas Hood +Date: Fri Sep 24 09:51:45 2004 +0000 - Describe what happens if aplay's --duration is zero + * Describe what happens if aplay's --duration is zero -commit 3e6080525e6c3d97b1d4465fa463264722755fa7 +commit 3e60805 Author: Thomas Hood +Date: Fri Sep 24 09:49:57 2004 +0000 - fixes its use of formatting codes in amixer.1 + * fixes its use of formatting codes in amixer.1 -commit 3b32c65f4ec751d6a2385d6b19896060c58b8ea6 +commit 3b32c65 Author: Thomas Hood +Date: Fri Sep 24 09:36:52 2004 +0000 - mention that '<' and '>' mute channels separately only if the hardware supports this + * mention that '<' and '>' mute channels separately only if the + hardware supports this -commit 3e561660cfd12061a5ad35c7b233c1300ef79cd5 +commit 3e56166 Author: Thomas Hood +Date: Fri Sep 24 09:33:20 2004 +0000 - Correct the description of the function of the spacebar in alsamixer.1 + * Correct the description of the function of the spacebar in + alsamixer.1 -commit 57cf36581118e01385b0d4e5520616c6265738ef +commit 57cf365 Author: Thomas Hood +Date: Thu Sep 23 11:00:35 2004 +0000 - In Debian write to the correct configuration file + * In Debian write to the correct configuration file -commit 72ae8b1e799679f50d57327039b38149a976d1aa +commit 72ae8b1 Author: Clemens Ladisch +Date: Mon Sep 13 07:04:53 2004 +0000 - various bugfixes + * various bugfixes -commit dfec58eb7e20dfdace0219cadd698b9a7d4cd016 +commit dfec58e Author: Takashi Iwai +Date: Tue Aug 31 16:27:25 2004 +0000 - [alsaconf] fix probing, option clean up. + * [alsaconf] fix probing, option clean up. -commit 398713e136c49470345cd44806256071308284b4 +commit 398713e Author: Takashi Iwai +Date: Fri Aug 27 16:29:20 2004 +0000 - James Courtier-Dutton : + * James Courtier-Dutton : -commit 63909d1cf7e86b6ea95bb2088dbc7044b6ad34e4 +commit 63909d1 Author: Takashi Iwai +Date: Fri Aug 27 16:25:37 2004 +0000 - Fixed the detection of audio class. + * Fixed the detection of audio class. -commit acdd3317f97caa6e27420569703eae0acc0c34c3 +commit acdd331 Author: Jaroslav Kysela +Date: Sun Aug 15 08:24:58 2004 +0000 - release: 1.0.6 + * release: 1.0.6 -commit 095e74167cf537caf0c70e7702d923b7c9b1c46e +commit 095e741 Author: Jaroslav Kysela +Date: Tue Aug 10 09:46:19 2004 +0000 - Fixed typo + * Fixed typo -commit 91bac61d8396360e03b58c0667b3a5e03c0d6449 +commit 91bac61 Author: Takashi Iwai +Date: Thu Aug 5 14:33:56 2004 +0000 - Added -c option to specify the module config file. + * Added -c option to specify the module config file. -commit 59bf7f2c3411980f96a7c4f0d0b43241b3c2d3b5 +commit 59bf7f2 Author: Takashi Iwai +Date: Wed Aug 4 15:21:12 2004 +0000 - Fixed the wrong integer suffix. + * Fixed the wrong integer suffix. -commit 5e02c1d5a88e75b1fa2168840033322c652daac2 +commit 5e02c1d Author: Jaroslav Kysela +Date: Wed Aug 4 13:42:02 2004 +0000 - release: 1.0.6rc1 + * release: 1.0.6rc1 -commit ce70bf037abe319fb7ffc6c5de49cb49b460a978 +commit ce70bf0 Author: Clemens Ladisch +Date: Fri Jul 9 07:09:28 2004 +0000 - manpages: remove bogus .ID macro, use .TP for examples + * manpages: remove bogus .ID macro, use .TP for examples -commit 36b797f335864df843f3b1d0738614492db27df6 +commit 36b797f Author: Takashi Iwai +Date: Thu Jul 1 09:36:54 2004 +0000 - Show warning if the format is changed due to the file type. - (e.g. WAV yields little-endian) + * Show warning if the format is changed due to the file type. (e.g. + WAV yields little-endian) -commit d6b7774f7f1d70211bac493bc9a55a39c6fe05ea +commit d6b7774 Author: Clemens Ladisch +Date: Thu Jun 10 15:50:58 2004 +0000 - print caption in hardware list only once + * print caption in hardware list only once -commit 5b0f5dfb8101cc1ee7a8069d065e8b5472254de6 +commit 5b0f5df Author: Jaroslav Kysela +Date: Fri May 28 13:17:19 2004 +0000 - release: 1.0.5 + * release: 1.0.5 -commit b10e3b2273fd163652769d077050e1f251a49a50 +commit b10e3b2 Author: Jaroslav Kysela +Date: Mon May 24 17:58:29 2004 +0000 - release: 1.0.5rc1 + * release: 1.0.5rc1 -commit 2db52ba839050636f3352e612629f46368ae8f56 +commit 2db52ba Author: Jaroslav Kysela +Date: Sun May 16 13:43:29 2004 +0000 - James Courtier-Dutton - I attach a patch that updates the speaker-test program. - It corrects a few minor bugs as well as add a new -s option. + * James Courtier-Dutton I attach a patch + that updates the speaker-test program. It corrects a few minor bugs + as well as add a new -s option. -commit e4d3e84845d9bb968023745c9ca4ed061c3d0e70 +commit e4d3e84 Author: Takashi Iwai +Date: Tue May 11 16:58:48 2004 +0000 - show single values for mono volumes. + * show single values for mono volumes. -commit 25dba8a7f2c4c44f237f298c4b9a9c2c03302654 +commit 25dba8a Author: Takashi Iwai +Date: Mon May 10 14:28:02 2004 +0000 - added speaker-test utility by James Courtier-Dutton + * added speaker-test utility by James Courtier-Dutton + -commit 4b26b779a13dfb226babb15af249bf3ed18dc153 +commit 4b26b77 Author: Clemens Ladisch +Date: Mon May 3 10:03:57 2004 +0000 - fix default buffer time setting when maximum buffer time is less than 250 ms + * fix default buffer time setting when maximum buffer time is less + than 250 ms -commit 25141facf09f6eb94dea9cf3e0048ae4205b63ee +commit 25141fa Author: Jaroslav Kysela +Date: Tue Apr 27 13:38:59 2004 +0000 - amorac - arecord doesn't record if you don't indicate the time limit - The problem happens when the Wave-file is checked for it being even. - I have tried with the next change in aplay.c and it seems to work fine. + * amorac arecord doesn't record if you don't indicate + the time limit The problem happens when the Wave-file is checked for + it being even. I have tried with the next change in aplay.c and it + seems to work fine. -commit eb52dc6ec88248a852141714a0dd0e171f4a1c4c +commit eb52dc6 Author: Jaroslav Kysela +Date: Mon Apr 19 14:43:26 2004 +0000 - Gentoo update + * Gentoo update -commit 58a11d86fd4dbba5b82a5b4561298ea0f16e2353 +commit 58a11d8 Author: Clemens Ladisch +Date: Tue Apr 6 06:22:19 2004 +0000 - arecordmidi enhancements by Pedro Lopez-Cabanillas + * arecordmidi enhancements by Pedro Lopez-Cabanillas -commit cfa7fe10eb97260fb909e8008dcc9ad0f0705842 +commit cfa7fe1 Author: Jaroslav Kysela +Date: Sat Apr 3 09:41:15 2004 +0000 - release: 1.0.4 + * release: 1.0.4 -commit 18e600ed35525a2c2aad8605aa374927ef246b7b +commit 18e600e Author: Jaroslav Kysela +Date: Sat Apr 3 08:40:17 2004 +0000 - Added AC_PREREQ(2.53) for autoconf + * Added AC_PREREQ(2.53) for autoconf -commit ca51bbf2a4a4d3eeae9f4e3e219a8d84206e4aac +commit ca51bbf Author: Jaroslav Kysela +Date: Fri Mar 26 16:15:46 2004 +0000 - release: 1.0.4rc1 + * release: 1.0.4rc1 -commit 789ca41f1b45aa5bf602eccf8d1400ba9865df94 +commit 789ca41 Author: Takashi Iwai +Date: Fri Mar 19 13:29:23 2004 +0000 - fixed the legacy detection with the recent modprobe + * fixed the legacy detection with the recent modprobe -commit e9dc0c0ace8b2468ec2e86fb461abcd59cb2969d +commit e9dc0c0 Author: Jaroslav Kysela +Date: Sun Mar 14 17:06:24 2004 +0000 - Added rpmbuild detection + * Added rpmbuild detection -commit 2b6e61e353ad11937763e559e7db39e01e35bdc4 +commit 2b6e61e Author: Jaroslav Kysela +Date: Tue Mar 9 17:43:46 2004 +0000 - Jeff Law - aplay.c relies upon a GCC extension that has been removed. - Specifically the "cast as lvalue" extension. This patch removes - this dependency. + * Jeff Law aplay.c relies upon a GCC extension that has been removed. + Specifically the "cast as lvalue" extension. This patch removes this + dependency. -commit 9a3092854015d6519900217db239ea62acf55b46 +commit 9a30928 Author: Jaroslav Kysela +Date: Tue Mar 9 13:18:29 2004 +0000 - more 64-bit stuff + * more 64-bit stuff -commit b5cb7ac07d149e96e70aeeebaa4eab25103696b6 +commit b5cb7ac Author: Takashi Iwai +Date: Fri Mar 5 16:52:11 2004 +0000 - added a workaround for some dell dimension board. + * added a workaround for some dell dimension board. -commit 728dc253d8587e7c36b787c7bb1d9f84ba07d66b +commit 728dc25 Author: Jaroslav Kysela +Date: Sun Feb 29 14:18:28 2004 +0000 - 1.0.3 release + * 1.0.3 release -commit 519ad646fe643fcccf8767c1a690d7edc9581bef +commit 519ad64 Author: Jaroslav Kysela +Date: Wed Feb 25 15:37:09 2004 +0000 - 1.0.3rc2 + * 1.0.3rc2 -commit 29fd44ba35e2254fde431db43e8981ab3ede9ae1 +commit 29fd44b Author: Takashi Iwai +Date: Wed Feb 25 14:39:45 2004 +0000 - - use /etc/modprobe.d/sound config file if possible. + * - use /etc/modprobe.d/sound config file if possible. -commit 1ef970a295368a8fc2a116abd70d26bd952e5c7b +commit 1ef970a Author: Takashi Iwai +Date: Wed Feb 25 11:26:07 2004 +0000 - fixed a typo. + * fixed a typo. -commit 6957fcafe1af09deb0415c8bdb17de7b4f7cf3d0 +commit 6957fca Author: Takashi Iwai +Date: Wed Feb 25 11:25:53 2004 +0000 - added --with-curses option to specify the curses library. + * added --with-curses option to specify the curses library. -commit 60f7debd00369bdf819d68fad8552b80304c16c3 +commit 60f7deb Author: Takashi Iwai +Date: Wed Feb 25 11:25:26 2004 +0000 - added AUTOMAKE_OPTIONS. + * added AUTOMAKE_OPTIONS. -commit 7759ed8617cb5ddc21f9e1a8a21b0e1992f91f21 +commit 7759ed8 Author: Jaroslav Kysela +Date: Tue Feb 24 09:19:31 2004 +0000 - Clemens Ladisch - fix error messages for snd_mixer_load + * Clemens Ladisch fix error messages for + snd_mixer_load -commit 1ae3fa853241fa2e44bf913899843d26f7830060 +commit 1ae3fa8 Author: Jaroslav Kysela +Date: Mon Feb 23 10:58:34 2004 +0000 - Clemens Ladisch - add aplaymidi & arecordmidi utilities + * Clemens Ladisch add aplaymidi & arecordmidi + utilities -commit 33b53d88fdf506ab8786455e74eaf57e2edc1af6 +commit 33b53d8 Author: Jaroslav Kysela +Date: Sat Feb 21 18:44:18 2004 +0000 - Fixed wrong message (load error) + * Fixed wrong message (load error) -commit 67f96386c6538bd89e2e47e31eb7b40f5bde46a9 +commit 67f9638 Author: Takashi Iwai +Date: Mon Feb 16 16:44:59 2004 +0000 - - clear the screen after configuring the device. + * - clear the screen after configuring the device. -commit 5eafc3ceda983b1bd326ad0103f2fb441aed8acc +commit 5eafc3c Author: Takashi Iwai +Date: Mon Feb 16 16:44:06 2004 +0000 - Alexander E. Patrakov: + * Alexander E. Patrakov: -commit a98d93674b87fdf302ebb8221b10b35c5b9e822e +commit a98d936 Author: Takashi Iwai +Date: Tue Feb 10 15:58:51 2004 +0000 - - use the bindir and sbindir set by configure script. + * - use the bindir and sbindir set by configure script. -commit 41d38ac92a7d5db7a95441fcaad29f8152a59cff +commit 41d38ac Author: Takashi Iwai +Date: Fri Feb 6 11:44:08 2004 +0000 - - fixed the wrong help description of audio command. + * - fixed the wrong help description of audio command. -commit d760ae6ee293165259e866c2d160169c7a7c6b21 +commit d760ae6 Author: Takashi Iwai +Date: Wed Feb 4 19:23:44 2004 +0000 - - fixed the color of subwindow title. + * - fixed the color of subwindow title. -commit 6a915e89cd4380d809f8824843791ee5100adb14 +commit 6a915e8 Author: Takashi Iwai +Date: Fri Jan 30 16:26:22 2004 +0000 - - show the version number of the package. - - use ACS_CKBOARD for the volume bars. - - fixed the path of /proc/asound/oss/devices. - - fixed the max length to display the item name. + * - show the version number of the package. - use ACS_CKBOARD for the + volume bars. - fixed the path of /proc/asound/oss/devices. - fixed + the max length to display the item name. -commit a7bd883bcc2627facdc06926390029c304b43eca +commit a7bd883 Author: Jaroslav Kysela +Date: Mon Jan 26 19:30:45 2004 +0000 - 1.0.2 + * 1.0.2 -commit df19786410fef62dd28b1e45674da999bb7e7c51 +commit df19786 Author: Takashi Iwai +Date: Mon Jan 26 15:57:37 2004 +0000 - fixed for the recent autoconf. + * fixed for the recent autoconf. -commit e24a1cb4f9681fa0e2cf75902f3d17f291d4afec +commit e24a1cb Author: Takashi Iwai +Date: Mon Jan 19 18:39:12 2004 +0000 - Clemens Ladisch : + * Clemens Ladisch : -commit 2ac2af4dfb4f9eff0092e9819a93b8a1dda8b649 +commit 2ac2af4 Author: Takashi Iwai +Date: Fri Jan 16 18:15:05 2004 +0000 - - fixed typos in the help text. + * - fixed typos in the help text. -commit 87873452ce8fb816857583bb24f80e4d489ef30b +commit 8787345 Author: Takashi Iwai +Date: Tue Jan 13 16:11:56 2004 +0000 - Clemens Ladisch : + * Clemens Ladisch : -commit 5c5f79682a22b541497d867910f8d46075d4db1e +commit 5c5f796 Author: Jaroslav Kysela +Date: Thu Jan 8 14:18:03 2004 +0000 - 1.0.1 + * 1.0.1 -commit 5a7e82a8e73ec44ec20a9884e605a4560b8691ea +commit 5a7e82a Author: Jaroslav Kysela +Date: Fri Dec 5 13:15:52 2003 +0000 - Moved alsaconf to sbin directory + * Moved alsaconf to sbin directory -commit 3dff39cf53939022f4209dad647e398f2ee3274b +commit 3dff39c Author: Jaroslav Kysela +Date: Fri Dec 5 13:13:00 2003 +0000 - More compatible tests + * More compatible tests -commit 8a28f21db1909752425f69d699348b46f9acb0c3 +commit 8a28f21 Author: Jaroslav Kysela +Date: Fri Dec 5 08:50:53 2003 +0000 - One more fix for path + * One more fix for path -commit 748fd451290998ca73c97a05abeca3f1ea567c6f +commit 748fd45 Author: Jaroslav Kysela +Date: Fri Dec 5 08:35:04 2003 +0000 - Added more paths for rcalsasound + * Added more paths for rcalsasound -commit 267be1fc47ab2dae505f3ee7c1b0228d22281a70 +commit 267be1f Author: Jaroslav Kysela +Date: Fri Dec 5 08:26:23 2003 +0000 - 1.0.0rc2 + * 1.0.0rc2 -commit 203cc059ad7e80da8a510ff2cff769edb69d9353 +commit 203cc05 Author: Jaroslav Kysela +Date: Mon Dec 1 09:19:48 2003 +0000 - 1.0.0rc1 + * 1.0.0rc1 -commit 8383eaf65c18e2ad60ce3c35d59026d1d3f23c07 +commit 8383eaf Author: Jaroslav Kysela +Date: Fri Nov 28 10:24:53 2003 +0000 - Fixed calc_count() routine - wav files with traling RIFF chunks sound ok now + * Fixed calc_count() routine - wav files with traling RIFF chunks + sound ok now -commit 911e5f72483b74804ac1bc21e5590f37edf46500 +commit 911e5f7 Author: Takashi Iwai +Date: Thu Nov 27 11:07:25 2003 +0000 - - fixed the infinite loop in probing a card control. + * - fixed the infinite loop in probing a card control. -commit 951dda3420fc0923d6b1a18de8325fec3405f15c +commit 951dda3 Author: Takashi Iwai +Date: Wed Nov 26 18:07:27 2003 +0000 - fixes by Philippe De Muyter : + * fixes by Philippe De Muyter : -commit 3f7658145f48dd3e14df15467dba4c252982397f +commit 3f76581 Author: Jaroslav Kysela +Date: Tue Nov 25 16:39:29 2003 +0000 - Ronny V. Vindenes - Include all man pages (alsaconf(8) was not included before) + * Ronny V. Vindenes Include all man pages + (alsaconf(8) was not included before) -commit 3ef2fd09acd419aa6b046b14c9ae8c77182ced89 +commit 3ef2fd0 Author: Jaroslav Kysela +Date: Tue Nov 25 13:03:39 2003 +0000 - 1.0.0pre3 + * 1.0.0pre3 -commit cae75d593cc6ff3c7406bf63a8d3a13dccfee6c9 +commit cae75d5 Author: Takashi Iwai +Date: Tue Nov 25 12:15:48 2003 +0000 - - added the check of mandrake. + * - added the check of mandrake. -commit 7d1c6cbf95e6d4a2e5707a2af5bf04b366bc6d09 +commit 7d1c6cb Author: Takashi Iwai +Date: Mon Nov 24 11:42:24 2003 +0000 - fix by Fernando Pablo Lopez-Lezcano : + * fix by Fernando Pablo Lopez-Lezcano : -commit f4167224e3c396ad123762c1c7b00a7b4f0d2831 +commit f416722 Author: Jaroslav Kysela +Date: Mon Nov 24 08:13:37 2003 +0000 - Use global alsa.m4 configuration + * Use global alsa.m4 configuration -commit 4a66190aecf161fb7124faa42d4235ec2f58d007 +commit 4a66190 Author: Jaroslav Kysela +Date: Tue Nov 18 16:27:35 2003 +0000 - 1.0.0pre1 + * 1.0.0pre1 -commit c40e8faafcc0daacda6d5375833500d452277c35 +commit c40e8fa Author: Takashi Iwai +Date: Mon Nov 17 18:32:52 2003 +0000 - - removed experimental codes. + * - removed experimental codes. -commit cfe0a62da70715a80e63fdf25779f7aba1d76612 +commit cfe0a62 Author: Takashi Iwai +Date: Fri Nov 14 16:22:25 2003 +0000 - - fixed the progress bar. - - fixed the detection on 2.6 kernels. - - check root priv. after parsing the option - (allow normal users to see help) + * - fixed the progress bar. - fixed the detection on 2.6 kernels. - + check root priv. after parsing the option (allow normal users to + see help) -commit 80476a0170a7c2b62813b5a612c8e1dfdab0c728 +commit 80476a0 Author: Jaroslav Kysela +Date: Wed Nov 5 11:08:25 2003 +0000 - - changes against PCM API switch - - 1.0.0 version - - fixed amidi warning + * - changes against PCM API switch - 1.0.0 version - fixed amidi + warning -commit 1f2d8e47aba1b9e6ffeb11c73637c0ecdde85034 +commit 1f2d8e4 Author: Jaroslav Kysela +Date: Mon Nov 3 10:43:32 2003 +0000 - Clemens Ladisch - - add error handler for ALSA errors - - enumerate all controls to find the desired control - (because SPDIF is device 1 on ymfpci) + * Clemens Ladisch - add error handler for ALSA + errors - enumerate all controls to find the desired control + (because SPDIF is device 1 on ymfpci) -commit 394fde8b0ee659faa3b7ab73f932923342d311a4 +commit 394fde8 Author: Takashi Iwai +Date: Thu Oct 30 12:00:38 2003 +0000 - - fixed (now really) for 2.6 modprobe.conf. - - clean up, modprobing without a temporary file. - - alsaconf will set up only the minimum aliases/options. - - cosmetic message changes. + * - fixed (now really) for 2.6 modprobe.conf. - clean up, modprobing + without a temporary file. - alsaconf will set up only the minimum + aliases/options. - cosmetic message changes. -commit 7152617a0e320c4e5d8fd7a3d356eeadec99a859 +commit 7152617 Author: Takashi Iwai +Date: Wed Oct 29 13:38:23 2003 +0000 - - added alsaconf script. - - fixed alsaconf script for the new module tools of 2.6 kernel. + * - added alsaconf script. - fixed alsaconf script for the new module + tools of 2.6 kernel. -commit 1d8fa522062504e702783decee57444807a929da +commit 1d8fa52 Author: Takashi Iwai +Date: Tue Oct 28 17:42:28 2003 +0000 - - fixed Makefile. - - don't include but link iecbits.c. + * - fixed Makefile. - don't include but link iecbits.c. -commit e90417e3fde9f4015d2761e139d4597502a82b09 +commit e90417e Author: Takashi Iwai +Date: Tue Oct 28 10:53:43 2003 +0000 - - added amidi utility by Clemens Ladisch - - fixed .cvsignore and README + * - added amidi utility by Clemens Ladisch - + fixed .cvsignore and README -commit 5f8a137a7ab36b5e15ad9d28f438675640b49256 +commit 5f8a137 Author: Takashi Iwai +Date: Thu Oct 23 16:54:32 2003 +0000 - - moved iecset from alsa-lib/test. - - added man page. + * - moved iecset from alsa-lib/test. - added man page. -commit 4a8060d6a85110f0f0d5bcf41f92846749fcd37a +commit 4a8060d Author: Jaroslav Kysela +Date: Tue Oct 21 17:41:36 2003 +0000 - 0.9.8 + * 0.9.8 -commit 3d3fbd78e8369ebf1e4e0775fa25b9326da2270c +commit 3d3fbd7 Author: Jaroslav Kysela +Date: Fri Oct 17 07:34:19 2003 +0000 - Fixed possible buffer overrun + * Fixed possible buffer overrun -commit d6e0630ab256396d89ac7014d750c8d61a325dca +commit d6e0630 Author: Jaroslav Kysela +Date: Thu Sep 25 19:53:43 2003 +0000 - 0.9.7 + * 0.9.7 -commit 9b621eeac4d55c4e881f093be5b163ca07d01b63 +commit 9b621ee Author: Takashi Iwai +Date: Thu Sep 11 11:23:58 2003 +0000 - - fixed the order of period and buffer size setting. - firstly period then buffer size. this will avoid the problem of - rounding. + * - fixed the order of period and buffer size setting. firstly + period then buffer size. this will avoid the problem of rounding. -commit 0cc48a4ef8914652262dc0beb6a7b99a4e592f94 +commit 0cc48a4 Author: Jaroslav Kysela +Date: Wed Aug 27 11:12:50 2003 +0000 - More size_t off64_t changes + * More size_t off64_t changes -commit 5014a501760a681c9b6ec265ed7ab9122e9d03aa +commit 5014a50 Author: Jaroslav Kysela +Date: Wed Aug 27 11:08:27 2003 +0000 - Added snd_config_update_free_global() calls and 64-bit file offset support + * Added snd_config_update_free_global() calls and 64-bit file offset + support -commit 340b2ca3c992261e4b989e7964842ad83d0acfe2 +commit 340b2ca Author: Jaroslav Kysela +Date: Mon Aug 11 09:42:16 2003 +0000 - Use float to avoid overflow + * Use float to avoid overflow -commit cb8494d8d4b81b7d2e627db44109325012adc915 +commit cb8494d Author: Takashi Iwai +Date: Thu Aug 7 14:48:17 2003 +0000 - - added --buffer-size and --period-size options. - - accept -h as the help :) - - fixed VU meter for 8 bit and negative values. - - updated man page. + * - added --buffer-size and --period-size options. - accept -h as the + help :) - fixed VU meter for 8 bit and negative values. - updated + man page. -commit 271d3b0fa10b0d95cfddfca9c1884df3e1c86bf0 +commit 271d3b0 Author: Jaroslav Kysela +Date: Thu Jul 31 07:39:13 2003 +0000 - Fixed version string + * Fixed version string -commit 4bc7659559b1d4654601a9e9206e4df4e617ea35 +commit 4bc7659 Author: Jaroslav Kysela +Date: Wed Jul 30 17:54:42 2003 +0000 - Added handling of DRAINING state and extended verbose parts + * Added handling of DRAINING state and extended verbose parts -commit d1f08a048457b5f7225dce4f767fa899c26b8336 +commit d1f08a0 Author: Jaroslav Kysela +Date: Tue Jul 29 14:33:47 2003 +0000 - Yes, we have 192kHz hardware now + * Yes, we have 192kHz hardware now -commit 6cccbcc21c7b968d7337ba6a430ca271cd4defe2 +commit 6cccbcc Author: Jaroslav Kysela +Date: Mon Jul 28 11:51:45 2003 +0000 - 0.9.6 + * 0.9.6 -commit 4fdde2d0a6f03a8f70f6069b43074813b442e287 +commit 4fdde2d Author: Takashi Iwai +Date: Tue Jul 22 16:38:25 2003 +0000 - show the mute status in the item line, too. + * show the mute status in the item line, too. -commit c48c0f670c87198b0345ed95cec66c5a0affc34e +commit c48c0f6 Author: Jaroslav Kysela +Date: Tue Jul 8 08:21:56 2003 +0000 - 0.9.5 + * 0.9.5 -commit b24728b0151ef176f20d1585f148250332e1d7bc +commit b24728b Author: Takashi Iwai +Date: Fri Jun 20 18:13:28 2003 +0000 - fixes by Clemens Ladisch : + * fixes by Clemens Ladisch : -commit 43a2330ab0b866387ad3b5450c60d737590207ec +commit 43a2330 Author: Takashi Iwai +Date: Fri Jun 20 18:09:49 2003 +0000 - - search cardX entry if no card is found and -F option is given (i.e. - force to read the old-style entry). + * - search cardX entry if no card is found and -F option is given + (i.e. force to read the old-style entry). -commit f586f8bc08d629f669c35776b1dd87cccc3bb225 +commit f586f8b Author: Jaroslav Kysela +Date: Mon Jun 16 18:46:06 2003 +0000 - Fixed ncurses test + * Fixed ncurses test -commit 6d7d5a362dfce431f6a41080fa87ae048619b174 +commit 6d7d5a3 Author: Jaroslav Kysela +Date: Sat Jun 14 08:32:44 2003 +0000 - Added --disable-alsamixer to configure script + * Added --disable-alsamixer to configure script -commit 09982b15d711b0966f7988651f307da86accba04 +commit 09982b1 Author: Jaroslav Kysela +Date: Wed Jun 4 07:31:50 2003 +0000 - Added -f cdr + * Added -f cdr -commit cab4c16d51c2b3d1153869eb6628949ead95c9d7 +commit cab4c16 Author: Jaroslav Kysela +Date: Sat May 31 17:49:55 2003 +0000 - 0.9.4 + * 0.9.4 -commit ee36a832c12a8931cd02a3be6e6684562ceeb9ae +commit ee36a83 Author: Jaroslav Kysela +Date: Wed May 28 09:04:52 2003 +0000 - Eliot Blennerhassett : fixed negative ranges + * Eliot Blennerhassett : fixed negative ranges -commit 04020b86d15a05f9b301e87794c4c792d16dae3d +commit 04020b8 Author: Jaroslav Kysela +Date: Wed May 28 07:25:26 2003 +0000 - Volume can be lower than zero, too + * Volume can be lower than zero, too -commit 8999f66b8f06b79ea1cc325f23f8ac52af5123f2 +commit 8999f66 Author: Jaroslav Kysela +Date: Thu May 15 06:51:29 2003 +0000 - Removed keywords from comments + * Removed keywords from comments -commit 35ea127e13a04609e71c517f5501c8f227313e39 +commit 35ea127 Author: Jaroslav Kysela +Date: Thu May 1 08:28:15 2003 +0000 - Added alsa_m4_flags + * Added alsa_m4_flags -commit 3165e737853ede14c31cf5bb34a959f94c6c03d9 +commit 3165e73 Author: Jaroslav Kysela +Date: Wed Apr 30 15:14:58 2003 +0000 - 0.9.3 + * 0.9.3 -commit 071c299369db92e4a5f244eb3d49ef50d47a4b18 +commit 071c299 Author: Jaroslav Kysela +Date: Sun Apr 27 08:46:33 2003 +0000 - Added missing initialization of pbrec_count variable + * Added missing initialization of pbrec_count variable -commit 812cb6cfd18a477fc855b412b34e6aae39fc5f53 +commit 812cb6c Author: Jaroslav Kysela +Date: Sat Apr 19 08:38:50 2003 +0000 - More verbose error report (xrun) + * More verbose error report (xrun) -commit 5db7e98e6fcf4b3f9726a40a1cb5652b2e31b884 +commit 5db7e98 Author: Jaroslav Kysela +Date: Tue Apr 1 15:51:16 2003 +0000 - Removed info_is_first - commited by mistake + * Removed info_is_first - commited by mistake -commit c8965f5622bcdfe5f35115c3ce3755c52b2a72e7 +commit c8965f5 Author: Jaroslav Kysela +Date: Tue Apr 1 14:09:09 2003 +0000 - alsactl: indirect removal; amixer - fixed typos + * alsactl: indirect removal; amixer - fixed typos -commit 537a149da29f2e3e56f979d08a25a700bd893722 +commit 537a149 Author: Jaroslav Kysela +Date: Wed Mar 19 17:58:09 2003 +0000 - 0.9.2 + * 0.9.2 -commit 436b33787ddfb71f355f2a0b3a14d571c91d7127 +commit 436b337 Author: Takashi Iwai +Date: Wed Mar 19 14:42:00 2003 +0000 - - fixed the capture to stdout in WAV. - - allow more than 32bit int in the raw capture mode. + * - fixed the capture to stdout in WAV. - allow more than 32bit int in + the raw capture mode. -commit 093a7011021326b6e0a8efeed8e779526ece60e5 +commit 093a701 Author: Jaroslav Kysela +Date: Mon Mar 17 10:33:39 2003 +0000 - Enhanced detection for ncurses + * Enhanced detection for ncurses -commit 3924ff0921386ad9fc3b665967fa2586c2956c65 +commit 3924ff0 Author: Jaroslav Kysela +Date: Tue Mar 11 21:11:04 2003 +0000 - 0.9.1 release + * 0.9.1 release -commit ab0043f66abee2be60de5fbc845e0481c344faaf +commit ab0043f Author: Jaroslav Kysela +Date: Mon Mar 10 14:25:45 2003 +0000 - Added a small intro for device_list + * Added a small intro for device_list -commit 9ba313fe07693453b267d3489c95c99caecbf933 +commit 9ba313f Author: Jaroslav Kysela +Date: Fri Mar 7 20:45:26 2003 +0000 - 0.9.0rc8a + * 0.9.0rc8a -commit 433d63395417009f42dca818b522669d1138c742 +commit 433d633 Author: Jaroslav Kysela +Date: Fri Mar 7 20:21:17 2003 +0000 - automake cleanup + * automake cleanup -commit 9cf573ffa32b8c96d74097a50a1c25ebce5ef293 +commit 9cf573f Author: Jaroslav Kysela +Date: Thu Mar 6 12:52:33 2003 +0000 - Ronny V. Vindenes - Cleanup the alsa-utils rpm spec: - * removed wrongly included doc file - * changed BuildRoot from /var/tmp to %{_tmppath} - * use standard rpm macros for %build & %install - * updated dependencies + * Ronny V. Vindenes Cleanup the alsa-utils rpm + spec: * removed wrongly included doc file * changed BuildRoot from + /var/tmp to %{_tmppath} * use standard rpm macros for %build & + %install * updated dependencies -commit 219caa57c6109cd59adc641617c9780dd5d55b9e +commit 219caa5 Author: Jaroslav Kysela +Date: Sun Mar 2 20:06:05 2003 +0000 - 0.9.0rc8 + * 0.9.0rc8 -commit 53fb81e39b4a095aa66a493a3e9ff81806106ad7 +commit 53fb81e Author: Jaroslav Kysela +Date: Mon Feb 24 13:51:15 2003 +0000 - Here's a new batch of Debian patches, all from David B. Harris. + * Here's a new batch of Debian patches, all from David B. Harris. -commit 1bfb694bf094cfb488d34cd332e9f023d2da6528 +commit 1bfb694 Author: Jaroslav Kysela +Date: Mon Feb 24 12:44:05 2003 +0000 - Sparc (AU) format is big endian (16-bit) + * Sparc (AU) format is big endian (16-bit) -commit 3ca23300be5b2eca85bac5f83956cd2560c7b536 +commit 3ca2330 Author: Jaroslav Kysela +Date: Mon Feb 17 18:07:24 2003 +0000 - Don't clear resources in signal handler more than one time + * Don't clear resources in signal handler more than one time -commit cab2b63bef1b8fc28bf42bafe125c7a88ce7e30d +commit cab2b63 Author: Jaroslav Kysela +Date: Wed Feb 12 13:51:25 2003 +0000 - Added rate check + * Added rate check -commit dfe70d8fbb760ee4d7b36e6ccf59ba592c6dd3db +commit dfe70d8 Author: Takashi Iwai +Date: Tue Feb 4 16:03:36 2003 +0000 - - fixed compile warnings on gcc3.3. + * - fixed compile warnings on gcc3.3. -commit c8ae22ea692f12f19a6ab11473045294af72292f +commit c8ae22e Author: Takashi Iwai +Date: Tue Feb 4 16:03:12 2003 +0000 - - fixed the calculation of playback/record count. - - fixed compile warnings on gcc3.3. + * - fixed the calculation of playback/record count. - fixed compile + warnings on gcc3.3. -commit 056ee95e48cb257215220c24c6ee7f67aff6c47e +commit 056ee95 Author: Takashi Iwai +Date: Wed Jan 29 11:15:54 2003 +0000 - fixed the calculation of duration time for playback. + * fixed the calculation of duration time for playback. -commit d8bfeb1ef09a2a4e3b29d20aceb7b0824d9fda65 +commit d8bfeb1 Author: Jaroslav Kysela +Date: Wed Jan 29 10:40:36 2003 +0000 - 0.9.0rc7 + * 0.9.0rc7 -commit fa0f6109a71652d5e1d053d866c5126a339ad2c5 +commit fa0f610 Author: Takashi Iwai +Date: Tue Jan 7 13:44:08 2003 +0000 - fixed the command line options. + * fixed the command line options. -commit bb2024f1dd81ea7d5d04aa09879e310451e6135f +commit bb2024f Author: Takashi Iwai +Date: Fri Dec 20 16:32:50 2002 +0000 - fixed the capture arguments: capture -> cap, nocapture -> nocap. + * fixed the capture arguments: capture -> cap, nocapture -> nocap. -commit bc9fc7595a9a860e5d00393cc775bba880bbc4d2 +commit bc9fc75 Author: Jaroslav Kysela +Date: Thu Dec 19 11:26:55 2002 +0000 - Redo wrong changes by Takashi + * Redo wrong changes by Takashi -commit e8fd94060e9f8fdecc3db8ca47c4f1498996d2d6 +commit e8fd940 Author: Takashi Iwai +Date: Thu Dec 19 11:10:05 2002 +0000 - store the actual RIFF length at the wav header by arecord. - will fix the data generated withtout -d option. + * store the actual RIFF length at the wav header by arecord. will fix + the data generated withtout -d option. -commit f2aad9f2a6817e674e0ab316ac1b65949df599d2 +commit f2aad9f Author: Jaroslav Kysela +Date: Wed Dec 18 12:04:59 2002 +0000 - Fixed detection of 24-bit wav files + * Fixed detection of 24-bit wav files -commit 674e3161e04432dacd59cce77b773a6616e023eb +commit 674e316 Author: Jaroslav Kysela +Date: Wed Dec 4 14:41:32 2002 +0000 - type cleanups + * type cleanups -commit 1bcafc041a2313a670ffd0c45631778fb5dca2b3 +commit 1bcafc0 Author: Takashi Iwai +Date: Tue Dec 3 11:07:57 2002 +0000 - added autoheader in the list of command sequences for CVS compilation. + * added autoheader in the list of command sequences for CVS + compilation. -commit a4393426766c2651bf1ffd165eec636787c840b1 +commit a439342 Author: Jaroslav Kysela +Date: Mon Dec 2 20:18:29 2002 +0000 - Added POLLNVAL test + * Added POLLNVAL test -commit 870f73612f27f446f01cd6c2b480dedac55a17d1 +commit 870f736 Author: Takashi Iwai +Date: Fri Nov 29 17:32:52 2002 +0000 - added a note about ESC key. + * added a note about ESC key. -commit ea772415f08a6f67e42496d30e2b7d24476f6083 +commit ea77241 Author: Takashi Iwai +Date: Fri Nov 29 17:32:34 2002 +0000 - - removed __FUNCTION__; this will lead to many warnings with the - recent gcc... - - disabled the ESC prefix, which never works properly. + * - removed __FUNCTION__; this will lead to many warnings with the + recent gcc... - disabled the ESC prefix, which never works properly. -commit ed80be2bcfd3ddd9722b4d68b88964a3d0b2736e +commit ed80be2 Author: Jaroslav Kysela +Date: Mon Nov 25 18:16:24 2002 +0000 - Added detection for POLLERR + * Added detection for POLLERR -commit 3341f0a51c4917734a8d37d42eec1145158db8ca +commit 3341f0a Author: Jaroslav Kysela +Date: Thu Nov 14 13:26:05 2002 +0000 - 0.9.0rc6 + * 0.9.0rc6 -commit f875ef48891e7dc44846e7b24f156f84d64c5858 +commit f875ef4 Author: Jaroslav Kysela +Date: Thu Oct 24 12:10:53 2002 +0000 - Added depcomp + * Added depcomp -commit 001d825aec90c2e2b3b52d70eee7fa4b8b57132e +commit 001d825 Author: Jaroslav Kysela +Date: Thu Oct 24 11:44:18 2002 +0000 - Removed --bzip2 option for older call + * Removed --bzip2 option for older call -commit c176bd92ec65d40ec9d7ecb2620c773b7c03f1f1 +commit c176bd9 Author: Jaroslav Kysela +Date: Wed Oct 23 18:58:04 2002 +0000 - It seems that older tars are confused with --bzip2, use pipe instaed + * It seems that older tars are confused with --bzip2, use pipe instaed -commit fc5bc911c3e34bf8fc3b94a46f76277a7fe969c7 +commit fc5bc91 Author: Jaroslav Kysela +Date: Wed Oct 23 18:34:32 2002 +0000 - Used long options for tar + * Used long options for tar -commit 6577dc52a9a25fa1264efce2389ba62d585dbd31 +commit 6577dc5 Author: Jaroslav Kysela +Date: Wed Oct 23 17:57:48 2002 +0000 - 0.9.0rc5 + * 0.9.0rc5 -commit 66b3fc6c2df6291c12acf97d136f1da9b1919815 +commit 66b3fc6 Author: Takashi Iwai +Date: Wed Oct 23 15:00:24 2002 +0000 - added --copy to automake. + * added --copy to automake. -commit aebe10b34c8fec8b28947ce7203745c6fb53e698 +commit aebe10b Author: Jaroslav Kysela +Date: Wed Oct 23 13:23:57 2002 +0000 - Added check for AMTAR + * Added check for AMTAR -commit e85ff0f6d49e23831fefb72944b811df77cdf687 +commit e85ff0f Author: Jaroslav Kysela +Date: Wed Oct 23 07:38:59 2002 +0000 - Use long option for bzip2 compression to make it work with new and older tar + * Use long option for bzip2 compression to make it work with new and + older tar -commit c64ae17af5d9651ae7b76f2f53d2aad8be47909d +commit c64ae17 Author: Jaroslav Kysela +Date: Tue Oct 22 20:16:13 2002 +0000 - Returned old I flag for tar + * Returned old I flag for tar -commit 4101632da18853d916d4fa7e423c4faa74d817a2 +commit 4101632 Author: Jaroslav Kysela +Date: Tue Oct 22 19:23:54 2002 +0000 - Changed AMTAR -> TAR + * Changed AMTAR -> TAR -commit 64ac5322e43701f8abbad2a3ab856a584be8d242 +commit 64ac532 Author: Jaroslav Kysela +Date: Tue Oct 22 18:21:34 2002 +0000 - 0.9.0rc4 + * 0.9.0rc4 -commit ad59b5031c97839a319801797fef5ec7615bacdf +commit ad59b50 Author: Jaroslav Kysela +Date: Tue Oct 22 18:00:52 2002 +0000 - Use new sw params API + * Use new sw params API -commit a44f504214aeb0d38688004f12b40dd83851c3d2 +commit a44f504 Author: Takashi Iwai +Date: Thu Oct 10 11:02:54 2002 +0000 - reverted acconfig.h for the old autoheader. - include/aconfig.h.in is removed. + * reverted acconfig.h for the old autoheader. include/aconfig.h.in is + removed. -commit b15bba05e42c98fc98aa68a6ba821d9a6074a4f8 +commit b15bba0 Author: Takashi Iwai +Date: Mon Oct 7 10:41:57 2002 +0000 - - using $(AMTAR) instead or $(TAR) in the Makefile.am - - using -j instead of -I to compress using bzip2 rather than gzip + * - using $(AMTAR) instead or $(TAR) in the Makefile.am - using -j + instead of -I to compress using bzip2 rather than gzip -commit 524a76c93dca3be327f93e5f4028de72f3b23703 +commit 524a76c Author: Takashi Iwai +Date: Mon Oct 7 09:58:00 2002 +0000 - get back for the old autoheader. + * get back for the old autoheader. -commit 09d1af881e0ee58b34eab381a339cc6fd0ddb596 +commit 09d1af8 Author: Takashi Iwai +Date: Fri Oct 4 13:13:03 2002 +0000 - removed unnecessary files from repository + * removed unnecessary files from repository -commit 884bc104ef253dcabcf574536a689da53cf6d76c +commit 884bc10 Author: Takashi Iwai +Date: Wed Oct 2 14:42:00 2002 +0000 - - fixed the multi-line string (deprecated). - - fixed the calculation of max peak for 32bit samples. - - change -v option accumulative. peak bars are shown with double -v - options. + * - fixed the multi-line string (deprecated). - fixed the calculation + of max peak for 32bit samples. - change -v option accumulative. + peak bars are shown with double -v options. -commit 3b589dd966a0bca50de232cb52add68233cf32a6 +commit 3b589dd Author: Takashi Iwai +Date: Wed Oct 2 11:24:19 2002 +0000 - removed; conflicts with autoheader + * removed; conflicts with autoheader -commit 818b37a1d75ea27886856052fc02d998d13d9504 +commit 818b37a Author: Jaroslav Kysela +Date: Thu Sep 19 16:19:12 2002 +0000 - Updated to latest alsa-lib + * Updated to latest alsa-lib -commit 69a903d676414bd1c568a5f7d016c911b760158e +commit 69a903d Author: Jaroslav Kysela +Date: Thu Sep 19 10:26:22 2002 +0000 - Fixed warning + * Fixed warning -commit 7dbfb610471668f31cdd99d686f6aa3ef0de9040 +commit 7dbfb61 Author: Jaroslav Kysela +Date: Tue Sep 17 13:02:17 2002 +0000 - Updated for last changes + * Updated for last changes -commit ec9ecfc6fa8963cfda62b49108f0d7fa1264b887 +commit ec9ecfc Author: Takashi Iwai +Date: Mon Sep 9 14:27:18 2002 +0000 - added the handling of enum controls, using the recent addition to + * added the handling of enum controls, using the recent addition to alsa-lib. -commit 28d0fdaa6a89823e83bddfc41bc1e0f2c885f2ee +commit 28d0fda Author: Takashi Iwai +Date: Fri Sep 6 15:21:01 2002 +0000 - added -F option to restore the matching control elements as much as + * added -F option to restore the matching control elements as much as possible. -commit a00e467d6736105623037eb58219d0f9059840f5 +commit a00e467 Author: Takashi Iwai +Date: Tue Aug 27 16:33:28 2002 +0000 - added -P (--playback) and -C (--capture) options to specify the + * added -P (--playback) and -C (--capture) options to specify the stream explicitly regardless of its program name. -commit a07a85bf5efc8e7d66b5cad04dbfc7677e4a506e +commit a07a85b Author: Takashi Iwai +Date: Tue Aug 27 16:32:16 2002 +0000 - support 24bit WAV format. - test sample files are wanted! + * support 24bit WAV format. test sample files are wanted! -commit 4ce67c7b07eee900a13500acacacd23d1d331f1b +commit 4ce67c7 Author: Jaroslav Kysela +Date: Thu Aug 15 15:13:33 2002 +0000 - 0.9.0rc3 + * 0.9.0rc3 -commit 83ea8891c43618e4a6511fb9964fd94d51dcf9eb +commit 83ea889 Author: Takashi Iwai +Date: Tue Aug 6 07:46:19 2002 +0000 - fixed the error message + * fixed the error message -commit f098bd3f50b41d824fba1e937356fd48b1c0642d +commit f098bd3 Author: Jaroslav Kysela +Date: Tue Aug 6 07:09:12 2002 +0000 - Added autoheader call + * Added autoheader call -commit e52214d3e2135387cb891b69d7074ee5dbc8e551 +commit e52214d Author: Takashi Iwai +Date: Wed Jul 17 12:05:15 2002 +0000 - - removed obsolete group option. - - made error handling consistent. + * - removed obsolete group option. - made error handling consistent. -commit d6b09c33715259f1dfb16113c48ceef8eaf557be +commit d6b09c3 Author: Jaroslav Kysela +Date: Wed Jun 19 09:28:26 2002 +0000 - 0.9.0rc2 + * 0.9.0rc2 -commit ea1fec7d84f5ca46f1938dab999dc6ac878fe141 +commit ea1fec7 Author: Takashi Iwai +Date: Fri May 17 15:48:33 2002 +0000 - fixed capture of wav on big-endian. + * fixed capture of wav on big-endian. -commit bd2c771ca960ab68475b91bff309a9b110687bdc +commit bd2c771 Author: Jaroslav Kysela +Date: Mon May 13 09:54:24 2002 +0000 - Added INTEGER64 support by Paul Davis + * Added INTEGER64 support by Paul Davis -commit 133c82b4d9facd92e38668030fc4303e987391f8 +commit 133c82b Author: Takashi Iwai +Date: Tue May 7 12:20:55 2002 +0000 - fixed typo: removed unnecessary arg. + * fixed typo: removed unnecessary arg. -commit b9f9453a9a768a1d0a20d121921a219c5e5bc297 +commit b9f9453 Author: Takashi Iwai +Date: Tue May 7 12:20:19 2002 +0000 - fixed the format of 16bit-au file. + * fixed the format of 16bit-au file. -commit 2ebe53c0826f6eb38fbb5f3b24b5743d97a20b8b +commit 2ebe53c Author: Takashi Iwai +Date: Mon Apr 29 16:00:28 2002 +0000 - fixed typo of --period-size option. + * fixed typo of --period-size option. -commit b382b9c89b29de849e181cdffe79b0cec226a5d5 +commit b382b9c Author: Jaroslav Kysela +Date: Wed Apr 24 15:30:45 2002 +0000 - 0.9.0rc1 + * 0.9.0rc1 -commit b028a84f36f36722936e2addb0abb315e64ed5f5 +commit b028a84 Author: Jaroslav Kysela +Date: Sun Apr 7 20:44:35 2002 +0000 - Updated + * Updated -commit 35d972e98d4d555440bdcc8b1f94c4f4875dbd6c +commit 35d972e Author: Jaroslav Kysela +Date: Sun Apr 7 20:42:20 2002 +0000 - Added -D (--device option), changed semantics of -c option (same as alsamixer) + * Added -D (--device option), changed semantics of -c option (same as + alsamixer) -commit 44c2918ad5e89bec7aa0b206179254d577e3d87d +commit 44c2918 Author: Jaroslav Kysela +Date: Mon Apr 1 19:29:22 2002 +0000 - Fix for raw data recording by Georgios Papoutsis + * Fix for raw data recording by Georgios Papoutsis -commit eab164536632b50bd8674de59b377ebed18accc5 +commit eab1645 Author: Takashi Iwai +Date: Fri Mar 22 17:34:20 2002 +0000 - fixed handling of mono capture-switch on a stereo volume. + * fixed handling of mono capture-switch on a stereo volume. -commit b61885f544ecf85639858dc4c6fbe1e93cf0bcd6 +commit b61885f Author: Takashi Iwai +Date: Fri Mar 22 12:02:30 2002 +0000 - - fixes by Bernhard Kaindl. - - use the fixed event packet size to make it work regardless of - pointer size. - still there is endian-problem, though.. + * - fixes by Bernhard Kaindl. - use the fixed event packet size to + make it work regardless of pointer size. still there is + endian-problem, though.. -commit 7836d64d4d40b9f8c82a7e01f4bd94c3d36bb1ec +commit 7836d64 Author: Takashi Iwai +Date: Tue Mar 12 13:05:20 2002 +0000 - fixed typo. + * fixed typo. -commit 23d9d20b9cce0b17c2f8cf53f8fedbf4b0c241b7 +commit 23d9d20 Author: Takashi Iwai +Date: Tue Mar 12 12:30:49 2002 +0000 - fixed handling of capture switch / volume. + * fixed handling of capture switch / volume. -commit 95c2d5043a7167bedf086c73fc449c1c5b180f06 +commit 95c2d50 Author: Jaroslav Kysela +Date: Fri Mar 8 21:52:20 2002 +0000 - Fixed playing of wave files with big header section + * Fixed playing of wave files with big header section -commit d81f16b7fa1e6e3980d6b2c311d2219f9fb522c3 +commit d81f16b Author: Takashi Iwai +Date: Wed Feb 27 18:07:11 2002 +0000 - fixed / improved handling of capture volumes and switches. + * fixed / improved handling of capture volumes and switches. -commit 3ed9466bce2413f308001a02eeaf874137828d01 +commit 3ed9466 Author: Jaroslav Kysela +Date: Tue Feb 26 08:56:19 2002 +0000 - 0.9.0beta12 + * 0.9.0beta12 -commit 3fc76a4e6d856e16b977bc637020f1fe17475d56 +commit 3fc76a4 Author: Jaroslav Kysela +Date: Sat Feb 23 09:28:47 2002 +0000 - Fixed count overflow problem + * Fixed count overflow problem -commit 5524873f8d463d04e00c31f8ff5123b5759a8044 +commit 5524873 Author: Jaroslav Kysela +Date: Fri Feb 22 08:30:04 2002 +0000 - Improved peak printed results + * Improved peak printed results -commit a529f34ab9ab891596041f8af46765a7e32e03e1 +commit a529f34 Author: Takashi Iwai +Date: Tue Feb 19 12:32:09 2002 +0000 - Added --add-missing option to automake. + * Added --add-missing option to automake. -commit 71e80fab4698ef26e29ced73c61655e33535c763 +commit 71e80fa Author: Jaroslav Kysela +Date: Sun Feb 17 17:50:39 2002 +0000 - 0.9.0beta11 + * 0.9.0beta11 -commit 158ceab2981cb31cd7807aed5c6311a8d81f0f23 +commit 158ceab Author: Jaroslav Kysela +Date: Sun Feb 17 17:50:02 2002 +0000 - Fixed OOPS + * Fixed OOPS -commit 6c97531cf53f5fc057931ea794092cf5976b4444 +commit 6c97531 Author: Jaroslav Kysela +Date: Thu Feb 7 16:46:29 2002 +0000 - Added support for 32-bit counts + * Added support for 32-bit counts -commit 7ba18d08d4046bc5997afbb7fdabbaa22be906dc +commit 7ba18d0 Author: Jaroslav Kysela +Date: Sat Feb 2 19:29:04 2002 +0000 - Fixed calculation of start_delay + * Fixed calculation of start_delay -commit 6a76ce51c0b94a7ec65cc305f533b1a8801ca8e1 +commit 6a76ce5 Author: Jaroslav Kysela +Date: Sat Feb 2 09:47:19 2002 +0000 - Added limits for start_threshold + * Added limits for start_threshold -commit 10eb23743500d0a583e14f9db7cd5f6f00b65953 +commit 10eb237 Author: Jaroslav Kysela +Date: Thu Jan 10 08:32:29 2002 +0000 - Fixed parsing of boolean value for cset + * Fixed parsing of boolean value for cset -commit ccb2381331b74d434655f12abdefecddf3aee921 +commit ccb2381 Author: Jaroslav Kysela +Date: Sun Jan 6 10:17:28 2002 +0000 - Fixed arecord dependency + * Fixed arecord dependency -commit fbef8265410fd0bd632c880488b98e27ba196c88 +commit fbef826 Author: Jaroslav Kysela +Date: Sun Dec 30 09:36:26 2001 +0000 - Added arecord to bin_PROGRAMS + * Added arecord to bin_PROGRAMS -commit bc638e8edbd92bfc50ca8bc97ef67977b846beba +commit bc638e8 Author: Jaroslav Kysela +Date: Sun Dec 30 09:32:53 2001 +0000 - Updated GNU GPL (address) + * Updated GNU GPL (address) -commit e0eb9cc2ff761589992ec27b473a75b90f081519 +commit e0eb9cc Author: Jaroslav Kysela +Date: Fri Dec 7 20:13:28 2001 +0000 - Fixed window resize signal handling and poll handling + * Fixed window resize signal handling and poll handling -commit acf749d325801a1db71aa5193768d10584382a73 +commit acf749d Author: Jaroslav Kysela +Date: Fri Dec 7 19:53:51 2001 +0000 - Fixed view position + * Fixed view position -commit 4fd58fd98db1e5f634f2925a5ce295b1ec3933a0 +commit 4fd58fd Author: Jaroslav Kysela +Date: Sat Dec 1 20:27:04 2001 +0000 - 0.9.0beta10a + * 0.9.0beta10a -commit c5a22a4622f99c70bd2c027cf33edb4b82a9102b +commit c5a22a4 Author: Jaroslav Kysela +Date: Sat Dec 1 20:26:46 2001 +0000 - Fixed default start_delay for arecord + * Fixed default start_delay for arecord -commit a2a165a1befbdc5fb2063504591ac2c2cc6108f7 +commit a2a165a Author: Jaroslav Kysela +Date: Fri Nov 30 17:39:40 2001 +0000 - 0.9.0beta10 + * 0.9.0beta10 -commit e98c0a3d804395dbf984dc3b764c4aee0be9a3d8 +commit e98c0a3 Author: Jaroslav Kysela +Date: Tue Nov 27 17:37:48 2001 +0000 - Default start_delay is zero (maximum buffering) + * Default start_delay is zero (maximum buffering) -commit 411d3122cfed4fb506f26ff9ec0c82586d43c812 +commit 411d312 Author: Jaroslav Kysela +Date: Mon Nov 26 18:39:49 2001 +0000 - Fixed typos + * Fixed typos -commit 0067b89050efedb5d653499122b71c8d338a0903 +commit 0067b89 Author: Jaroslav Kysela +Date: Mon Nov 26 18:35:01 2001 +0000 - A bit updated + * A bit updated -commit d18a6453b2d85e59b32292d42c32d1bd5380aaad +commit d18a645 Author: Jaroslav Kysela +Date: Mon Nov 26 18:24:41 2001 +0000 - Added exit for configure and test for CVSCOMPILE_NO_MAKE + * Added exit for configure and test for CVSCOMPILE_NO_MAKE -commit c81835c7aa49b725d61d136cd3613d60dabcb90c +commit c81835c Author: Jaroslav Kysela +Date: Tue Nov 20 09:05:27 2001 +0000 - Removed unused pack target + * Removed unused pack target -commit 69e927ffd490ff0c8a3e892cb5e0d60843b1d503 +commit 69e927f Author: Jaroslav Kysela +Date: Tue Nov 20 09:04:26 2001 +0000 - Updated for SuSE and automake + * Updated for SuSE and automake -commit 39cc208f0a1ac952abec8f3429ba416d1ff2c7b7 +commit 39cc208 Author: Jaroslav Kysela +Date: Tue Nov 20 09:03:43 2001 +0000 - Updated... + * Updated... -commit fcd84b4de0c9893fe46b8b9fdac25c377f6ce46c +commit fcd84b4 Author: Jaroslav Kysela +Date: Mon Nov 19 12:00:18 2001 +0000 - Updated to snd_config_get_id changes + * Updated to snd_config_get_id changes -commit bd6e546b5fea9d668552d54e18ae92443c9dc82c +commit bd6e546 Author: Jaroslav Kysela +Date: Wed Nov 14 07:38:18 2001 +0000 - Fixed wave file saving by James Tappin + * Fixed wave file saving by James Tappin -commit cc3f05a4f1579a96421e8d853744ee8cdf9cc3a8 +commit cc3f05a Author: Takashi Iwai +Date: Mon Nov 12 15:59:53 2001 +0000 - Fixed for the current behavior, options. + * Fixed for the current behavior, options. -commit cec3489a132404b25465729f3a28cb3fa6dfe11f +commit cec3489 Author: Jaroslav Kysela +Date: Mon Nov 12 09:36:39 2001 +0000 - Modifications by Miroslav Benes + * Modifications by Miroslav Benes -commit 56901aca4664e19734594c8cc6109435a817ae9a +commit 56901ac Author: Takashi Iwai +Date: Thu Nov 8 13:29:50 2001 +0000 - added missing DESTDIR + * added missing DESTDIR -commit ca506c695b0f983bb14a84547614c492dfe8557c +commit ca506c6 Author: Jaroslav Kysela +Date: Tue Nov 6 07:51:48 2001 +0000 - Added man pages to EXTRA_DIST + * Added man pages to EXTRA_DIST -commit 777b27133097349230eeb3bc0569007bf05c3134 +commit 777b271 Author: Jaroslav Kysela +Date: Mon Nov 5 07:48:59 2001 +0000 - 0.9.0beta9 + * 0.9.0beta9 -commit b009e6956c97acae0dad1af49b11e903c8109031 +commit b009e69 Author: Jaroslav Kysela +Date: Wed Oct 24 14:41:10 2001 +0000 - Small cleanups + * Small cleanups -commit 505135dffe74edc5697fb91b686c4071e8d04efa +commit 505135d Author: Jaroslav Kysela +Date: Tue Oct 9 12:28:01 2001 +0000 - Added arecord.1 + * Added arecord.1 -commit 3eab6faf292ab149fdcb32de63341d1698f2c0e6 +commit 3eab6fa Author: Jaroslav Kysela +Date: Thu Oct 4 16:49:29 2001 +0000 - Update to suspend messages + * Update to suspend messages -commit edf18fe4f3f246b021f8d4122bcf7f9f158f5a23 +commit edf18fe Author: Jaroslav Kysela +Date: Thu Oct 4 16:41:45 2001 +0000 - Modified according the power management update + * Modified according the power management update -commit bfa0a061ed49792f7d68d4025c1ed53b407d9903 +commit bfa0a06 Author: Jaroslav Kysela +Date: Thu Oct 4 15:04:44 2001 +0000 - Added code for suspend code + * Added code for suspend code -commit c72696ff397845b2d87230c2823284cb4a38c33e +commit c72696f Author: Jaroslav Kysela +Date: Thu Oct 4 15:03:39 2001 +0000 - Fixed thinkos (power on, power off) + * Fixed thinkos (power on, power off) -commit 191da605087398d09348553cdec7355f3ceff3c4 +commit 191da60 Author: Jaroslav Kysela +Date: Tue Oct 2 08:03:52 2001 +0000 - Fixed warning + * Fixed warning -commit 0cdfe6f00d432609c063f0be08033b1d4c885014 +commit 0cdfe6f Author: Jaroslav Kysela +Date: Tue Oct 2 07:43:12 2001 +0000 - Fixed peak meter + * Fixed peak meter -commit 9528f8a6c09f203ae2a272f0d962996331bd4414 +commit 9528f8a Author: Jaroslav Kysela +Date: Thu Sep 27 19:14:26 2001 +0000 - Fixed compilation + * Fixed compilation -commit 5ee8a3ffa285ff68dd24465d449038e863f79630 +commit 5ee8a3f Author: Jaroslav Kysela +Date: Thu Sep 27 17:07:45 2001 +0000 - 0.9.0beta8 + * 0.9.0beta8 -commit d205c38ea678933215cc9660e7729849f60a2a04 +commit d205c38 Author: Jaroslav Kysela +Date: Thu Sep 27 17:07:07 2001 +0000 - Added toggle for cset + * Added toggle for cset -commit a23db635c9d7c73982f735dae0725a033807bd2a +commit a23db63 Author: Jaroslav Kysela +Date: Wed Sep 26 16:05:03 2001 +0000 - Added power state control + * Added power state control -commit 5210f4862406958214b69629b801d7feb5d3fb61 +commit 5210f48 Author: Jaroslav Kysela +Date: Wed Sep 26 13:08:14 2001 +0000 - More examples, more updates (toggle) + * More examples, more updates (toggle) -commit 8c437b382cc4a6a737f02b33072a1bc778e5d7ea +commit 8c437b3 Author: Jaroslav Kysela +Date: Thu Sep 20 08:31:12 2001 +0000 - Added toggle for simple controls and fixed volume setup bug + * Added toggle for simple controls and fixed volume setup bug -commit 6bd266995ebdab2d31c660c19b93a9ba7b01f2c5 +commit 6bd2669 Author: Jaroslav Kysela +Date: Tue Sep 11 09:34:14 2001 +0000 - Changed location of asoundlib.h from sys dir to alsa dir. - (it means that official location is '#include ') + * Changed location of asoundlib.h from sys dir to alsa dir. (it means + that official location is '#include ') -commit a33994dd0bdd49f2b85187cd8f773b08a465600a +commit a33994d Author: Jaroslav Kysela +Date: Tue Sep 11 08:39:48 2001 +0000 - Added signal handler and the count in captured file is corrected + * Added signal handler and the count in captured file is corrected -commit 78b428e09a2ead5f2f7dfd6fe50d58e625f7ada4 +commit 78b428e Author: Jaroslav Kysela +Date: Thu Sep 6 08:57:52 2001 +0000 - Added peak meter for debugging purposes + * Added peak meter for debugging purposes -commit ca65b689809c772ed1bc866b0a690e8fa6cf87b1 +commit ca65b68 Author: Jaroslav Kysela +Date: Wed Sep 5 09:23:31 2001 +0000 - Fixed inverted controls + * Fixed inverted controls -commit 29faa915db2b34328d26397543ac4f49a7d08cc6 +commit 29faa91 Author: Jaroslav Kysela +Date: Mon Sep 3 12:16:38 2001 +0000 - Removed unused stuff for poll + * Removed unused stuff for poll -commit ea8fe975d983f13dbdb275460f53772ed453bf46 +commit ea8fe97 Author: Jaroslav Kysela +Date: Mon Aug 27 09:15:44 2001 +0000 - Enhanced syntax for sset (channels, direction) + * Enhanced syntax for sset (channels, direction) -commit abe718c7cf4ecad66cf41e1563b372f34a339361 +commit abe718c Author: Jaroslav Kysela +Date: Wed Aug 22 11:00:07 2001 +0000 - Corrected endian test + * Corrected endian test -commit f7b6aa50e68c8ed9a57cc8cd0c155f7a4b55423e +commit f7b6aa5 Author: Jaroslav Kysela +Date: Wed Aug 22 06:41:16 2001 +0000 - Fixed compilation + * Fixed compilation -commit 3a9930a163596b31ca2e0f974dc57603e99c6a69 +commit 3a9930a Author: Jaroslav Kysela +Date: Mon Aug 20 09:28:18 2001 +0000 - 0.9.0beta7 + * 0.9.0beta7 -commit de6eefa17bcfbe44bf2fa5e2bb1d30fc5a74038d +commit de6eefa Author: Jaroslav Kysela +Date: Tue Aug 7 10:34:51 2001 +0000 - Little updates + * Little updates -commit 95dac87c1a0ee9e46774f76b2534a82ea725ee73 +commit 95dac87 Author: Jaroslav Kysela +Date: Tue Aug 7 10:28:24 2001 +0000 - Update for 0.9 + * Update for 0.9 -commit 9a35d631c3e3dfead9d40ceddc3fc6840998162e +commit 9a35d63 Author: Jaroslav Kysela +Date: Mon Aug 6 15:11:03 2001 +0000 - Removed digital setup + * Removed digital setup -commit 867febada7d049cd88c7e1ad99b052436f0de883 +commit 867feba Author: Jaroslav Kysela +Date: Wed Jul 25 11:49:32 2001 +0000 - Another mono fix + * Another mono fix -commit e97a0a1bdbfd397286179609c62480b0a2324473 +commit e97a0a1 Author: Jaroslav Kysela +Date: Mon Jul 23 13:26:34 2001 +0000 - Fixed 'get' output (common and mono parts). - Added filter for inactive controls. - Added -i/--inactive option to disable new filter. + * Fixed 'get' output (common and mono parts). Added filter for + inactive controls. Added -i/--inactive option to disable new filter. -commit 2ecee3b2572bab843028f39cc469cd01dc98ef13 +commit 2ecee3b Author: Jaroslav Kysela +Date: Mon Jul 23 13:08:44 2001 +0000 - Fixed event handling + * Fixed event handling -commit 72c6afdd77d85cf140584d6f84012d25fb544f6e +commit 72c6afd Author: Jaroslav Kysela +Date: Fri Jul 20 07:56:50 2001 +0000 - 0.9.0beta6 + * 0.9.0beta6 -commit ed07d2e32ab9129df05fcbbf8375cf1a00e6d403 +commit ed07d2e Author: Takashi Iwai +Date: Thu Jul 12 16:37:38 2001 +0000 - Fixed thinkos. Now -x should work well. + * Fixed thinkos. Now -x should work well. -commit 99137b4df7793f533b90ff230dd06c039f6535ce +commit 99137b4 Author: Takashi Iwai +Date: Wed Jul 11 15:43:01 2001 +0000 - More fix to compile - removed snd_enum_incr and snd_int_to_enum macros. + * More fix to compile - removed snd_enum_incr and snd_int_to_enum + macros. -commit b2fca9696526600fc1ac4c8de2d1f3c7c6752d76 +commit b2fca96 Author: Takashi Iwai +Date: Wed Jul 11 15:00:59 2001 +0000 - Fixed compile; removed snd_enum_xxx macros. + * Fixed compile; removed snd_enum_xxx macros. -commit c7ed13b3ae1b278ee140a2930bd396576e67c944 +commit c7ed13b Author: Jaroslav Kysela +Date: Wed Jul 4 13:55:13 2001 +0000 - Rewritten for the new sequencer API (with encapsulation). + * Rewritten for the new sequencer API (with encapsulation). -commit e6a4296b790fbb588a3f6325134aec51f185bc04 +commit e6a4296 Author: Jaroslav Kysela +Date: Tue Jun 26 10:36:04 2001 +0000 - 0.9.0beta5 + * 0.9.0beta5 -commit 4fc8ecce685d30d2d1b9c1afd62b9666f8831e42 +commit 4fc8ecc Author: Jaroslav Kysela +Date: Mon Jun 25 13:14:51 2001 +0000 - mixerid & components change + * mixerid & components change -commit 49829cb0fef16ffec5a2653dcdff42dbb0f20c40 +commit 49829cb Author: Jaroslav Kysela +Date: Mon Jun 25 09:16:27 2001 +0000 - Fixed simple ID parser (when index is ommited) + * Fixed simple ID parser (when index is ommited) -commit 9f29bedbfd754efd6ce7a312246ec43dce8c8f0c +commit 9f29bed Author: Jaroslav Kysela +Date: Fri Jun 15 08:55:17 2001 +0000 - Cleanups and fixed arguments for *_open() - default. + * Cleanups and fixed arguments for *_open() - default. -commit e875ea948d98cfe1e8d6fe911cfba78654ca9f5f +commit e875ea9 Author: Jaroslav Kysela +Date: Mon Jun 11 07:44:13 2001 +0000 - Improved help and fixed english typo + * Improved help and fixed english typo -commit c9510a21da237ffc8166d20c35d7ec67bb02e494 +commit c9510a2 Author: Abramo Bagnara +Date: Wed Jun 6 14:24:10 2001 +0000 - Corrected message + * Corrected message -commit 363a4a4c251ef4e9189c9bb337d747a6a0fbd800 +commit 363a4a4 Author: Abramo Bagnara +Date: Mon Jun 4 18:04:19 2001 +0000 - Added hooked PCM type (one sample hook implementation will follow). Some cleaning. + * Added hooked PCM type (one sample hook implementation will follow). + Some cleaning. -commit 8f7c083597a63a3ad75872c28499c7829c6971bf +commit 8f7c083 Author: Jaroslav Kysela +Date: Wed May 23 12:23:10 2001 +0000 - Removed YACC and LEX checks + * Removed YACC and LEX checks -commit 009a7fee0abbf52de95639bc9ca4be7be20a1daf +commit 009a7fe Author: Abramo Bagnara +Date: Tue May 22 09:19:44 2001 +0000 - Completed parametric configuration and begun to use it + * Completed parametric configuration and begun to use it -commit 3c7ef9765b33f7e337a70c0f7022ed0a7089ce3f +commit 3c7ef97 Author: Jaroslav Kysela +Date: Tue May 15 12:25:43 2001 +0000 - Updated + * Updated -commit 88272c9da38a91394a7591f5b2414c96550ca85f +commit 88272c9 Author: Jaroslav Kysela +Date: Tue May 15 12:25:25 2001 +0000 - Added -D option and improved -c option + * Added -D option and improved -c option -commit 2a026a8a125c00220dcc9152e91d39ab585e4204 +commit 2a026a8 Author: Jaroslav Kysela +Date: Tue May 15 12:11:08 2001 +0000 - Updated + * Updated -commit 6f75a56d2c3ce95561c31012c01cf44e636af9ad +commit 6f75a56 Author: Jaroslav Kysela +Date: Tue May 15 12:10:22 2001 +0000 - asound.conf -> asound.state + * asound.conf -> asound.state -commit a36456f9b34057cdea7964b1c16601f801f41086 +commit a36456f Author: Jaroslav Kysela +Date: Mon May 14 17:12:46 2001 +0000 - 0.9.0beta4 + * 0.9.0beta4 -commit bbef4ad2672526b03f0af9d49b3cd3aaaaed7ff4 +commit bbef4ad Author: Jaroslav Kysela +Date: Sun Apr 22 08:13:29 2001 +0000 - Fixed warning + * Fixed warning -commit ef6875f4edc40ebe8e66a624817200c957eeca7a +commit ef6875f Author: Abramo Bagnara +Date: Thu Apr 19 21:18:24 2001 +0000 - Improved automatic start/stop + * Improved automatic start/stop -commit 25f6d0f91298593df40a5e669d97e4f78efef953 +commit 25f6d0f Author: Jaroslav Kysela +Date: Sun Apr 15 09:50:17 2001 +0000 - Added AU format + * Added AU format -commit 891bc7692892967bc60755894f277ae60c9f8b68 +commit 891bc76 Author: Abramo Bagnara +Date: Fri Apr 13 15:40:56 2001 +0000 - Better PCM mmap API. Fixed pcm_multi + * Better PCM mmap API. Fixed pcm_multi -commit abcd3a5fb4116de681d6eef1eac2c6b92162038e +commit abcd3a5 Author: Abramo Bagnara +Date: Fri Mar 30 09:43:30 2001 +0000 - More documentation. Tiny change for simple mixer element API (get_range) + * More documentation. Tiny change for simple mixer element API + (get_range) -commit 98fceb5f56fb2432de7fbc21566de2d53cde553d +commit 98fceb5 Author: Abramo Bagnara +Date: Thu Mar 29 09:10:47 2001 +0000 - More documentation. Added mode argument to i/o_stdio_open. + * More documentation. Added mode argument to i/o_stdio_open. -commit f8ab746deb282342dfe3b95c6aed7e27ec52214c +commit f8ab746 Author: Abramo Bagnara +Date: Mon Mar 26 12:45:50 2001 +0000 - Added mode argument to open functions where it was missing. First part of CTL documentation + * Added mode argument to open functions where it was missing. First + part of CTL documentation -commit 91945c86921ddc353fe569e8329b79741f3b224e +commit 91945c8 Author: Jaroslav Kysela +Date: Mon Mar 19 15:40:43 2001 +0000 - 0.9.0beta3 + * 0.9.0beta3 -commit b8e931be0075b43b74c24de9f080a0673007c3e3 +commit b8e931b Author: Abramo Bagnara +Date: Fri Mar 16 07:35:25 2001 +0000 - Documentation fixes from Pavel Roskin + * Documentation fixes from Pavel Roskin -commit 3031ae4ec70c0886b17f4dd13fc00fe3e410bf2d +commit 3031ae4 Author: Abramo Bagnara +Date: Thu Mar 8 14:20:00 2001 +0000 - Fixes for pcm_list + * Fixes for pcm_list -commit c34456d6ba20d96809e46396841f65dbbd5c12d0 +commit c34456d Author: Jaroslav Kysela +Date: Fri Mar 2 09:44:41 2001 +0000 - 0.9.0beta2 + * 0.9.0beta2 -commit a2c30bf6826aca00c4a670f3ea0899f3ec18fd24 +commit a2c30bf Author: Takashi Iwai +Date: Thu Mar 1 17:40:17 2001 +0000 - close the roof of cabriolet (mixer elements w/o mute). + * close the roof of cabriolet (mixer elements w/o mute). -commit b18b0da438c81e5bc31571a4a3dfb65f6f61edfd +commit b18b0da Author: Takashi Iwai +Date: Thu Mar 1 17:38:07 2001 +0000 - fixed compile on some gcc version.. + * fixed compile on some gcc version.. -commit 946078f8c4cefcd99b20c155c0d38a1e23058395 +commit 946078f Author: Jaroslav Kysela +Date: Wed Feb 28 09:01:45 2001 +0000 - Added period == buffer_size check to prevent misusing + * Added period == buffer_size check to prevent misusing -commit 65dde04e4efa13a955199dcba94a58997eb0ec20 +commit 65dde04 Author: Jaroslav Kysela +Date: Tue Feb 27 12:27:04 2001 +0000 - Corrected IEC958 control name + * Corrected IEC958 control name -commit 4200ac00a40c1fd786be345cb6dbb9a2ec01705e +commit 4200ac0 Author: Abramo Bagnara +Date: Sun Feb 25 22:37:18 2001 +0000 - Updated version number + * Updated version number -commit cd88bf91b8e312cea39e5a4055751bc71c267a9a +commit cd88bf9 Author: Abramo Bagnara +Date: Sun Feb 25 11:54:05 2001 +0000 - Added timersub definition if missing + * Added timersub definition if missing -commit 740881bdf55992a24d76d8f7da7501c02788c86f +commit 740881b Author: Jaroslav Kysela +Date: Fri Feb 23 09:58:14 2001 +0000 - Recoded to use poll rather than select and + * Recoded to use poll rather than select and -commit 33b8d4717ef631088e5b8859fdd5fa5c693e9eef +commit 33b8d47 Author: Abramo Bagnara +Date: Thu Feb 22 10:29:39 2001 +0000 - Fixed use of poll_descriptors + * Fixed use of poll_descriptors -commit 59bbfe130f8faa86d660525a29d9464b3d15813d +commit 59bbfe1 Author: Abramo Bagnara +Date: Wed Feb 21 20:46:07 2001 +0000 - Fixed mute/unmute + * Fixed mute/unmute -commit bfab88125ac45cfcdef7904941bbffb0e12fa4c8 +commit bfab881 Author: Jaroslav Kysela +Date: Tue Feb 20 20:29:40 2001 +0000 - 0.9.0beta1 + * 0.9.0beta1 -commit b43cf636056d71e61107f5d06cf355498808b0fa +commit b43cf63 Author: Abramo Bagnara +Date: Tue Feb 20 08:51:57 2001 +0000 - Exit if no elems are available + * Exit if no elems are available -commit 536e7b66a56a3ad37a2f6ff9d6503e8547be7f5d +commit 536e7b6 Author: Abramo Bagnara +Date: Sun Feb 18 18:32:31 2001 +0000 - Changed descriptors_count + * Changed descriptors_count -commit 76876623816c665940791192a5d08ba5f0c5f97c +commit 7687662 Author: Abramo Bagnara +Date: Sun Feb 18 17:56:38 2001 +0000 - Added range specification to simple mixer. Fixes to alsamixer. Added mixer support to alsa-oss + * Added range specification to simple mixer. Fixes to alsamixer. Added + mixer support to alsa-oss -commit 1a2e4a61990cd5985f67af4dc357a90b5933dcfb +commit 1a2e4a6 Author: Abramo Bagnara +Date: Thu Feb 15 23:05:42 2001 +0000 - New simple mixer implementation + * New simple mixer implementation -commit 20c7e5b6676f16fde8a207ef07aec29927e41f9e +commit 20c7e5b Author: Jaroslav Kysela +Date: Thu Feb 15 09:14:28 2001 +0000 - Fixed cset + * Fixed cset -commit 246c930afb844f05d644d0a77e9eae8ec359ddbd +commit 246c930 Author: Jaroslav Kysela +Date: Wed Feb 14 13:08:49 2001 +0000 - elem_count -> get_count + * elem_count -> get_count -commit c4212d749657591fb38ccbe3780d426de9041497 +commit c4212d7 Author: Jaroslav Kysela +Date: Wed Feb 14 12:22:47 2001 +0000 - Recoded alsamixer utility to use the latest alsa-lib's API. + * Recoded alsamixer utility to use the latest alsa-lib's API. -commit b62252dd772f635615dbfc5e8fdb94004e654ed3 +commit b62252d Author: Abramo Bagnara +Date: Tue Feb 13 21:29:38 2001 +0000 - Changed control to use events mask. Added subscribe ioctl + * Changed control to use events mask. Added subscribe ioctl -commit fdacf95e6c3913b5d1edf59b6ce4e3e28c60a077 +commit fdacf95 Author: Abramo Bagnara +Date: Tue Feb 13 20:20:52 2001 +0000 - Fixed unhexing thanks to Anders + * Fixed unhexing thanks to Anders -commit 9c7ba0063091a91d112cfc8487edb365e7a64651 +commit 9c7ba00 Author: Abramo Bagnara +Date: Tue Feb 13 18:36:36 2001 +0000 - Fixed typo + * Fixed typo -commit 0b017222660bc0473e76cea990a2266c3e03d0c1 +commit 0b01722 Author: Abramo Bagnara +Date: Mon Feb 12 23:51:53 2001 +0000 - More generic support for poll descriptors + * More generic support for poll descriptors -commit abd8b9f9e89f81583472bb0e649257ec13de839d +commit abd8b9f Author: Jaroslav Kysela +Date: Mon Feb 12 13:33:25 2001 +0000 - Fixed typo & thinko + * Fixed typo & thinko -commit fbec0a5f8d13a0928044f21339603380bc41d2e1 +commit fbec0a5 Author: Abramo Bagnara +Date: Sun Feb 11 15:45:44 2001 +0000 - Completed mixer API. Improved iterators. Renamed control values struct. Rewritten simple elements implementation + * Completed mixer API. Improved iterators. Renamed control values + struct. Rewritten simple elements implementation -commit 7346943471b0cffcff4c3de4d1a574e660dc964f +commit 7346943 Author: Jaroslav Kysela +Date: Fri Feb 9 15:38:59 2001 +0000 - Changed according to new hctl API + * Changed according to new hctl API -commit 3fadc219ee467bd27b36f3a2be3f065a66d72a18 +commit 3fadc21 Author: Jaroslav Kysela +Date: Fri Feb 9 13:52:39 2001 +0000 - Temporary hack for compilation + * Temporary hack for compilation -commit 012584247c5162755bdc6719925b119a225e2a85 +commit 0125842 Author: Abramo Bagnara +Date: Fri Feb 9 11:20:32 2001 +0000 - Completed control and mixer API + * Completed control and mixer API -commit 7b2cc96f18492158db113a39a3f1e9f80a53e8ef +commit 7b2cc96 Author: Abramo Bagnara +Date: Wed Feb 7 17:09:00 2001 +0000 - Fixed sign + * Fixed sign -commit 7d75ba2c1b9394be37732b56ddb4b48be1a7946b +commit 7d75ba2 Author: Abramo Bagnara +Date: Wed Feb 7 15:13:17 2001 +0000 - Better names for control API + * Better names for control API -commit 4b6c8ce82e2d74e2720cdc453b84d8c9c2c34a31 +commit 4b6c8ce Author: Abramo Bagnara +Date: Wed Feb 7 11:34:42 2001 +0000 - Encapsulated conf API + * Encapsulated conf API -commit 0ef8943fb0c8232ff02c674ec70768b060ff1847 +commit 0ef8943 Author: Abramo Bagnara +Date: Tue Feb 6 23:48:29 2001 +0000 - Control API encapsulation. Better names for kernel API. Simpler PCM hw_params API. Added missing const. + * Control API encapsulation. Better names for kernel API. Simpler PCM + hw_params API. Added missing const. -commit 3df0171dc0276721d68675334372c03c2f104741 +commit 3df0171 Author: Abramo Bagnara +Date: Mon Feb 5 15:44:45 2001 +0000 - Encapsulated hwdep. Converted all enums to type safety + * Encapsulated hwdep. Converted all enums to type safety -commit 2121e1576c786404618e92f58ed55dffbacf643f +commit 2121e15 Author: Abramo Bagnara +Date: Sun Feb 4 17:03:19 2001 +0000 - Corrected and completed encapsulation for PCM and rawmidi. Remove SND_PCM_HW_PARAM_* and use functions. Separated rawmidi info between streams + * Corrected and completed encapsulation for PCM and rawmidi. Remove + SND_PCM_HW_PARAM_* and use functions. Separated rawmidi info between + streams -commit a2426856b39f8241db005ff241c1e01e5a878f88 +commit a242685 Author: Abramo Bagnara +Date: Wed Jan 31 17:26:59 2001 +0000 - Removed card type from devices info. Added card number to devices info. Completed encapsulation of PCM API. Removed snd_pcm_card(). All copy functions now have the form copy(dst, src). + * Removed card type from devices info. Added card number to devices + info. Completed encapsulation of PCM API. Removed snd_pcm_card(). + All copy functions now have the form copy(dst, src). -commit 6f4c05c64a786308617d86e6b526b35ac6e6cf64 +commit 6f4c05c Author: Abramo Bagnara +Date: Tue Jan 30 16:51:28 2001 +0000 - Added snd_ prefix to mask and interval. Divided header.h wrappers + * Added snd_ prefix to mask and interval. Divided header.h wrappers -commit d1f96b62a8317362d649bd64cce67941b35ad847 +commit d1f96b6 Author: Abramo Bagnara +Date: Mon Jan 29 14:27:56 2001 +0000 - First step toward encapsulation + * First step toward encapsulation -commit 72db56ca30328fa8995549e7ed5c792cadeca869 +commit 72db56c Author: Abramo Bagnara +Date: Mon Jan 29 08:41:26 2001 +0000 - Fixed aplay -l + * Fixed aplay -l -commit 025a1c8d2675d6be77409c438c06760672edd539 +commit 025a1c8 Author: Abramo Bagnara +Date: Wed Jan 17 11:00:34 2001 +0000 - Added I/O classes + * Added I/O classes -commit be058e4a04cd9f4d0608898306ce38d212017387 +commit be058e4 Author: Abramo Bagnara +Date: Mon Jan 15 13:43:08 2001 +0000 - Changed some remaining size_t's + * Changed some remaining size_t's -commit 744c8798c06510a79c10128a2839d00e7a0ba738 +commit 744c879 Author: Abramo Bagnara +Date: Mon Jan 15 11:06:55 2001 +0000 - New PCM model with fragment concept removal and two interrupt sources - Renamed size_t/ssize_t to snd_pcm_sframes_t/snd_pcm_uframes_t + * New PCM model with fragment concept removal and two interrupt + sources Renamed size_t/ssize_t to + snd_pcm_sframes_t/snd_pcm_uframes_t -commit 7b49188c03ead2b00b6926bac145d021c6954330 +commit 7b49188 Author: Abramo Bagnara +Date: Tue Jan 9 19:35:52 2001 +0000 - Fixed missing mask initialization + * Fixed missing mask initialization -commit 924fa1704affb3edacc467cc2b1dd82c35075c83 +commit 924fa17 Author: Abramo Bagnara +Date: Fri Dec 29 15:00:55 2000 +0000 - PCM API cleaning. silencing implementation. xfer_min removal + * PCM API cleaning. silencing implementation. xfer_min removal -commit 38fd1dc7220a4e49fc0cc704359d421ff2b3d233 +commit 38fd1dc Author: Jaroslav Kysela +Date: Wed Dec 27 21:24:57 2000 +0000 - aplay/arecord + * aplay/arecord -commit 652941f76e4a6cba8ff83e40196854ff11944b46 +commit 652941f Author: Jaroslav Kysela +Date: Fri Dec 22 14:03:15 2000 +0000 - Updated the S/PDIF test code. + * Updated the S/PDIF test code. -commit 66608d67ea2a5033cc4989cfc0ff33e785e36a9b +commit 66608d6 Author: Jaroslav Kysela +Date: Fri Dec 22 11:25:11 2000 +0000 - Added support for IEC958 + * Added support for IEC958 -commit 84f294a3b998219e118ceb54d314102bf2ba6fe7 +commit 84f294a Author: Jaroslav Kysela +Date: Thu Dec 21 21:53:07 2000 +0000 - S/PDIF related changes.. + * S/PDIF related changes.. -commit a3696de829085c3eb84087b4ec357cdb2193a853 +commit a3696de Author: Abramo Bagnara +Date: Thu Dec 21 20:44:11 2000 +0000 - New hw_params implementation + * New hw_params implementation -commit 2f0a374adbf5767711750fb7869a8db7c86d1da1 +commit 2f0a374 Author: Jaroslav Kysela +Date: Mon Dec 11 12:29:49 2000 +0000 - pcm_name defaults to plug:0,0 + * pcm_name defaults to plug:0,0 -commit 2f6416f347bcf0aac3f41629beb6f5af0cc09740 +commit 2f6416f Author: Abramo Bagnara +Date: Mon Dec 11 11:19:39 2000 +0000 - Fixed non interleaved with only one channels case + * Fixed non interleaved with only one channels case -commit eadcd7a72732cd6b205a2676ea8fe3ba547b8dba +commit eadcd7a Author: Abramo Bagnara +Date: Thu Dec 7 15:58:04 2000 +0000 - Runtime hw_info constraints support. New hw_info with lengths + * Runtime hw_info constraints support. New hw_info with lengths -commit deb4498a12a2bba5adc626f9d4631846a73c49b6 +commit deb4498 Author: Jaroslav Kysela +Date: Mon Dec 4 16:48:30 2000 +0000 - Fixed types + * Fixed types -commit 5f542e20aa3f64246c3de718a39bd61bf5a54ec3 +commit 5f542e2 Author: Abramo Bagnara +Date: Mon Dec 4 10:08:30 2000 +0000 - More relaxed strategy + * More relaxed strategy -commit 6228fe8e07b6109d4066e427922c2abd78cae17c +commit 6228fe8 Author: Jaroslav Kysela +Date: Fri Dec 1 11:49:54 2000 +0000 - Fixed removal of hidden connections + * Fixed removal of hidden connections -commit 3180b940995481351e778e68570f65931920b01d +commit 3180b94 Author: Jaroslav Kysela +Date: Thu Nov 30 19:25:50 2000 +0000 - Updates for the latest API (the next device changes). + * Updates for the latest API (the next device changes). -commit b62a07a9db7204eb77b8d73c37e1be5008500ec2 +commit b62a07a Author: Abramo Bagnara +Date: Thu Nov 30 14:14:36 2000 +0000 - Fixed sw_params + * Fixed sw_params -commit fd099e64848999d14ffe723c4286d8b918c6c358 +commit fd099e6 Author: Jaroslav Kysela +Date: Wed Nov 29 18:34:03 2000 +0000 - Added debug flags + * Added debug flags -commit 95785f81a3cc55077378b027bef352c27d27d346 +commit 95785f8 Author: Abramo Bagnara +Date: Wed Nov 29 18:29:31 2000 +0000 - Missing letters + * Missing letters -commit 880f642260e4abc9f3476863e0020222a8854bc1 +commit 880f642 Author: Abramo Bagnara +Date: Wed Nov 29 18:27:33 2000 +0000 - Added experimental options for spdif output (for debugging purpose) + * Added experimental options for spdif output (for debugging purpose) -commit c3348ac9ddfa08c96f32f035280798da739d266c +commit c3348ac Author: Abramo Bagnara +Date: Wed Nov 29 08:32:36 2000 +0000 - Cleaned all hw_info. Removed snd_pcm_hw_{info,params}_rules* and changed strategy to allow the same functionality. Cleaned names tables. Added informative failure + * Cleaned all hw_info. Removed snd_pcm_hw_{info,params}_rules* and + changed strategy to allow the same functionality. Cleaned names + tables. Added informative failure -commit fc9fc225f32142c3581642b319f674b52d635a98 +commit fc9fc22 Author: Jaroslav Kysela +Date: Sat Nov 25 18:25:56 2000 +0000 - English updates + * English updates -commit 69a69ade1f952bf5e66ced0de362faa128c0f5a4 +commit 69a69ad Author: Jaroslav Kysela +Date: Sat Nov 25 16:38:04 2000 +0000 - Added the error handler ignoring misleading warnings... + * Added the error handler ignoring misleading warnings... -commit cc398d1855a001ec603e31b7bbbcdc0272de3b5b +commit cc398d1 Author: Abramo Bagnara +Date: Tue Nov 21 20:38:50 2000 +0000 - Fixed open default + * Fixed open default -commit 86b50130e99854bf4a9d9eeb0449a0c0f3f4f748 +commit 86b5013 Author: Abramo Bagnara +Date: Tue Nov 21 17:15:06 2000 +0000 - Changed default ctl name to open + * Changed default ctl name to open -commit 25b794332186481f82c3ce87d83b3684fb2c3c51 +commit 25b7943 Author: Jaroslav Kysela +Date: Mon Nov 20 20:11:13 2000 +0000 - Merged pcmfinal branch. + * Merged pcmfinal branch. -commit cfce590e41bce3b9f79d0ebff0af34baf5cf675d +commit cfce590 Author: Jaroslav Kysela +Date: Sat Nov 4 12:16:28 2000 +0000 - DESTDIR fixes + * DESTDIR fixes -commit 00cf60e11da131e7dd8a94d451eaff2bf2467b43 +commit 00cf60e Author: Abramo Bagnara +Date: Sat Oct 14 10:35:24 2000 +0000 - Ported to alsa-lib changes + * Ported to alsa-lib changes -commit 0f2eaba07a4d3968f88e7109f2a2b4fe9fff25b8 +commit 0f2eaba Author: Abramo Bagnara +Date: Sat Oct 7 17:00:33 2000 +0000 - Removed memory leak + * Removed memory leak -commit 5e4997b682f6bf3d3539bc03153873f099a8baaf +commit 5e4997b Author: Abramo Bagnara +Date: Thu Oct 5 11:25:01 2000 +0000 - Removed snd_pcm_drain done before setup + * Removed snd_pcm_drain done before setup -commit fe0398a0f6e8ada55e4c499d9aec1c650481d356 +commit fe0398a Author: Abramo Bagnara +Date: Thu Oct 5 10:26:08 2000 +0000 - Removed ptrs from status. Some cleaning for alsa-lib + * Removed ptrs from status. Some cleaning for alsa-lib -commit da8c3eddb00ad654c604eca1ecf7ab512526ac0c +commit da8c3ed Author: Abramo Bagnara +Date: Tue Oct 3 06:47:16 2000 +0000 - Removed xrun_max. Cleaned xrun handling + * Removed xrun_max. Cleaned xrun handling -commit 907eba4cf9e83a78d2578bafdc68d897a03d4061 +commit 907eba4 Author: Abramo Bagnara +Date: Mon Oct 2 20:23:29 2000 +0000 - Removed xrun_act. Added SND_PCM_STATE_DRAINING. Clean spinlock abuse in read/write path + * Removed xrun_act. Added SND_PCM_STATE_DRAINING. Clean spinlock abuse + in read/write path -commit 543e387fc8d00dbe056a1417ec8b784b88964b7d +commit 543e387 Author: Abramo Bagnara +Date: Mon Oct 2 07:00:00 2000 +0000 - Renamed stop -> drop in API + * Renamed stop -> drop in API -commit 2ec99095fe3fa7f89c7810d6d3b35e45813f5c33 +commit 2ec9909 Author: Abramo Bagnara +Date: Fri Sep 29 20:49:20 2000 +0000 - Completed renaming drain->stop, flush->drain (PCM). Done renaming drain->drop, flush->drain (rawmidi and seq). Removed wrong module usage count inc/dec from mmap + * Completed renaming drain->stop, flush->drain (PCM). Done renaming + drain->drop, flush->drain (rawmidi and seq). Removed wrong module + usage count inc/dec from mmap -commit 637b3f828c0faacd54adc6241f9ee973268c0f90 +commit 637b3f8 Author: Jaroslav Kysela +Date: Sun Sep 24 09:57:50 2000 +0000 - Merged pcmplug branch. + * Merged pcmplug branch. -commit ff3ef012ecc3a737c1378071a8aa637d01eb17f2 +commit ff3ef01 Author: Jaroslav Kysela +Date: Mon Sep 18 09:47:46 2000 +0000 - Added Item: line + * Added Item: line -commit b03e752d96b0af94c651cc107d33eb8dca3a1847 +commit b03e752 Author: Jaroslav Kysela +Date: Mon Sep 18 09:47:01 2000 +0000 - Corrections for 'char *card' + * Corrections for 'char *card' -commit e0847b4af87f144b67e62e98f8d3a4879151946f +commit e0847b4 Author: Takashi Iwai +Date: Thu Sep 14 10:19:45 2000 +0000 - Accept the client name as address argument of aconnect and aseqnet. - You may use aconnect like this: - % aconnect External:0 Emu8000:1 + * Accept the client name as address argument of aconnect and aseqnet. + You may use aconnect like this: % aconnect External:0 Emu8000:1 -commit d57f1ef1663a12e94fce93cf72450101bc95577a +commit d57f1ef Author: Abramo Bagnara +Date: Tue Sep 12 12:40:09 2000 +0000 - Fixed thinko + * Fixed thinko -commit 50857967841531a0e73ccf10b6837faeebc82b8a +commit 5085796 Author: Abramo Bagnara +Date: Tue Sep 12 07:11:02 2000 +0000 - Some cleaning renames. Prepared API for new plugins + * Some cleaning renames. Prepared API for new plugins -commit 4ce15b2f84adb653f088a51393abd8ef215aa00a +commit 4ce15b2 Author: Jaroslav Kysela +Date: Mon Sep 11 16:12:14 2000 +0000 - removed ansidecl.h + * removed ansidecl.h -commit d594ba181ce1c1039429fa7ef78cebeeb8c716c4 +commit d594ba1 Author: Takashi Iwai +Date: Mon Sep 11 16:03:51 2000 +0000 - Fixed group and permission checks + * Fixed group and permission checks -commit a6427e6044cc825231decb53d149554aa4467cfe +commit a6427e6 Author: Abramo Bagnara +Date: Mon Sep 11 15:49:33 2000 +0000 - Added abstraction layer to controls. Added client/server support to controls. Cleaned private_data use for PCMs. Cleaned aserver + * Added abstraction layer to controls. Added client/server support to + controls. Cleaned private_data use for PCMs. Cleaned aserver -commit 787089c2c00c8ed05b806f716cbc72c973b2a0ac +commit 787089c Author: Abramo Bagnara +Date: Sun Sep 10 09:53:33 2000 +0000 - Removed step if not needed. Fixed typo. Allow store/restore to/from stdio + * Removed step if not needed. Fixed typo. Allow store/restore to/from + stdio -commit fad195af136485d55a010c6bd88b8229b168bb70 +commit fad195a Author: Jaroslav Kysela +Date: Sat Sep 9 23:17:04 2000 +0000 - Fixed -l output + * Fixed -l output -commit 8013b4b934b9d18c853daf2d605a68eb874df24b +commit 8013b4b Author: Jaroslav Kysela +Date: Mon Sep 4 09:18:13 2000 +0000 - Recoded WAV file parser + * Recoded WAV file parser -commit 1e5289de132327b11e146c5a8432eead76c88de9 +commit 1e5289d Author: Takashi Iwai +Date: Fri Sep 1 16:25:10 2000 +0000 - Bug fixes and modifications for the recent change of sequencer API. + * Bug fixes and modifications for the recent change of sequencer API. -commit c786b1b6d583bd8bd9de9ef0521d6c5f97b2ad62 +commit c786b1b Author: Takashi Iwai +Date: Thu Aug 31 11:20:34 2000 +0000 - Add -x option for removing all exported connections + * Add -x option for removing all exported connections -commit 9281f6b8e8b03b1a3f9ae5b372df05a2df81af5d +commit 9281f6b Author: Abramo Bagnara +Date: Thu Aug 31 09:33:56 2000 +0000 - Updated + * Updated -commit 9d3cbc3833aac7dd12f4937e7a1a70b39d2bfbad +commit 9d3cbc3 Author: Jaroslav Kysela +Date: Tue Aug 29 08:04:19 2000 +0000 - Next fix in safe_read + * Next fix in safe_read -commit 76702105ecaa9590335ecf24fbe6abdb9653ef76 +commit 7670210 Author: Abramo Bagnara +Date: Mon Aug 28 06:33:08 2000 +0000 - Fixed buffer overflow spotted by Henrik + * Fixed buffer overflow spotted by Henrik -commit 762dd6b564229dae901e1cf37ec9730af93489ca +commit 762dd6b Author: Abramo Bagnara +Date: Sat Aug 26 08:30:41 2000 +0000 - Congruent iface naming + * Congruent iface naming -commit daa1208d5f5dfafe5b94d6a2e439940bd9bc4f8f +commit daa1208 Author: Abramo Bagnara +Date: Fri Aug 25 16:37:31 2000 +0000 - Some typos. Be relaxed wrt syntax error on store + * Some typos. Be relaxed wrt syntax error on store -commit 44ee42e58720447d334008e409924bb0a9f667a4 +commit 44ee42e Author: Abramo Bagnara +Date: Fri Aug 25 14:36:58 2000 +0000 - Better name for snd_card_get_index. Cleaned error messages + * Better name for snd_card_get_index. Cleaned error messages -commit 8c4e1aa76980d0248a0e90cc6510dc0836ab2843 +commit 8c4e1aa Author: Abramo Bagnara +Date: Fri Aug 25 14:34:26 2000 +0000 - Rewritten alsactl + * Rewritten alsactl -commit 6add1cdfb51f283f1e58ba3fe8c8805d49384686 +commit 6add1cd Author: Abramo Bagnara +Date: Thu Aug 24 17:59:21 2000 +0000 - Ported aplay to named PCMs + * Ported aplay to named PCMs -commit 983837e24366f18d2729d6ec34f02d3729b9cbd3 +commit 983837e Author: Jaroslav Kysela +Date: Wed Aug 23 14:38:37 2000 +0000 - Fix + * Fix -commit a8cbebd3681cda9fd6836baaac65f029717d434c +commit a8cbebd Author: Jaroslav Kysela +Date: Tue Aug 22 17:35:12 2000 +0000 - Fixed heap overwriting problems... + * Fixed heap overwriting problems... -commit bf4625ca5ac37c5c610b99d347bbbe7b1c44dfce +commit bf4625c Author: Jaroslav Kysela +Date: Sat Aug 19 09:08:39 2000 +0000 - More verbose errors, added safe_read for pipes + * More verbose errors, added safe_read for pipes -commit ccffbc6e7620dd99b976f7836bb7c1ad480e1239 +commit ccffbc6 Author: Jaroslav Kysela +Date: Wed Aug 16 13:36:24 2000 +0000 - A few fixes and added undocumented 'sevents' command + * A few fixes and added undocumented 'sevents' command -commit fbb7b7c4e9ba156bb7e2ede9c8ed717e71670520 +commit fbb7b7c Author: Jaroslav Kysela +Date: Sat Aug 12 15:34:17 2000 +0000 - Added (undocumented) events command + * Added (undocumented) events command -commit 80e0e865109e15dc9e177c7bed60e15a59f86a69 +commit 80e0e86 Author: Abramo Bagnara +Date: Fri Aug 11 21:02:34 2000 +0000 - Slightly better failure diagnostic + * Slightly better failure diagnostic -commit c569788bf207a0aa6e4a475e36062a3546b689bb +commit c569788 Author: Jaroslav Kysela +Date: Fri Aug 11 19:29:55 2000 +0000 - First attempt to make this tool functional with latest 0.6.x mixer API. + * First attempt to make this tool functional with latest 0.6.x mixer + API. -commit ad018be92ccfc48dbe40035ed57f301e58705736 +commit ad018be Author: Jaroslav Kysela +Date: Fri Aug 4 09:55:35 2000 +0000 - 64-bit fixes.. + * 64-bit fixes.. -commit eb4a1a6015b9d81375275809c48d90f383376c23 +commit eb4a1a6 Author: Jaroslav Kysela +Date: Fri Jul 28 20:19:42 2000 +0000 - Removed debugging lines.. + * Removed debugging lines.. -commit 8af52519b769daaff76ed2b27504b3143ff9b65c +commit 8af5251 Author: Abramo Bagnara +Date: Wed Jul 26 11:40:31 2000 +0000 - Added missing index match + * Added missing index match -commit 50658ad2e73f2604c6d775535a69466f96a3f9fb +commit 50658ad Author: Jaroslav Kysela +Date: Tue Jul 25 15:17:55 2000 +0000 - Changed syntax of configuration file and added better parsing. + * Changed syntax of configuration file and added better parsing. -commit 67aefd9f3eb9ac5fd1e893905896b2ed0ae00ef3 +commit 67aefd9 Author: Abramo Bagnara +Date: Mon Jul 17 15:33:29 2000 +0000 - Added dump facility. Continued pcm_multi implementation + * Added dump facility. Continued pcm_multi implementation -commit 9d5b8f205df85177dc3bf58c3f983846897f897f +commit 9d5b8f2 Author: Jaroslav Kysela +Date: Sat Jul 15 10:21:59 2000 +0000 - Changes reflecting the new control API and kernel mixer API removal. + * Changes reflecting the new control API and kernel mixer API removal. -commit 54164096e326d32870b1ae4d5ffbf7a1e90325d8 +commit 5416409 Author: Abramo Bagnara +Date: Wed Jul 12 16:25:21 2000 +0000 - Fixed timelimit use + * Fixed timelimit use -commit c88189e490a2af66af0946c6302144b0d05c98d2 +commit c88189e Author: Abramo Bagnara +Date: Thu Jul 6 17:20:49 2000 +0000 - Fixed arecord bug wrt time limit + * Fixed arecord bug wrt time limit -commit f46d20e4b2452273764a04e24aa25b38203dffad +commit f46d20e Author: Abramo Bagnara +Date: Mon Jul 3 07:44:08 2000 +0000 - Added missing include + * Added missing include -commit bc41b6a2b72621de4edc991867d0888ecf294b66 +commit bc41b6a Author: Abramo Bagnara +Date: Sat Jul 1 10:38:30 2000 +0000 - Moved some info fields to proper place (setup). Renamed mmap_size to mmap_bytes. Added detailed fail report to params_t. Added params_info to API. + * Moved some info fields to proper place (setup). Renamed mmap_size to + mmap_bytes. Added detailed fail report to params_t. Added + params_info to API. -commit 08c3ad2d62d6491cdfa960abd8d9bc4e57071f5d +commit 08c3ad2 Author: Abramo Bagnara +Date: Sat Jul 1 10:37:42 2000 +0000 - Updated + * Updated -commit da6110d1a3eae9ff2da6ea39663275a69a9b909a +commit da6110d Author: Abramo Bagnara +Date: Sun Jun 25 16:30:20 2000 +0000 - Added cd and dat format shortcuts + * Added cd and dat format shortcuts -commit 35c721265c257de468f11571753d007bc6fa001c +commit 35c7212 Author: Abramo Bagnara +Date: Thu Jun 22 06:07:13 2000 +0000 - Conformance to new pcm_info semantic + * Conformance to new pcm_info semantic -commit c410bf9a629ad967ed8a465680f4c9804a7df288 +commit c410bf9 Author: Abramo Bagnara +Date: Wed Jun 21 15:05:06 2000 +0000 - Reorganized options and added support for pcm_multi + * Reorganized options and added support for pcm_multi -commit 2c3d1a06390cba888f34dc2d2a6d0dafeddf9364 +commit 2c3d1a0 Author: Abramo Bagnara +Date: Wed Jun 21 15:04:15 2000 +0000 - Remove device, stream, subdevice selection and incorporated in info structs + * Remove device, stream, subdevice selection and incorporated in info + structs -commit 217417698c3391284b03b8c5460214de595ffee7 +commit 2174176 Author: Abramo Bagnara +Date: Sun Jun 11 13:33:16 2000 +0000 - Fixed oversized silence filling + * Fixed oversized silence filling -commit 5cc8a510e9943ecbecd154798e1db99466116c4a +commit 5cc8a51 Author: Abramo Bagnara +Date: Sat Jun 10 12:39:52 2000 +0000 - Changed ALSA unit from bytes to frames. Splitted mmap control structs. Better midlevel interrupt handler + * Changed ALSA unit from bytes to frames. Splitted mmap control + structs. Better midlevel interrupt handler -commit 0ac634858324939a4ac2ef641f014b6b8ced684b +commit 0ac6348 Author: Abramo Bagnara +Date: Mon Jun 5 11:38:02 2000 +0000 - Renamed status field in state + * Renamed status field in state -commit fb8e187f174708ed2cf47fb6420defad35222775 +commit fb8e187 Author: Abramo Bagnara +Date: Sun Jun 4 16:26:59 2000 +0000 - Commented out useless (and wrong) munmap + * Commented out useless (and wrong) munmap -commit 5825302e0394f676c0f31584783574d024536e9d +commit 5825302 Author: Abramo Bagnara +Date: Thu Jun 1 11:37:43 2000 +0000 - Uros Bizjak : - - fixes compilation (format.voices -> format.channels) - - ntohl -> BE_INT for AU files - - recoded AU_MAGIC header for AU files + * Uros Bizjak : - fixes compilation (format.voices + -> format.channels) - ntohl -> BE_INT for AU files - recoded + AU_MAGIC header for AU files -commit 1b4bd70ef9f7809278ad38e586d5c4bcbb12c87d +commit 1b4bd70 Author: Takashi Iwai +Date: Tue May 30 10:12:59 2000 +0000 - - Fix big-endian bug in aplay/arecord. + * - Fix big-endian bug in aplay/arecord. -commit 048c2000f8a4a9451436ac510fc318699c585776 +commit 048c200 Author: Abramo Bagnara +Date: Mon May 29 18:54:23 2000 +0000 - Better .wav detection + * Better .wav detection -commit 749b45430476b9ca8ff17c7fe1165617ace7c0dd +commit 749b454 Author: Abramo Bagnara +Date: Sat May 27 16:52:19 2000 +0000 - Better names for ALSA API. Added min_fragments, max_fragments. + * Better names for ALSA API. Added min_fragments, max_fragments. -commit c2d2e5b3b9562e028d985d877b12ff53108edfb5 +commit c2d2e5b Author: Takashi Iwai +Date: Fri May 26 14:37:27 2000 +0000 - - use tar options instead of actually changing owner when packing. + * - use tar options instead of actually changing owner when packing. -commit c8e5bf9d40f9a3e5dd47a92de483a9998955fd9f +commit c8e5bf9 Author: Takashi Iwai +Date: Fri May 26 11:53:14 2000 +0000 - - Fix typos in endian condition check - (XXX_ENDIAN -> SND_XXX_ENDIAN) + * - Fix typos in endian condition check (XXX_ENDIAN -> + SND_XXX_ENDIAN) -commit 2a0c823b25a0384d3f6e1a40087d0fe0e6c3fd26 +commit 2a0c823 Author: Abramo Bagnara +Date: Thu May 25 08:36:59 2000 +0000 - Moved format descriptions out of kernel space. Exported setup dump function. + * Moved format descriptions out of kernel space. Exported setup dump + function. -commit a44c389b7dd29eba5e2adb596b50c3990b7ae225 +commit a44c389 Author: Abramo Bagnara +Date: Tue May 23 12:52:07 2000 +0000 - Removed frag_* fields. Collapsed I/O plugins. Added to mmap plugin support for stream mode + * Removed frag_* fields. Collapsed I/O plugins. Added to mmap plugin + support for stream mode -commit 23221cc2964f9310bdab581c20ce930c872fbf6f +commit 23221cc Author: Abramo Bagnara +Date: Thu May 18 14:42:43 2000 +0000 - Initial implementation of non interleaved play/record + * Initial implementation of non interleaved play/record -commit 25765774b545c23341debdb22c1db001de4d4224 +commit 2576577 Author: Abramo Bagnara +Date: Thu May 18 14:42:06 2000 +0000 - Updated TODO + * Updated TODO -commit ba5e41f7a3f4b4c23f676d277b138a2b6c1564aa +commit ba5e41f Author: Abramo Bagnara +Date: Tue May 16 18:06:39 2000 +0000 - Description fix + * Description fix -commit f2644facdec845f9cd065788beee2f23b9771fd5 +commit f2644fa Author: Abramo Bagnara +Date: Tue May 16 16:00:51 2000 +0000 - Propagated field name change + * Propagated field name change -commit 3b5c5b2268ac075927ac1cd120a7a0ea74dafa7a +commit 3b5c5b2 Author: Takashi Iwai +Date: Tue May 16 10:46:11 2000 +0000 - - fix alsamixer bug which causes SEGFAULT when volume bar is changed. - - fix aplay for reading WAVE file properly even on big-endian machine. + * - fix alsamixer bug which causes SEGFAULT when volume bar is + changed. - fix aplay for reading WAVE file properly even on + big-endian machine. -commit 8bc5325f98819180895e6c78ba6c8b6073e79d7c +commit 8bc5325 Author: Abramo Bagnara +Date: Fri May 12 17:51:56 2000 +0000 - Fixed error destination + * Fixed error destination -commit aa812e45408631e01de4a9a8e06f8ede584b4366 +commit aa812e4 Author: Abramo Bagnara +Date: Fri May 12 17:51:28 2000 +0000 - Fixed switch LIST handling + * Fixed switch LIST handling -commit 789a35dd5c49847adf0f79b8c44f8083cbf84490 +commit 789a35d Author: Jaroslav Kysela +Date: Wed May 10 09:36:35 2000 +0000 - Added SND_SW_ITEM_LIST support. + * Added SND_SW_ITEM_LIST support. -commit b625125728f0949947a5b39dedb45b14d029bdc8 +commit b625125 Author: Abramo Bagnara +Date: Tue May 9 17:25:41 2000 +0000 - Added TODO to dist + * Added TODO to dist -commit ae3835f6904d2db121a7796ffc1b5f8587104f9e +commit ae3835f Author: Abramo Bagnara +Date: Tue May 9 10:42:12 2000 +0000 - Added TODO files + * Added TODO files -commit b77ca419f64345ba5ff6f7916e2ec9080a550d44 +commit b77ca41 Author: Jaroslav Kysela +Date: Mon May 8 18:54:14 2000 +0000 - Merged pcm2 branch. + * Merged pcm2 branch. -commit 228bf51025d90bbced03e4224bd9ed9c6ffa06fe +commit 228bf51 Author: Jaroslav Kysela +Date: Mon Apr 17 18:55:33 2000 +0000 - MUX1 & MUX2 renaming... + * MUX1 & MUX2 renaming... -commit 09502f8c1acaf05f2b1059103cbe3832120f07c1 +commit 09502f8 Author: Abramo Bagnara +Date: Mon Apr 17 17:40:06 2000 +0000 - Added mmap'able plugins + * Added mmap'able plugins -commit ac470cab8e52bb7486939c8ca8dc493bb1c6610d +commit ac470ca Author: Abramo Bagnara +Date: Sun Apr 16 15:37:30 2000 +0000 - Changed mmap control. Removed *right* useless mode setting + * Changed mmap control. Removed *right* useless mode setting -commit 84d62fd99179bb325a4aa0e283a372b036c01bb3 +commit 84d62fd Author: Abramo Bagnara +Date: Sun Apr 16 11:07:42 2000 +0000 - Removed misleading and useless mode setting + * Removed misleading and useless mode setting -commit 16b31a3f6c1cf86a7de75b37f4d66889985b572f +commit 16b31a3 Author: Abramo Bagnara +Date: Wed Apr 12 20:44:14 2000 +0000 - Make explicit an assert + * Make explicit an assert -commit 7c705b0954f42f7d6860d8c8087cd78ae484160e +commit 7c705b0 Author: Jaroslav Kysela +Date: Mon Apr 3 18:19:13 2000 +0000 - 0.6.0pre1 + * 0.6.0pre1 -commit 48823e9ea56572a30c4f241f18c3563cb9a01cbf +commit 48823e9 Author: Takashi Iwai +Date: Sat Mar 18 18:00:37 2000 +0000 - extension of amixer set command: - - add front, rear, center, woofer channel selection - - left and right volumes can be given separately - - volumes can be increased/decreased relatively with + or - suffix + * extension of amixer set command: - add front, rear, center, woofer + channel selection - left and right volumes can be given separately - + volumes can be increased/decreased relatively with + or - suffix -commit afc08728750174329be790bb5e9a21beb79323ca +commit afc0872 Author: Jaroslav Kysela +Date: Sat Mar 11 21:34:55 2000 +0000 - 0.5.6 + * 0.5.6 -commit f7c4aad91ff038c0a5c39970aa02e9237b413103 +commit f7c4aad Author: Takashi Iwai +Date: Fri Mar 10 15:45:09 2000 +0000 - alsamixer supports rear, center and woofer speakers + * alsamixer supports rear, center and woofer speakers -commit 670aace7821c7eb05084cdc889a9987ad0ac3220 +commit 670aace Author: Jaroslav Kysela +Date: Wed Mar 1 18:13:35 2000 +0000 - 0.5.5 + * 0.5.5 -commit 8b42d2133384a4966c69d424b9673fa5412d04d4 +commit 8b42d21 Author: Jaroslav Kysela +Date: Wed Mar 1 18:13:14 2000 +0000 - Changed the switch interface. - Every switches are accessible via one ioctl. + * Changed the switch interface. Every switches are accessible via one + ioctl. -commit d3885276f872b14b579f2ad57e9d7914cc1e41a1 +commit d388527 Author: Jaroslav Kysela +Date: Sun Feb 27 13:40:15 2000 +0000 - 0.5.4 + * 0.5.4 -commit 93575849f3413cf3f5a9fc555c44888884a61261 +commit 9357584 Author: Jaroslav Kysela +Date: Sun Feb 27 13:35:45 2000 +0000 - .tar.gz -> .tar.bz2 + * .tar.gz -> .tar.bz2 -commit 35723eca5f1431c30e24ed77b0df4f57999ebe92 +commit 35723ec Author: Jaroslav Kysela +Date: Tue Feb 22 17:36:35 2000 +0000 - Fixed return codes (added EPIPE). + * Fixed return codes (added EPIPE). -commit 168728fd2ea49d2cc78bde450cd04190c7b18a66 +commit 168728f Author: Jaroslav Kysela +Date: Wed Feb 16 21:28:33 2000 +0000 - Added dist-hook.. + * Added dist-hook.. -commit dd2a8b01e0dfef6ab9e4ca8d4374bd9724fd2049 +commit dd2a8b0 Author: Jaroslav Kysela +Date: Wed Feb 16 21:06:08 2000 +0000 - pack -> .bz2 + * pack -> .bz2 -commit 03eb77f1bb8c9d8da35111eeb3bac15179e9c6f9 +commit 03eb77f Author: Jaroslav Kysela +Date: Wed Feb 16 20:56:05 2000 +0000 - 0.5.3 + * 0.5.3 -commit 0092ec6c6602c9f8db824fe3c878cef026f7292c +commit 0092ec6 Author: Jaroslav Kysela +Date: Mon Feb 7 18:05:52 2000 +0000 - Fixed mono mute & capture... + * Fixed mono mute & capture... -commit 2ce1b9a5860115388df289aece2031ef956159ef +commit 2ce1b9a Author: Jaroslav Kysela +Date: Fri Feb 4 12:37:39 2000 +0000 - 0.5.2 + * 0.5.2 -commit e23566ee0d608e960afe62bdeaffb01561c03dbc +commit e23566e Author: Jaroslav Kysela +Date: Fri Feb 4 10:09:38 2000 +0000 - Optimization issues.. Removed -lasound. + * Optimization issues.. Removed -lasound. -commit 39100f184d45c66b131ccf23dacb8eeca3573ce6 +commit 39100f1 Author: Jaroslav Kysela +Date: Sat Jan 29 10:21:51 2000 +0000 - Added support for subtypes... + * Added support for subtypes... -commit fcdb2f42e1588daaa733026470deec6d856ba630 +commit fcdb2f4 Author: Jaroslav Kysela +Date: Fri Jan 28 22:46:00 2000 +0000 - Fix for the -o parameter. - Fix int the capture error handling. + * Fix for the -o parameter. Fix int the capture error handling. -commit 079252a8f7cd698ce2bf4a377be51535b64e189f +commit 079252a Author: Jaroslav Kysela +Date: Thu Jan 27 21:41:36 2000 +0000 - Fixed some trouble with USER switch and added USER_READ_ONLY switch support. + * Fixed some trouble with USER switch and added USER_READ_ONLY switch + support. -commit 6016056f83781a5d543a408f619decbf66043ea5 +commit 6016056 Author: Jaroslav Kysela +Date: Sat Jan 22 18:57:49 2000 +0000 - 0.5.1 + * 0.5.1 -commit 5f6d6e72d469e90b1d884d67e47d99fdbe8f71f7 +commit 5f6d6e7 Author: Abramo Bagnara +Date: Tue Jan 18 08:45:43 2000 +0000 - Added group and elements sorting + * Added group and elements sorting -commit 900d2fc74c9bdfaf881e938160d99cd5a7ff6353 +commit 900d2fc Author: Jaroslav Kysela +Date: Sun Jan 16 22:10:02 2000 +0000 - 0.5.0 + * 0.5.0 -commit 1782db02e4ec1d1c097af2ae8dcb6c8e9cfa3bc7 +commit 1782db0 Author: Jaroslav Kysela +Date: Tue Jan 11 17:43:20 2000 +0000 - 0.5.0pre2 + * 0.5.0pre2 -commit a77f0e92083627608df11909d6b71442c6a12fa5 +commit a77f0e9 Author: Jaroslav Kysela +Date: Tue Jan 11 13:28:15 2000 +0000 - Small cosmetic changes... + * Small cosmetic changes... -commit 66c3b06a5a006c9b5cec5f2914c3f95fc97c3d93 +commit 66c3b06 Author: Jaroslav Kysela +Date: Tue Jan 11 13:19:03 2000 +0000 - Fixes for PCM capture switches... + * Fixes for PCM capture switches... -commit f9d81448d80fecdc50541db1749763ef11fb241e +commit f9d8144 Author: Jaroslav Kysela +Date: Mon Jan 10 14:34:04 2000 +0000 - Also the switch name is shown.. + * Also the switch name is shown.. -commit 5571280c063bb970c71531088c12e5cfaf713388 +commit 5571280 Author: Jaroslav Kysela +Date: Mon Jan 10 13:29:00 2000 +0000 - jcu.cz -> alsa-project.org modifications & other cleanups + * jcu.cz -> alsa-project.org modifications & other cleanups -commit 88cf23afe83502c45e14e11998f758300c41e2f1 +commit 88cf23a Author: Jaroslav Kysela +Date: Mon Jan 10 13:10:23 2000 +0000 - 0.5.0pre1 + * 0.5.0pre1 -commit 4b7b384e4025b4402b999a623e23d965b56d8fba +commit 4b7b384 Author: Abramo Bagnara +Date: Mon Jan 10 08:16:32 2000 +0000 - fixed function names + * fixed function names -commit 366a0131b8cf0bb31e6b62cf4a4f7b7d847ec9aa +commit 366a013 Author: Jaroslav Kysela +Date: Sat Jan 8 21:56:36 2000 +0000 - Compilation fix (removed snd_mixer_info_t->switches) + * Compilation fix (removed snd_mixer_info_t->switches) -commit 8344e31ce65edabe91d6a0ed3094c8fb18947344 +commit 8344e31 Author: Abramo Bagnara +Date: Sat Jan 8 20:11:40 2000 +0000 - - splitted pcm channels in two different devices to handle mmap correctly - - removed mmap control device - - reordered pcm shared and not shared code - - changed O_WRONLY oss pcm modifier in a more symmetric and elegant way - - changed slightly control interface - - added snd-debug-check - - uniformed null pointer check - - fixed a typo in linear plugin + * - splitted pcm channels in two different devices to handle mmap + correctly - removed mmap control device - reordered pcm shared and + not shared code - changed O_WRONLY oss pcm modifier in a more + symmetric and elegant way - changed slightly control interface - + added snd-debug-check - uniformed null pointer check - fixed a typo + in linear plugin -commit 8e2b523a92329e4b8a48da18bb3614c47470e44f +commit 8e2b523 Author: Jaroslav Kysela +Date: Wed Jan 5 13:46:58 2000 +0000 - GTK mixer programs xamixer2 & gamix were removed. - The reason is the difficult maintaince. + * GTK mixer programs xamixer2 & gamix were removed. The reason is the + difficult maintaince. -commit fa88a970787507697bf01d5eba5deb4b27d07dff +commit fa88a97 Author: Jaroslav Kysela +Date: Tue Jan 4 12:39:00 2000 +0000 - Moved aconnect and aseqnet sequencer utilities into the alsa-utils package. + * Moved aconnect and aseqnet sequencer utilities into the alsa-utils + package. -commit 94179487220b066de77b2dc78919fde47de9d901 +commit 9417948 Author: Jaroslav Kysela +Date: Tue Jan 4 12:20:49 2000 +0000 - Fixes for the dynamic group update. - Fixed the mono group handling. + * Fixes for the dynamic group update. Fixed the mono group handling. -commit 277a86c3ad1d82009d3dd46bb7621cf2d0805227 +commit 277a86c Author: Jaroslav Kysela +Date: Mon Jan 3 22:40:51 2000 +0000 - The alsamixer program is back for the mixer v2 API (group control). - This program has a lot of bugs: - - dynamic updates handling - - mono volume control handling + * The alsamixer program is back for the mixer v2 API (group control). + This program has a lot of bugs: - dynamic updates handling - + mono volume control handling -commit 744b833c5b4884156225055a9503e801e9ba9de8 +commit 744b833 Author: Abramo Bagnara +Date: Tue Dec 28 14:52:56 1999 +0000 - Added right support for timelimit in 24 and 32 bits linear samples + * Added right support for timelimit in 24 and 32 bits linear samples -commit c0bd9ad38127f80fcbd755b8bdb09f1f4009b839 +commit c0bd9ad Author: Jaroslav Kysela +Date: Sun Dec 26 17:27:47 1999 +0000 - MMAP changes (/dev/snd/pcmcontrol). - Removed unregister callback from snd_minor_t. + * MMAP changes (/dev/snd/pcmcontrol). Removed unregister callback from + snd_minor_t. -commit 2265c964e05e7317db4d7845aa2dd63f20e95799 +commit 2265c96 Author: Abramo Bagnara +Date: Sat Dec 25 15:27:50 1999 +0000 - Added raw format specification + * Added raw format specification -commit 9c01963e5cf81743c499dc83233997ad4c0dc17a +commit 9c01963 Author: Abramo Bagnara +Date: Fri Dec 24 10:55:55 1999 +0000 - Fixed alsactl parsing for empty mixers + * Fixed alsactl parsing for empty mixers -commit 6a4a9a007757974e8ae091191c310da3850660de +commit 6a4a9a0 Author: Abramo Bagnara +Date: Fri Dec 24 10:55:12 1999 +0000 - Fixed alsactl store for the second (and further) card + * Fixed alsactl store for the second (and further) card -commit 0dcb344612b3b64ad180c47835fa43251c483093 +commit 0dcb344 Author: Abramo Bagnara +Date: Mon Dec 13 20:03:30 1999 +0000 - fixes for coping with zero elements or groups + * fixes for coping with zero elements or groups -commit c1f35c1425f72c09b8f4a39a2725f314ed77e771 +commit c1f35c1 Author: Jaroslav Kysela +Date: Mon Dec 13 19:17:52 1999 +0000 - Rerouted 'Using soundcard ...' message to stderr + * Rerouted 'Using soundcard ...' message to stderr -commit 1057ea82b6a5172e5bf8a908de54fab1cf55a3d4 +commit 1057ea8 Author: Jaroslav Kysela +Date: Sat Dec 11 20:36:14 1999 +0000 - Added snd_pcm_get_format_name() to alsa-lib. + * Added snd_pcm_get_format_name() to alsa-lib. -commit a56730c1facc5a886408a67e569cd21bbf3581bb +commit a56730c Author: Jaroslav Kysela +Date: Sat Dec 11 11:43:22 1999 +0000 - Added longname printf + * Added longname printf -commit 679338b28d502bd0ac6005b9a751f52ad11fcf1c +commit 679338b Author: Jaroslav Kysela +Date: Thu Dec 9 16:28:24 1999 +0000 - Small changes for group setup.. + * Small changes for group setup.. -commit 8bb1860bf207ef6621179780e47c0ec0b9270f5c +commit 8bb1860 Author: Jaroslav Kysela +Date: Tue Dec 7 10:10:07 1999 +0000 - Abramo Bagnara - Tue, 07 Dec 1999 08:44:05 +0100 - - pcm mixer elements splitted for subchannel handling - - small fix to pcm device element + * Abramo Bagnara Tue, 07 Dec 1999 08:44:05 + +0100 - pcm mixer elements splitted for subchannel handling - small + fix to pcm device element -commit d162b1026fbb95426f185dff557ab5e77194b1b3 +commit d162b10 Author: Jaroslav Kysela +Date: Tue Nov 30 09:26:00 1999 +0000 - PCM loopback API improved and added back the functionality. - Some mmap() changes for the OSS emulation. + * PCM loopback API improved and added back the functionality. Some + mmap() changes for the OSS emulation. -commit 924b1d976a618f521d149699accfd963bed5663c +commit 924b1d9 Author: Jaroslav Kysela +Date: Sun Nov 28 18:04:29 1999 +0000 - ADPCM & special formats.. + * ADPCM & special formats.. -commit 96a2ea5e8ceea23df86df604c1ed7d9873a78d82 +commit 96a2ea5 Author: Jaroslav Kysela +Date: Thu Nov 25 11:24:22 1999 +0000 - Fixed small bug.. + * Fixed small bug.. -commit 55408731f7a06e0e78429b3a995b741ebef6ab0c +commit 5540873 Author: Jaroslav Kysela +Date: Sun Nov 14 20:25:09 1999 +0000 - More fixes for capture + * More fixes for capture -commit a90832df7e08b71bcfde393aee18b17bb9a0aa5f +commit a90832d Author: Jaroslav Kysela +Date: Sun Nov 14 19:25:45 1999 +0000 - Added new formats... + * Added new formats... -commit cbc2d3ad2eef5a2f18f6697613a7a3d086403a71 +commit cbc2d3a Author: Jaroslav Kysela +Date: Mon Nov 8 23:19:37 1999 +0000 - Fixed mmaped access.. + * Fixed mmaped access.. -commit af6ec33a5b4615d6a6cd9b7082926d41d10ef40a +commit af6ec33 Author: Jaroslav Kysela +Date: Mon Nov 8 08:03:30 1999 +0000 - Small compilation fix... + * Small compilation fix... -commit a764bee3ab479e85837a3cab01f692ce243644b8 +commit a764bee Author: Jaroslav Kysela +Date: Sun Nov 7 23:49:44 1999 +0000 - Fixed underrun... + * Fixed underrun... -commit bf4f126205391e121b124955a99795d949b0cac1 +commit bf4f126 Author: Jaroslav Kysela +Date: Sat Nov 6 23:47:10 1999 +0000 - Merged pcm-v2 branch into main CVS tree. + * Merged pcm-v2 branch into main CVS tree. -commit 5a6a0836c9d3af67d574e406b6b475a878c34c71 +commit 5a6a083 Author: Jaroslav Kysela +Date: Sat Nov 6 23:45:44 1999 +0000 - Updates... + * Updates... -commit b629d611a7c7a09f524a093ba0c711cfa817a896 +commit b629d61 Author: Jaroslav Kysela +Date: Sat Nov 6 23:17:05 1999 +0000 - Fri, 05 Nov 1999 22:51:28 +0900 - Fumihiko Murata - This is patch of gamix. - * support pan controll - * support dynamic element - * config file select (-c option) - * mixer reorder + * Fri, 05 Nov 1999 22:51:28 +0900 Fumihiko Murata + This is patch of gamix. * support pan + controll * support dynamic element * config file select (-c + option) * mixer reorder -commit 5bf715371d94ef2925a5fd79dba1fb72d07fee95 +commit 5bf7153 Author: Christopher Lansdown +Date: Sat Oct 23 15:31:23 1999 +0000 - Added stubs for the mixer notification callbacks. Will be adding the actual - code to update the mixer interface soon. + * Added stubs for the mixer notification callbacks. Will be adding + the actual code to update the mixer interface soon. -commit 81cdad0d1e4830e8b5876d45333cbacea13ee127 +commit 81cdad0 Author: Jaroslav Kysela +Date: Thu Aug 26 12:59:22 1999 +0000 - 0.5.0 + * 0.5.0 -commit de6275e623528990d365e2783af05ed598cfe27d +commit de6275e Author: Jaroslav Kysela +Date: Thu Aug 26 12:36:22 1999 +0000 - 0.4.1 + * 0.4.1 -commit 97e99f23b45e4ce2adf1eeb46548d699e34bb6c5 +commit 97e99f2 Author: Jaroslav Kysela +Date: Sun Aug 22 13:34:40 1999 +0000 - PCM SUBDEVICE selection enhancements + * PCM SUBDEVICE selection enhancements -commit 4e688f3dabd47a8f97a87d8383e8e03cc9fa6ba1 +commit 4e688f3 Author: Jaroslav Kysela +Date: Mon Aug 16 18:37:46 1999 +0000 - Fumihiko Murata Mon, 16 Aug 1999 22:01:17 +0900 - tone control changes + * Fumihiko Murata Mon, 16 Aug 1999 22:01:17 + +0900 - tone control changes -commit 13963ab1e14dde4ed8c4bf5464fdf55985d46c82 +commit 13963ab Author: Jaroslav Kysela +Date: Tue Aug 10 08:39:26 1999 +0000 - Rear depth changes.. + * Rear depth changes.. -commit f3c4578afaf4521f3d279abfb6cbb657f2ad513d +commit f3c4578 Author: Jaroslav Kysela +Date: Sat Aug 7 11:33:20 1999 +0000 - Added depth_rear.. + * Added depth_rear.. -commit b25dbffc415550bb7bac487c352df2c0ff863d87 +commit b25dbff Author: Jaroslav Kysela +Date: Thu Aug 5 15:10:23 1999 +0000 - Mux fixes... + * Mux fixes... -commit 095f7b89b307c17d89a5d2fac34f6267f15f8a8d +commit 095f7b8 Author: Jaroslav Kysela +Date: Tue Aug 3 15:45:47 1999 +0000 - Added woofer... + * Added woofer... -commit 338bb62b73a5822361f6cb4feaeabc5cbc26f354 +commit 338bb62 Author: Jaroslav Kysela +Date: Mon Aug 2 22:03:37 1999 +0000 - Removed... + * Removed... -commit 0b9109d6e63613fc13a4cbad73de74df3080fa0e +commit 0b9109d Author: Jaroslav Kysela +Date: Mon Aug 2 21:58:27 1999 +0000 - Small fixes... + * Small fixes... -commit b4524d72c0da45d57ddf350474ccf558ca58ee8b +commit b4524d7 Author: Jaroslav Kysela +Date: Sat Jul 31 17:24:59 1999 +0000 - Fixed a small MUX1 bug.. + * Fixed a small MUX1 bug.. -commit ac7440d124b0382c50a5004264f9913fb638b4d5 +commit ac7440d Author: Jaroslav Kysela +Date: Fri Jul 30 22:24:24 1999 +0000 - More fixes.. + * More fixes.. -commit 724603ae0729f20e2613ad088507b17730875312 +commit 724603a Author: Jaroslav Kysela +Date: Fri Jul 30 21:58:34 1999 +0000 - Fixes for the conversion routines - John Fulmer + * Fixes for the conversion routines - John Fulmer -commit 2e2c534aba5a2b647a879c38ac80c7a15b43bd59 +commit 2e2c534 Author: Jaroslav Kysela +Date: Fri Jul 30 13:37:22 1999 +0000 - Fix for tone control + * Fix for tone control -commit 2dd5cd12736d0270eb62243fd7dddfa0dae6d8a4 +commit 2dd5cd1 Author: Jaroslav Kysela +Date: Fri Jul 30 08:28:02 1999 +0000 - Fix for configuration window from Steve Ratcliffe + * Fix for configuration window from Steve Ratcliffe + -commit 501591bbe1f99a9ee13d85a5ce2fa53131c36e4c +commit 501591b Author: Jaroslav Kysela +Date: Thu Jul 29 20:11:15 1999 +0000 - Added gamix... + * Added gamix... -commit b55e471c0cd496aa8c35512ef356910169a4185a +commit b55e471 Author: Jaroslav Kysela +Date: Thu Jul 29 18:00:14 1999 +0000 - Small '-l' fixes... + * Small '-l' fixes... -commit 544af07f8f0ed6c0b9371bf27c0be49ac3db57c5 +commit 544af07 Author: Jaroslav Kysela +Date: Thu Jul 29 14:54:11 1999 +0000 - Added MUX2 element handling... + * Added MUX2 element handling... -commit 5c97980416151978abbcf2ce773925d3d471dcec +commit 5c97980 Author: Jaroslav Kysela +Date: Tue Jul 27 18:37:18 1999 +0000 - help updates + * help updates -commit 355635e59ef1dc779ba753e060b72db3b011ad9a +commit 355635e Author: Jaroslav Kysela +Date: Tue Jul 27 18:35:24 1999 +0000 - version: 0.4.0 + * version: 0.4.0 -commit b73edfdddc36194d11fbf0e8dd23720a18af0799 +commit b73edfd Author: Jaroslav Kysela +Date: Tue Jul 27 18:35:09 1999 +0000 - Documentation updates and some help updates.. + * Documentation updates and some help updates.. -commit 0b5692b38a885a5cbf6d77fa648740f3202ffd56 +commit 0b5692b Author: Jaroslav Kysela +Date: Thu Jul 22 22:23:42 1999 +0000 - More mixer updates (GUS), OSS API emulation.. + * More mixer updates (GUS), OSS API emulation.. -commit 746d21d6f725ff6a22c073a01d8153b80a4dc295 +commit 746d21d Author: Jaroslav Kysela +Date: Thu Jul 22 18:10:19 1999 +0000 - More mixer updates (probably last asound.h changes for group enhancements)... + * More mixer updates (probably last asound.h changes for group + enhancements)... -commit 124906b79717b47284cd8337cf929b19ca133164 +commit 124906b Author: Jaroslav Kysela +Date: Thu Jul 22 15:04:46 1999 +0000 - More mixer updates: GUS + * More mixer updates: GUS -commit 5eab4faf048b3cf6bbb18cdd61118bbc21177895 +commit 5eab4fa Author: Jaroslav Kysela +Date: Thu Jul 22 10:49:40 1999 +0000 - More mixer updates and some fixes... + * More mixer updates and some fixes... -commit 32f033d03c6b383f48e59b51a39653111b374e34 +commit 32f033d Author: Jaroslav Kysela +Date: Thu Jul 22 08:37:35 1999 +0000 - Removed -fomit-frame-pointer.. + * Removed -fomit-frame-pointer.. -commit a519f110d26a7ec5e8692b87495faab6eb01f257 +commit a519f11 Author: Jaroslav Kysela +Date: Wed Jul 21 11:52:55 1999 +0000 - More mixer (group control) changes... + * More mixer (group control) changes... -commit fab3731743f645fea765bcfe0db31f5d98310608 +commit fab3731 Author: Jaroslav Kysela +Date: Tue Jul 20 22:00:59 1999 +0000 - Mixer interface updates (group extensions).. + * Mixer interface updates (group extensions).. -commit 2a4fa6ef112b4892432759e4cbf7f78db074ddc2 +commit 2a4fa6e Author: Christopher Lansdown +Date: Sun Jun 27 22:17:37 1999 +0000 - applied Anders Semb Hermansen's patch + * applied Anders Semb Hermansen's patch -commit 551d49e092057413d4f76359de103398e87cd894 +commit 551d49e Author: Jaroslav Kysela +Date: Sun Jun 13 10:09:54 1999 +0000 - Compilation fixes... + * Compilation fixes... -commit 55708f7849d7ae52423a065319113bb95c5fa572 +commit 55708f7 Author: Jaroslav Kysela +Date: Sat Jun 5 09:38:26 1999 +0000 - 0.3.1; fix for pack + * 0.3.1; fix for pack -commit d6efdc331012b208039c38a4b8ebd66f5d884333 +commit d6efdc3 Author: Jaroslav Kysela +Date: Fri Jun 4 15:03:55 1999 +0000 - pack fix + * pack fix -commit 7970fd23bc19bb289361d3733c444bc10d9ec97e +commit 7970fd2 Author: Jaroslav Kysela +Date: Fri Jun 4 14:53:01 1999 +0000 - GTK build fixed... + * GTK build fixed... -commit 8cf3fb154cc43eed8b4597bccba556d264805ba9 +commit 8cf3fb1 Author: Jaroslav Kysela +Date: Fri Jun 4 12:25:32 1999 +0000 - Version 0.3.0 + * Version 0.3.0 -commit b160dc5e988c6e64abdf169aa4c99c2058cd616c +commit b160dc5 Author: Christopher Lansdown +Date: Thu Jun 3 21:26:41 1999 +0000 - This attempt to get the autoconf working for XAmixer2 should work now. Sorry that it took so many commits. + * This attempt to get the autoconf working for XAmixer2 should work + now. Sorry that it took so many commits. -commit 4311d7001285d3ead45a0e812b7f6d4cf878defd +commit 4311d70 Author: Christopher Lansdown +Date: Thu Jun 3 20:55:54 1999 +0000 - Attempting to integrate XAmixer2 into the alsa-utils autoconf system, mark II. + * Attempting to integrate XAmixer2 into the alsa-utils autoconf + system, mark II. -commit cc5233603a2a31ea46de66e3c8d38a2bb55e49b8 +commit cc52336 Author: Christopher Lansdown +Date: Thu Jun 3 20:30:31 1999 +0000 - Attempting to integrate XAmixer2 into the alsa-utils autoconf system, fixing a really stupid typo. + * Attempting to integrate XAmixer2 into the alsa-utils autoconf + system, fixing a really stupid typo. -commit b54cb637ba628ded9a721517ebdb87a1a6df559e +commit b54cb63 Author: Christopher Lansdown +Date: Thu Jun 3 20:28:05 1999 +0000 - Attempting to integrate XAmixer2 into the alsa-utils autoconf system. + * Attempting to integrate XAmixer2 into the alsa-utils autoconf + system. -commit ece413337e06fb9ad7001f6244beb8f839b46cd5 +commit ece4133 Author: Christopher Lansdown +Date: Thu Jun 3 19:51:06 1999 +0000 - Added XAmixer2 to the alsa utilities tree. This should be all of the files necessary to work. Wish me luck. + * Added XAmixer2 to the alsa utilities tree. This should be all of + the files necessary to work. Wish me luck. -commit 67f54274bd3a059038df89921de0ebd6288adfdf +commit 67f5427 Author: Frank van de Pol +Date: Wed Jun 2 00:40:31 1999 +0000 - Changed data type of alsa-lib handles from 'void *' to the specific type for - the handle in use. This should be more type-safe as the compiler will perform - checking on type now. + * Changed data type of alsa-lib handles from 'void *' to the specific + type for the handle in use. This should be more type-safe as the + compiler will perform checking on type now. -commit 7a41ac156855b3501c268a2b54f25a46b8b2b4d4 +commit 7a41ac1 Author: Jaroslav Kysela +Date: Tue May 11 22:18:49 1999 +0000 - Changed e-mail from to .. + * Changed e-mail from to .. -commit d01f8aa2e4ba03960e28f326db68793a731d6aa6 +commit d01f8aa Author: Jaroslav Kysela +Date: Tue May 11 22:16:59 1999 +0000 - URL fixes.. + * URL fixes.. -commit 56c35134f884c903248d02b1db91b77f9d0e7983 +commit 56c3513 Author: Jaroslav Kysela +Date: Mon May 10 12:29:59 1999 +0000 - Small fixes - Ville Syrjala + * Small fixes - Ville Syrjala -commit 61e81864208107fe1792637708cc9df4f9f60661 +commit 61e8186 Author: Jaroslav Kysela +Date: Sun May 9 23:15:49 1999 +0000 - * HAL2 driver Ulf Carlsson - * Timer API changes/cleanups - * Sequencer API changes/cleanups - - queue ioctls changed - - instrument events added + * * HAL2 driver Ulf Carlsson * Timer API + changes/cleanups * Sequencer API changes/cleanups - queue ioctls + changed - instrument events added -commit 2e02eadd722dc01032639516af658ce50c656717 +commit 2e02ead Author: Jaroslav Kysela +Date: Sun May 2 16:21:40 1999 +0000 - Mixer v2.0 merged to the main CVS tree... + * Mixer v2.0 merged to the main CVS tree... -commit daab0cd6d005d431c56d3b7e1c282b3cd06b39c0 +commit daab0cd Author: Jaroslav Kysela +Date: Sat Mar 27 19:45:01 1999 +0000 - New universal switch v2.0 interface. + * New universal switch v2.0 interface. -commit 9b9ccc77e2b77a835b8396443b1cb59ae2fca21d +commit 9b9ccc7 Author: Jaroslav Kysela +Date: Tue Mar 9 13:54:32 1999 +0000 - EGCS fix... + * EGCS fix... -commit 4db1fd02cee7f2af0f8d3d81fb9b16bc7c6740f5 +commit 4db1fd0 Author: Jaroslav Kysela +Date: Mon Mar 8 16:51:53 1999 +0000 - Merged new-mixer branch... + * Merged new-mixer branch... -commit 1bf9bb468b25627e965e080b2c68e8d67ebd20fd +commit 1bf9bb4 Author: Tim Janik +Date: Sun Feb 21 18:57:06 1999 +0000 - * Sun Feb 21 19:55:01 1999 Tim Janik - * - * * bumped version to 0.10. - * - * * added scrollable text views. - * we now feature an F1 Help screen and an F2 /proc info screen. - * the help screen does still require lots of work though. - * - * * keys are evaluated view specific now. - * - * * we feature meta-keys now, e.g. M-Tab as back-tab. - * - * * if we are already in channel view and the user still hits Return, - * we do a refresh nonetheless, since 'r'/'R' got removed as a redraw - * key (reserved for record volumes). 'l'/'L' is still preserved though, - * and actually needs to be to e.g. get around the xterm bold-artefacts. - * - * * support terminals that can't write into lower right corner. - * - * * undocumented '-s' option that will keep the screen to its - * minimum size, usefull for debugging only. - * + * * Sun Feb 21 19:55:01 1999 Tim Janik * * * + bumped version to 0.10. * * * added scrollable text views. * + we now feature an F1 Help screen and an F2 /proc info screen. + * the help screen does still require lots of work though. * * + * keys are evaluated view specific now. * * * we feature + meta-keys now, e.g. M-Tab as back-tab. * * * if we are + already in channel view and the user still hits Return, * we + do a refresh nonetheless, since 'r'/'R' got removed as a redraw * + key (reserved for record volumes). 'l'/'L' is still preserved + though, * and actually needs to be to e.g. get around the + xterm bold-artefacts. * * * support terminals that can't + write into lower right corner. * * * undocumented '-s' option + that will keep the screen to its * minimum size, usefull for + debugging only. * -commit d47938eab34d6a10a7ff3c975635c4167feabc81 +commit d47938e Author: Tim Janik +Date: Sun Feb 21 04:41:27 1999 +0000 - * Sun Feb 21 02:23:52 1999 Tim Janik - * - * * don't abort if snd_mixer_* functions failed due to EINTR, - * we simply retry on the next cycle. hopefully asoundlib preserves - * errno states correctly (Jaroslav can you asure that?). - * - * * feature WINCH correctly, so we make a complete relayout on - * screen resizes. don't abort on too-small screen sizes anymore, - * but simply beep. - * - * * redid the layout algorithm to fix some bugs and to preserve - * space for a flag indication line. the channels are - * nicer spread horizontally now (i.e. we also pad on the left and - * right screen bounds now). - * - * * various other minor fixes. - * - * * indicate whether ExactMode is active or not. - * - * * fixed coding style to follow the GNU coding conventions. - * - * * reverted record volume changes since they broke ExactMode display. - * - * * composed ChangeLog entries. + * * Sun Feb 21 02:23:52 1999 Tim Janik * * * + don't abort if snd_mixer_* functions failed due to EINTR, * we + simply retry on the next cycle. hopefully asoundlib preserves * + errno states correctly (Jaroslav can you asure that?). * * * + feature WINCH correctly, so we make a complete relayout on * + screen resizes. don't abort on too-small screen sizes anymore, * + but simply beep. * * * redid the layout algorithm to fix + some bugs and to preserve * space for a flag indication line. + the channels are * nicer spread horizontally now (i.e. we also + pad on the left and * right screen bounds now). * * * + various other minor fixes. * * * indicate whether ExactMode + is active or not. * * * fixed coding style to follow the GNU + coding conventions. * * * reverted record volume changes + since they broke ExactMode display. * * * composed ChangeLog + entries. -commit 4775b4636276d46171218e3bf10f0c0d0de15586 +commit 4775b46 Author: Jaroslav Kysela +Date: Wed Feb 17 09:45:08 1999 +0000 - ACLOCAL_FLAGS + arguments + * ACLOCAL_FLAGS + arguments -commit 88cdd83d0f7277f45c4ce94c32c98e5fc2d76001 +commit 88cdd83 Author: Jaroslav Kysela +Date: Mon Feb 15 15:42:34 1999 +0000 - Changes for record volume... + * Changes for record volume... -commit 87c7c4f4477a0a869fba7968780237c8fa6854ee +commit 87c7c4f Author: Jaroslav Kysela +Date: Wed Feb 10 10:06:34 1999 +0000 - Added '-' file as stdin/stdout.. + * Added '-' file as stdin/stdout.. -commit a666670e6b18332dda1f7cdac247f7ef1fdd13be +commit a666670 Author: Jaroslav Kysela +Date: Sun Jan 31 13:25:02 1999 +0000 - Added extra dist.. + * Added extra dist.. -commit fa2058fb0a8a98949b888a17f94ae5a1f2e72642 +commit fa2058f Author: Jaroslav Kysela +Date: Sun Jan 31 13:22:35 1999 +0000 - Added + * Added -commit 1793357847ba8019e896de325dd0deb1b5368a6f +commit 1793357 Author: Jaroslav Kysela +Date: Sun Jan 31 13:21:40 1999 +0000 - Added. + * Added. -commit 0dce8d0e067903b898fe03b2b18abed30967bfac +commit 0dce8d0 Author: Jaroslav Kysela +Date: Sun Jan 31 13:20:46 1999 +0000 - Removed + * Removed -commit 0456adf4c491cfc6b59af5fbdb9e5e9c2646e122 +commit 0456adf Author: Jaroslav Kysela +Date: Sun Jan 31 13:19:51 1999 +0000 - Rights.. + * Rights.. -commit 21d2b566f4a901ab7870c9fc0d70151870322731 +commit 21d2b56 Author: Jaroslav Kysela +Date: Sun Jan 31 13:15:00 1999 +0000 - Next updates for automake.. + * Next updates for automake.. -commit 4d8b1ba7000de495d0a15408b7259235eb859f9c +commit 4d8b1ba Author: Jaroslav Kysela +Date: Sun Jan 31 13:14:19 1999 +0000 - Move to automake... + * Move to automake... -commit d9158162d07647d1abcd049bc1192b311c96f097 +commit d915816 Author: Chris Cannam +Date: Sat Jan 30 19:12:34 1999 +0000 - Convert alsa-utils to use automake + * Convert alsa-utils to use automake -commit 69f215efe9ab765de7b0d42d89ae40544b5b927b +commit 69f215e Author: Jaroslav Kysela +Date: Sat Jan 30 17:28:44 1999 +0000 - Updates for write path.. + * Updates for write path.. -commit 20ead97821a4ad3576a5f6b0e2b812c15f26c5ef +commit 20ead97 Author: Jaroslav Kysela +Date: Sun Jan 24 17:01:29 1999 +0000 - 0.3.0pre3 + * 0.3.0pre3 -commit 5342ebbfb265d09c465385b46aef4a9842c70615 +commit 5342ebb Author: Jaroslav Kysela +Date: Sun Jan 24 16:53:38 1999 +0000 - 0.3.0pre1 + * 0.3.0pre1 -commit df93ac44570f79d2818e5774285ae96d0922405b +commit df93ac4 Author: Jaroslav Kysela +Date: Sun Jan 24 16:48:15 1999 +0000 - Removed debugging message.. + * Removed debugging message.. -commit 2bf417af712067a9b040bb595cc4ffcdd6520923 +commit 2bf417a Author: Jaroslav Kysela +Date: Tue Jan 19 10:08:51 1999 +0000 - Fixed return code... + * Fixed return code... -commit 2580bda4602b8f22b9ed71f649d220240b1a3b4c +commit 2580bda Author: Jaroslav Kysela +Date: Mon Jan 18 22:43:25 1999 +0000 - Some patches for clean compilation... + * Some patches for clean compilation... -commit 288c349c338e5e617620ad0e8026c1bac9eb6245 +commit 288c349 Author: Jaroslav Kysela +Date: Mon Jan 18 22:41:28 1999 +0000 - Fixed small bug.. + * Fixed small bug.. -commit cf069e337e1ca042047f60685b9b06382e98fb7f +commit cf069e3 Author: Jaroslav Kysela +Date: Mon Jan 18 22:14:03 1999 +0000 - Initial version.. + * Initial version.. -commit 084dc84d141ecccd4c0c5a4da002e309fba7e081 +commit 084dc84 Author: Jaroslav Kysela +Date: Mon Jan 18 21:20:59 1999 +0000 - Return codes changed again.. + * Return codes changed again.. -commit 0e8adecc8f2b42bb0154aec59589cff958604d34 +commit 0e8adec Author: Jaroslav Kysela +Date: Sat Dec 12 20:55:42 1998 +0000 - Removed debugging message.. + * Removed debugging message.. -commit 74a386d8c5efc8aa60c399064fd080b008607629 +commit 74a386d Author: Jaroslav Kysela +Date: Sat Dec 12 20:51:12 1998 +0000 - Little changes... + * Little changes... -commit 511d11e5832b3243fc9f87f1d04cf83604117bbe +commit 511d11e Author: Jaroslav Kysela +Date: Thu Dec 10 09:12:59 1998 +0000 - Little changes... + * Little changes... -commit 883bce0b96ad2f3b2de604d511c68fff074fef05 +commit 883bce0 Author: Jaroslav Kysela +Date: Wed Dec 9 14:44:27 1998 +0000 - Fixes in %setup... + * Fixes in %setup... -commit ba6231b38172c03ff9137602f44445957153f10f +commit ba6231b Author: Jaroslav Kysela +Date: Tue Dec 8 11:49:21 1998 +0000 - New version... + * New version... -commit d55abb225ab2dd1fbb6c756559516b152070c5eb +commit d55abb2 Author: Jaroslav Kysela +Date: Sat Dec 5 11:19:22 1998 +0000 - Fixes for multiple soundcards and joystick address. + * Fixes for multiple soundcards and joystick address. -commit 937b3caa1bfcb25235a140035e35a06eaf44a4dc +commit 937b3ca Author: Jaroslav Kysela +Date: Tue Dec 1 10:29:58 1998 +0000 - Added manual page for alsactl... + * Added manual page for alsactl... -commit 17452e8ac831748f2b75fa7440a0b514b28a977a +commit 17452e8 Author: Jaroslav Kysela +Date: Tue Dec 1 10:26:49 1998 +0000 - Initial version... + * Initial version... -commit 8773d373f0e13b01260e6e1f2446c27333264a94 +commit 8773d37 Author: Jaroslav Kysela +Date: Fri Nov 27 15:17:45 1998 +0000 - Coding style... + * Coding style... -commit fbbaa7239e3eb75685f7ef3ce9db3147594e732a +commit fbbaa72 Author: Jaroslav Kysela +Date: Fri Nov 27 15:13:57 1998 +0000 - Coding style... + * Coding style... -commit 9fd66fceb82129ec5b22421f22f2efce96639207 +commit 9fd66fc Author: Jaroslav Kysela +Date: Fri Nov 27 14:44:31 1998 +0000 - Added directory with manual pages... + * Added directory with manual pages... -commit 57fc84e24773ae5d8847d186a449df1492e9ae1a +commit 57fc84e Author: Jaroslav Kysela +Date: Fri Nov 27 14:44:04 1998 +0000 - Added manual pages for alsamixer and aplay/arecord.. + * Added manual pages for alsamixer and aplay/arecord.. -commit 221a13fc32821bd4c62947b0f155c2b179fc20f8 +commit 221a13f Author: Jaroslav Kysela +Date: Fri Nov 27 14:43:15 1998 +0000 - Initial version... + * Initial version... -commit 1cf6e9aba5a5012c0f4f08fe3a7a8e4143e78db4 +commit 1cf6e9a Author: Jaroslav Kysela +Date: Fri Nov 27 14:41:42 1998 +0000 - Changed Speed to Rate... + * Changed Speed to Rate... -commit 552cb617987d38eb7ea4e66f79d3c21191ec5e44 +commit 552cb61 Author: Jaroslav Kysela +Date: Wed Nov 25 20:35:55 1998 +0000 - Fix for -V switch... + * Fix for -V switch... -commit 9f50cd5d60dc8af7b4f2efa592ded9769785fab8 +commit 9f50cd5 Author: Jaroslav Kysela +Date: Wed Nov 25 19:57:50 1998 +0000 - Changes for CS4237B/38B IEC-958 output setup... + * Changes for CS4237B/38B IEC-958 output setup... -commit 18fa888b68b5b16f2e78d07ca3f42b49097d878b +commit 18fa888 Author: Jaroslav Kysela +Date: Fri Nov 20 20:02:51 1998 +0000 - Now is alsactl restore hhandled ok when configuration file doesn't exist... + * Now is alsactl restore hhandled ok when configuration file + doesn't exist... -commit fc7f1865ca467350ab6fa4cc4b1658bd936a0470 +commit fc7f186 Author: Jaroslav Kysela +Date: Tue Nov 17 21:08:34 1998 +0000 - Little fix.. + * Little fix.. -commit b211f9a8af63246623cf3ead11f9d1c613e3e3a4 +commit b211f9a Author: Jaroslav Kysela +Date: Sun Nov 15 15:34:33 1998 +0000 - 0.2.0 ... + * 0.2.0 ... -commit bb0990b26bf67883778e8ba699f509e03465bb67 +commit bb0990b Author: Jaroslav Kysela +Date: Sun Nov 15 15:34:02 1998 +0000 - 0.2.0 + * 0.2.0 -commit ece5f68865bd59f75b3062dd32a533243a771dcc +commit ece5f68 Author: Jaroslav Kysela +Date: Sat Nov 14 16:11:19 1998 +0000 - Changed return codes... + * Changed return codes... -commit 4809266783b3f491e7da44b3ed01fe7c44a5bff1 +commit 4809266 Author: Jaroslav Kysela +Date: Wed Nov 11 20:26:51 1998 +0000 - Fixed one-card operations... + * Fixed one-card operations... -commit 6c9844d3dc468c5a73b01bee9d79251680badbfc +commit 6c9844d Author: Jaroslav Kysela +Date: Wed Nov 11 20:17:51 1998 +0000 - ChangeLog for 0.0.8 + * ChangeLog for 0.0.8 -commit 290bc733a665efc307330c4403f80c9cb68d6351 +commit 290bc73 Author: Jaroslav Kysela +Date: Wed Nov 11 20:16:24 1998 +0000 - Fix for integer type switches... + * Fix for integer type switches... -commit 350e1007e38c2933a962e0fa088b9e1f541ad90f +commit 350e100 Author: Jaroslav Kysela +Date: Wed Nov 11 20:16:06 1998 +0000 - Fixes... + * Fixes... -commit c88e363767c0ce0c31a3dd18611be26622991f6f +commit c88e363 Author: Jaroslav Kysela +Date: Tue Nov 10 13:26:58 1998 +0000 - 0.0.8 + * 0.0.8 -commit 89cbc35ba4a04abc0ee0b9a865d9116742e06778 +commit 89cbc35 Author: Jaroslav Kysela +Date: Mon Nov 9 14:06:10 1998 +0000 - Removed debugging message... + * Removed debugging message... -commit 18c2009b87dc69a14bd217e70c149bc86b30616d +commit 18c2009 Author: Jaroslav Kysela +Date: Wed Nov 4 19:43:45 1998 +0000 - Stereo record source and route selection... + * Stereo record source and route selection... -commit 085591d89f75700e59e3a9e93fc3347be62e638b +commit 085591d Author: Jaroslav Kysela +Date: Wed Nov 4 18:08:08 1998 +0000 - Little changes in #include section... + * Little changes in #include section... -commit 68aeb83d4fbe688bd5c38cdf2f0a38eaeef1399a +commit 68aeb83 Author: Jaroslav Kysela +Date: Wed Nov 4 18:06:38 1998 +0000 - Removed debugging options.. + * Removed debugging options.. -commit 56d558bf8a2dc905fcae26955afe5592ad3425e2 +commit 56d558b Author: Jaroslav Kysela +Date: Wed Nov 4 18:06:15 1998 +0000 - CHANGELOG renamed to ChangeLog + * CHANGELOG renamed to ChangeLog -commit 25f5f4965e2ceb5cb3da5b6d81e03755c004dbf1 +commit 25f5f49 Author: Jaroslav Kysela +Date: Sun Nov 1 23:24:45 1998 +0000 - Changed mixer interface... + * Changed mixer interface... -commit cf96e410f9d831e81a7c8554d44b0892905fd2a8 +commit cf96e41 Author: Jaroslav Kysela +Date: Sat Oct 31 20:07:26 1998 +0000 - Added /usr/sbin directory... + * Added /usr/sbin directory... -commit 6c20f0e73f195819ab02760dd03f806076998541 +commit 6c20f0e Author: Jaroslav Kysela +Date: Sat Oct 31 19:51:05 1998 +0000 - Added IEC958 support for Cirrus Logic.. + * Added IEC958 support for Cirrus Logic.. -commit ec275f84edb5170c436664d31371d0d70ff3c129 +commit ec275f8 Author: Jaroslav Kysela +Date: Sat Oct 31 19:50:16 1998 +0000 - Changed version... + * Changed version... -commit 171a891b4334cb7f86a000e08af705ef8fbb13c1 +commit 171a891 Author: Jaroslav Kysela +Date: Thu Oct 29 22:50:10 1998 +0000 - Little cleanups in callbacks... + * Little cleanups in callbacks... -commit 742b861484ab4dd93dbd3308e04a01cdc0d58ba8 +commit 742b861 Author: Jaroslav Kysela +Date: Thu Oct 29 22:49:24 1998 +0000 - Added flex and bison checking... + * Added flex and bison checking... -commit ae1d99b37c76a5b9564d626119cc49bea4d2a44f +commit ae1d99b Author: Jaroslav Kysela +Date: Thu Oct 29 22:48:57 1998 +0000 - Version 0.0.7 + * Version 0.0.7 -commit 481656ef486c5515e81dfc75d7910e849e8bf9d3 +commit 481656e Author: Jaroslav Kysela +Date: Thu Oct 29 22:48:23 1998 +0000 - Added flex and bison... + * Added flex and bison... -commit 69de280c5248a83f726dd3c383ee93c73e6acae0 +commit 69de280 Author: Jaroslav Kysela +Date: Thu Oct 29 22:47:56 1998 +0000 - Added alsactl program... + * Added alsactl program... -commit 72ff837506e54449d2f739f14182b42bef847ad1 +commit 72ff837 Author: Jaroslav Kysela +Date: Thu Oct 29 22:45:59 1998 +0000 - Initial version of alsactl... + * Initial version of alsactl... -commit eea08fa810cb6bbcc091a126b96973590cc7a565 +commit eea08fa Author: Jaroslav Kysela +Date: Tue Oct 6 10:19:45 1998 +0000 - added + * added -commit d57fc77dd241f7fe776abdb24da5597fc76b4269 +commit d57fc77 Author: Jaroslav Kysela +Date: Tue Oct 6 10:19:26 1998 +0000 - Man page for amixer is now installed. + * Man page for amixer is now installed. -commit 4bba0aa02e8a88e10ae93c945743147415a2ad95 +commit 4bba0aa Author: Jaroslav Kysela +Date: Tue Oct 6 10:19:04 1998 +0000 - Added man page.. + * Added man page.. -commit 3881bedb7476f83c95657dfbcb5f2976a6448bc4 +commit 3881bed Author: Jaroslav Kysela +Date: Fri Oct 2 08:42:30 1998 +0000 - Initial file. + * Initial file. -commit 5da0e737c44fdbfd72dc1362ff972119110221f0 +commit 5da0e73 Author: Jaroslav Kysela +Date: Thu Sep 24 20:46:12 1998 +0000 - Pack saves version to root dir now... + * Pack saves version to root dir now... -commit 14a84a0a911fe2599c2f12fee297fa04123c3b57 +commit 14a84a0 Author: Jaroslav Kysela +Date: Mon Sep 21 17:50:41 1998 +0000 - Updated for cvsclean (mrproper).. + * Updated for cvsclean (mrproper).. -commit 5482bc327da5f7a4737d276fd5cd200a6eeb9e1e +commit 5482bc3 Author: Jaroslav Kysela +Date: Sun Sep 20 08:05:24 1998 +0000 - Fixed -m option... + * Fixed -m option... -commit 0b560331b941c9d420636df9e1c8d4289f21295f +commit 0b56033 Author: Jaroslav Kysela +Date: Mon Aug 31 14:41:33 1998 +0000 - Updated for release (added mrproper). + * Updated for release (added mrproper). -commit 4960b57afec9bfee65802c3a1d1a89677f026813 +commit 4960b57 Author: Jaroslav Kysela +Date: Mon Aug 31 14:26:44 1998 +0000 - Notes for 0.0.6. + * Notes for 0.0.6. -commit eeae7997ed32a10fb2d167309493c235ddfd619a +commit eeae799 Author: Jaroslav Kysela +Date: Mon Aug 31 14:23:56 1998 +0000 - Changed include/config.h to include/aconfig.h in cvsclean. + * Changed include/config.h to include/aconfig.h in cvsclean. -commit 3926cf4096c66c555700a5431d62894cb90d1cab +commit 3926cf4 Author: Jaroslav Kysela +Date: Mon Aug 31 14:23:13 1998 +0000 - Removed... + * Removed... -commit d63ab61022939d4f47bb41d91f926e2299b055d0 +commit d63ab61 Author: Jaroslav Kysela +Date: Mon Aug 31 09:21:36 1998 +0000 - config.h renamed to aconfig.h due to conflict with glibc... + * config.h renamed to aconfig.h due to conflict with glibc... -commit efd0fa4035a07600558727bc6a8022c69af540da +commit efd0fa4 Author: Jaroslav Kysela +Date: Sun Aug 30 21:10:35 1998 +0000 - Big renaming - from sound to asound... + * Big renaming - from sound to asound... -commit c03f55c58f143325a3f1075616fd62240243d614 +commit c03f55c Author: Jaroslav Kysela +Date: Sun Aug 30 21:10:06 1998 +0000 - Removed... + * Removed... -commit e5535421d91f2cc45a292058e88c5679b1ab8744 +commit e553542 Author: Jaroslav Kysela +Date: Fri Aug 28 14:08:47 1998 +0000 - Little changes for new PCM API. + * Little changes for new PCM API. -commit 55a39d6edac3fe20fdd3060cfd606ae32570c338 +commit 55a39d6 Author: Jaroslav Kysela +Date: Thu Aug 13 19:10:31 1998 +0000 - Fixed bug with space in mixer device name. + * Fixed bug with space in mixer device name. -commit adcf1ed5d25774f5415ec4c12ef418145cce9dc4 +commit adcf1ed Author: Jaroslav Kysela +Date: Thu Aug 13 17:48:03 1998 +0000 - Removed publish destonation... + * Removed publish destonation... -commit f003ef744cbd7232ccdbb7b4e4d24c6ace49efb2 +commit f003ef7 Author: Jaroslav Kysela +Date: Thu Aug 13 16:12:52 1998 +0000 - Removed Files: - amixer/amixer aplay/aplay + * Removed Files: amixer/amixer aplay/aplay -commit 063d848635f1e18b0abcafce9c1865f875055abc +commit 063d848 Author: Jaroslav Kysela +Date: Thu Aug 13 16:11:40 1998 +0000 - Removed Files: - config.cache config.log config.status + * Removed Files: config.cache config.log config.status -commit d1f5c9008c2e33e39f20528d46372ae1e9853a13 +commit d1f5c90 Author: Jaroslav Kysela +Date: Thu Aug 13 16:06:45 1998 +0000 - Removed Files: - alsa-lib/configure alsa-lib/utils/alsa-lib.spec - alsa-utils/configure alsa-utils/utils/alsa-utils.spec + * Removed Files: alsa-lib/configure alsa-lib/utils/alsa-lib.spec + alsa-utils/configure alsa-utils/utils/alsa-utils.spec -commit fbb20e85ecb0419c4cb8143e3a3fcd0a6f31d9c4 +commit fbb20e8 Author: Jaroslav Kysela +Date: Thu Aug 13 15:43:39 1998 +0000 - Initial revision + * Initial revision diff -Nru alsa-utils-1.1.2/debian/compat alsa-utils-1.1.3/debian/compat --- alsa-utils-1.1.2/debian/compat 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/compat 2017-01-23 03:15:44.000000000 +0000 @@ -1 +1 @@ -9 +10 diff -Nru alsa-utils-1.1.2/debian/control alsa-utils-1.1.3/debian/control --- alsa-utils-1.1.2/debian/control 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/control 2017-01-23 03:15:44.000000000 +0000 @@ -6,18 +6,15 @@ Uploaders: Jordi Mallach , Elimar Riesebieter , Luke Yelavich -Build-Depends: autotools-dev, - debhelper (>= 9), - dh-autoreconf, - autopoint, +Build-Depends: debhelper (>= 10), libasound2-dev (>= 1.0.27), + libfftw3-dev, libncursesw5-dev, libsamplerate-dev, - libfftw3-dev, pkg-config, xmlto Standards-Version: 3.9.8 -Homepage: http://www.alsa-project.org/ +Homepage: https://www.alsa-project.org/ Vcs-Svn: svn://anonscm.debian.org/pkg-alsa/trunk/alsa-utils Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-alsa/trunk/alsa-utils/ Vcs-Bzr: http://launchpad.net/~ubuntu-audio-dev/alsa-utils/ubuntu @@ -26,8 +23,8 @@ Architecture: linux-any Multi-Arch: foreign Provides: audio-mixer -Depends: lsb-base (>= 3.0-9), - kmod (>= 17-1~), +Depends: kmod (>= 17-1~), + lsb-base (>= 3.0-9), whiptail | dialog, ${misc:Depends}, ${shlibs:Depends} diff -Nru alsa-utils-1.1.2/debian/copyright alsa-utils-1.1.3/debian/copyright --- alsa-utils-1.1.2/debian/copyright 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/copyright 2017-01-23 03:15:44.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: alsa-utils Upstream-Contact: Jarsolav Kysela Source: ftp://ftp.alsa-project.org/pub/lib diff -Nru alsa-utils-1.1.2/debian/install alsa-utils-1.1.3/debian/install --- alsa-utils-1.1.2/debian/install 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/install 2017-01-23 03:15:44.000000000 +0000 @@ -1,7 +1,6 @@ - debian/utils.sh /usr/share/alsa +lib/systemd +lib/udev usr/bin usr/sbin usr/share -lib/systemd -lib/udev diff -Nru alsa-utils-1.1.2/debian/lintian-overrides alsa-utils-1.1.3/debian/lintian-overrides --- alsa-utils-1.1.2/debian/lintian-overrides 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/lintian-overrides 1970-01-01 00:00:00.000000000 +0000 @@ -1 +0,0 @@ -alsa-utils: spelling-error-in-binary usr/sbin/alsactl ressize resize diff -Nru alsa-utils-1.1.2/debian/patches/alsactl_home.patch alsa-utils-1.1.3/debian/patches/alsactl_home.patch --- alsa-utils-1.1.2/debian/patches/alsactl_home.patch 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/patches/alsactl_home.patch 2017-02-15 21:48:13.000000000 +0000 @@ -2,11 +2,11 @@ Description: add new configure switch to set alsactl's homedir. Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=712980 -Index: alsa-utils-1.1.1/configure.ac +Index: alsa-utils-1.1.3/configure.ac =================================================================== ---- alsa-utils-1.1.1.orig/configure.ac -+++ alsa-utils-1.1.1/configure.ac -@@ -400,6 +400,12 @@ AC_ARG_WITH([alsactl-pidfile-dir], +--- alsa-utils-1.1.3.orig/configure.ac ++++ alsa-utils-1.1.3/configure.ac +@@ -409,6 +409,12 @@ AC_ARG_WITH([alsactl-pidfile-dir], [ALSACTL_PIDFILE_DIR="/var/run"]) AC_SUBST(ALSACTL_PIDFILE_DIR) @@ -19,10 +19,10 @@ AC_ARG_WITH([alsactl-daemonswitch], AS_HELP_STRING([--with-alsactl-daemonswitch=FILE], [File to test for the daemon mode]), [ALSACTL_DAEMONSWITCH="$withval"], -Index: alsa-utils-1.1.1/alsactl/Makefile.am +Index: alsa-utils-1.1.3/alsactl/Makefile.am =================================================================== ---- alsa-utils-1.1.1.orig/alsactl/Makefile.am -+++ alsa-utils-1.1.1/alsactl/Makefile.am +--- alsa-utils-1.1.3.orig/alsactl/Makefile.am ++++ alsa-utils-1.1.3/alsactl/Makefile.am @@ -40,6 +40,7 @@ endif edit = \ $(SED) -r -e 's,@sbindir\@,$(sbindir),g' \ @@ -31,10 +31,10 @@ -e 's,@daemonswitch\@,$(ALSACTL_DAEMONSWITCH),g' \ < $< > $@ || rm $@ -Index: alsa-utils-1.1.1/alsactl/alsa-restore.service.in +Index: alsa-utils-1.1.3/alsactl/alsa-restore.service.in =================================================================== ---- alsa-utils-1.1.1.orig/alsactl/alsa-restore.service.in -+++ alsa-utils-1.1.1/alsactl/alsa-restore.service.in +--- alsa-utils-1.1.3.orig/alsactl/alsa-restore.service.in ++++ alsa-utils-1.1.3/alsactl/alsa-restore.service.in @@ -12,6 +12,6 @@ After=alsa-state.service [Service] Type=oneshot @@ -44,10 +44,10 @@ +ExecStart=-@sbindir@/alsactl -E HOME=@alsactlhome@ restore +ExecStop=-@sbindir@/alsactl -E HOME=@alsactlhome@ store StandardOutput=syslog -Index: alsa-utils-1.1.1/alsactl/alsa-state.service.in +Index: alsa-utils-1.1.3/alsactl/alsa-state.service.in =================================================================== ---- alsa-utils-1.1.1.orig/alsactl/alsa-state.service.in -+++ alsa-utils-1.1.1/alsactl/alsa-state.service.in +--- alsa-utils-1.1.3.orig/alsactl/alsa-state.service.in ++++ alsa-utils-1.1.3/alsactl/alsa-state.service.in @@ -10,5 +10,5 @@ After=sysinit.target [Service] @@ -56,10 +56,10 @@ -ExecStop=-@sbindir@/alsactl -s kill save_and_quit +ExecStart=-@sbindir@/alsactl -E HOME=@alsactlhome@ -s -n 19 -c rdaemon +ExecStop=-@sbindir@/alsactl -E HOME=@alsactlhome@ -s kill save_and_quit -Index: alsa-utils-1.1.1/alsactl/90-alsa-restore.rules.in +Index: alsa-utils-1.1.3/alsactl/90-alsa-restore.rules.in =================================================================== ---- alsa-utils-1.1.1.orig/alsactl/90-alsa-restore.rules.in -+++ alsa-utils-1.1.1/alsactl/90-alsa-restore.rules.in +--- alsa-utils-1.1.3.orig/alsactl/90-alsa-restore.rules.in ++++ alsa-utils-1.1.3/alsactl/90-alsa-restore.rules.in @@ -2,7 +2,7 @@ ACTION=="add", SUBSYSTEM=="sound", KERNE GOTO="alsa_restore_end" diff -Nru alsa-utils-1.1.2/debian/patches/do-not-check-for-sys-kernel-uevent_helper.patch alsa-utils-1.1.3/debian/patches/do-not-check-for-sys-kernel-uevent_helper.patch --- alsa-utils-1.1.2/debian/patches/do-not-check-for-sys-kernel-uevent_helper.patch 1970-01-01 00:00:00.000000000 +0000 +++ alsa-utils-1.1.3/debian/patches/do-not-check-for-sys-kernel-uevent_helper.patch 2017-02-15 21:48:13.000000000 +0000 @@ -0,0 +1,29 @@ +From 914357670ad69b2771df4b77a9d681036c8c5f1c Mon Sep 17 00:00:00 2001 +From: Elimar Riesebieter +Date: Fri, 13 Jan 2017 09:13:50 +0100 +Subject: [PATCH] do not check for /sys/kernel/uevent_helper. + + +CONFIG_UEVENT_HELPER=y is depreacated and also not provided on stretch's Debian +kernels. Skip the test for it in alsactl. + +--- + alsactl/init_sysfs.c | 5 ----- + 1 file changed, 5 deletions(-) + +Index: alsa-utils-1.1.3/alsactl/init_sysfs.c +=================================================================== +--- alsa-utils-1.1.3.orig/alsactl/init_sysfs.c ++++ alsa-utils-1.1.3/alsactl/init_sysfs.c +@@ -43,11 +43,6 @@ static int sysfs_init(void) + dbg("sysfs_path='%s'", sysfs_path); + + strlcpy(sysfs_test, sysfs_path, sizeof(sysfs_test)); +- strlcat(sysfs_test, "/kernel/uevent_helper", sizeof(sysfs_test)); +- if (access(sysfs_test, F_OK)) { +- error("sysfs path '%s' is invalid\n", sysfs_path); +- return -errno; +- } + + INIT_LIST_HEAD(&attr_list); + return 0; diff -Nru alsa-utils-1.1.2/debian/patches/series alsa-utils-1.1.3/debian/patches/series --- alsa-utils-1.1.2/debian/patches/series 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/patches/series 2017-02-15 20:57:18.000000000 +0000 @@ -1,9 +1,9 @@ alsactl_home.patch -#systemd_restore_condition.patch systemd_standardoutput.patch udev_test_alsactl.patch spellfixes.patch systemd_Documentation_key.patch +do-not-check-for-sys-kernel-uevent_helper.patch unset_pulse_internal.patch add_extra_volume_defaults.patch vmware_audio_volume.patch diff -Nru alsa-utils-1.1.2/debian/patches/spellfixes.patch alsa-utils-1.1.3/debian/patches/spellfixes.patch --- alsa-utils-1.1.2/debian/patches/spellfixes.patch 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/patches/spellfixes.patch 2017-02-15 21:48:13.000000000 +0000 @@ -1,10 +1,10 @@ Author: Elimar Riesebieter Description: fix some spell errorrs in alsactl binary. -diff --git a/alsactl/alsactl.c b/alsactl/alsactl.c -index bcbc187..f0060e9 100644 ---- a/alsactl/alsactl.c -+++ b/alsactl/alsactl.c +Index: alsa-utils-1.1.3/alsactl/alsactl.c +=================================================================== +--- alsa-utils-1.1.3.orig/alsactl/alsactl.c ++++ alsa-utils-1.1.3/alsactl/alsactl.c @@ -90,7 +90,7 @@ static struct arg args[] = { { FILEARG | 'e', "pid-file", "pathname for the process id (daemon mode)" }, { HEADER, NULL, "Available init options:" }, @@ -14,11 +14,11 @@ { 0, NULL, " (default " DATADIR "/init/00main)" }, { 'b', "background", "run daemon in background" }, { 's', "syslog", "use syslog for messages" }, -diff --git a/alsactl/init_parse.c b/alsactl/init_parse.c -index e81174f..f2a598c 100644 ---- a/alsactl/init_parse.c -+++ b/alsactl/init_parse.c -@@ -939,7 +939,7 @@ static int get_key(char **line, char **key, enum key_op *op, char **value) +Index: alsa-utils-1.1.3/alsactl/init_parse.c +=================================================================== +--- alsa-utils-1.1.3.orig/alsactl/init_parse.c ++++ alsa-utils-1.1.3/alsactl/init_parse.c +@@ -939,7 +939,7 @@ static int get_key(char **line, char **k } /* extract possible KEY{attr} */ @@ -27,7 +27,7 @@ { char *pos; char *attr; -@@ -953,7 +953,7 @@ static char *get_key_attribute(struct space *space, char *str, char *res, size_t +@@ -953,7 +953,7 @@ static char *get_key_attribute(struct sp return NULL; } pos[0] = '\0'; @@ -63,10 +63,10 @@ return EXIT_SUCCESS; } Perror(space, "unknown buildin command '%s'", command0); -diff --git a/alsactl/init_utils_run.c b/alsactl/init_utils_run.c -index dde490b..ffa0e23 100644 ---- a/alsactl/init_utils_run.c -+++ b/alsactl/init_utils_run.c +Index: alsa-utils-1.1.3/alsactl/init_utils_run.c +=================================================================== +--- alsa-utils-1.1.3.orig/alsactl/init_utils_run.c ++++ alsa-utils-1.1.3/alsactl/init_utils_run.c @@ -24,12 +24,12 @@ static int run_program1(struct space *space, @@ -109,11 +109,11 @@ + return run_program1(space, command0, result, resize, reslen, log); + return run_program0(space, command0, result, resize, reslen, log); } -diff --git a/alsactl/state.c b/alsactl/state.c -index 3908ec4..d2d6dac 100644 ---- a/alsactl/state.c -+++ b/alsactl/state.c -@@ -1160,7 +1160,7 @@ static int restore_config_value(snd_ctl_t *handle, snd_ctl_elem_info_t *info, +Index: alsa-utils-1.1.3/alsactl/state.c +=================================================================== +--- alsa-utils-1.1.3.orig/alsactl/state.c ++++ alsa-utils-1.1.3/alsactl/state.c +@@ -1160,7 +1160,7 @@ static int restore_config_value(snd_ctl_ case SND_CTL_ELEM_TYPE_IEC958: break; default: diff -Nru alsa-utils-1.1.2/debian/patches/systemd_Documentation_key.patch alsa-utils-1.1.3/debian/patches/systemd_Documentation_key.patch --- alsa-utils-1.1.2/debian/patches/systemd_Documentation_key.patch 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/patches/systemd_Documentation_key.patch 2017-02-15 21:48:13.000000000 +0000 @@ -1,10 +1,10 @@ Author: Elimar Riesebieter Description: Add Documentaion key to systemd service files. -Index: alsa-utils-1.1.1/alsactl/alsa-restore.service.in +Index: alsa-utils-1.1.3/alsactl/alsa-restore.service.in =================================================================== ---- alsa-utils-1.1.1.orig/alsactl/alsa-restore.service.in -+++ alsa-utils-1.1.1/alsactl/alsa-restore.service.in +--- alsa-utils-1.1.3.orig/alsactl/alsa-restore.service.in ++++ alsa-utils-1.1.3/alsactl/alsa-restore.service.in @@ -5,6 +5,7 @@ [Unit] @@ -13,10 +13,10 @@ ConditionPathExists=!@daemonswitch@ ConditionPathExistsGlob=/dev/snd/control* After=alsa-state.service -Index: alsa-utils-1.1.1/alsactl/alsa-state.service.in +Index: alsa-utils-1.1.3/alsactl/alsa-state.service.in =================================================================== ---- alsa-utils-1.1.1.orig/alsactl/alsa-state.service.in -+++ alsa-utils-1.1.1/alsactl/alsa-state.service.in +--- alsa-utils-1.1.3.orig/alsactl/alsa-state.service.in ++++ alsa-utils-1.1.3/alsactl/alsa-state.service.in @@ -5,6 +5,7 @@ [Unit] diff -Nru alsa-utils-1.1.2/debian/patches/systemd_restore_condition.patch alsa-utils-1.1.3/debian/patches/systemd_restore_condition.patch --- alsa-utils-1.1.2/debian/patches/systemd_restore_condition.patch 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/patches/systemd_restore_condition.patch 1970-01-01 00:00:00.000000000 +0000 @@ -1,28 +0,0 @@ -Author: Jordi Mallach -Description: Check for the existance of the state file before doing anything. -Forwarded: no - -Index: alsa-utils-1.1.0/alsactl/Makefile.am -=================================================================== ---- alsa-utils-1.1.0.orig/alsactl/Makefile.am -+++ alsa-utils-1.1.0/alsactl/Makefile.am -@@ -40,6 +40,7 @@ endif - edit = \ - $(SED) -r -e 's,@sbindir\@,$(sbindir),g' \ - -e 's,@mydatadir\@,$(mydatadir),g' \ -+ -e 's,@asoundstatedir\@,$(ASOUND_STATE_DIR),g' \ - -e 's,@alsactlhome\@,$(ALSACTL_HOME_DIR),g' \ - -e 's,@daemonswitch\@,$(ALSACTL_DAEMONSWITCH),g' \ - < $< > $@ || rm $@ -Index: alsa-utils-1.1.0/alsactl/alsa-restore.service.in -=================================================================== ---- alsa-utils-1.1.0.orig/alsactl/alsa-restore.service.in -+++ alsa-utils-1.1.0/alsactl/alsa-restore.service.in -@@ -7,6 +7,7 @@ - Description=Save/Restore Sound Card State - ConditionPathExists=!@daemonswitch@ - ConditionPathExistsGlob=/dev/snd/control* -+ConditionPathExists=@asoundstatedir@/asound.state - After=alsa-state.service - - [Service] diff -Nru alsa-utils-1.1.2/debian/patches/systemd_standardoutput.patch alsa-utils-1.1.3/debian/patches/systemd_standardoutput.patch --- alsa-utils-1.1.2/debian/patches/systemd_standardoutput.patch 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/patches/systemd_standardoutput.patch 2017-02-15 21:48:13.000000000 +0000 @@ -10,10 +10,10 @@ Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=741123 Forwarded: no -Index: alsa-utils-1.1.1/alsactl/alsa-restore.service.in +Index: alsa-utils-1.1.3/alsactl/alsa-restore.service.in =================================================================== ---- alsa-utils-1.1.1.orig/alsactl/alsa-restore.service.in -+++ alsa-utils-1.1.1/alsactl/alsa-restore.service.in +--- alsa-utils-1.1.3.orig/alsactl/alsa-restore.service.in ++++ alsa-utils-1.1.3/alsactl/alsa-restore.service.in @@ -14,4 +14,3 @@ Type=oneshot RemainAfterExit=true ExecStart=-@sbindir@/alsactl -E HOME=@alsactlhome@ restore diff -Nru alsa-utils-1.1.2/debian/patches/udev_test_alsactl.patch alsa-utils-1.1.3/debian/patches/udev_test_alsactl.patch --- alsa-utils-1.1.2/debian/patches/udev_test_alsactl.patch 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/patches/udev_test_alsactl.patch 2017-02-15 21:48:13.000000000 +0000 @@ -5,10 +5,10 @@ Forwarded: no Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713916 -Index: alsa-utils-1.0.28/alsactl/90-alsa-restore.rules.in +Index: alsa-utils-1.1.3/alsactl/90-alsa-restore.rules.in =================================================================== ---- alsa-utils-1.0.28.orig/alsactl/90-alsa-restore.rules.in -+++ alsa-utils-1.0.28/alsactl/90-alsa-restore.rules.in +--- alsa-utils-1.1.3.orig/alsactl/90-alsa-restore.rules.in ++++ alsa-utils-1.1.3/alsactl/90-alsa-restore.rules.in @@ -2,7 +2,7 @@ ACTION=="add", SUBSYSTEM=="sound", KERNE GOTO="alsa_restore_end" diff -Nru alsa-utils-1.1.2/debian/patches/vmware_audio_volume.patch alsa-utils-1.1.3/debian/patches/vmware_audio_volume.patch --- alsa-utils-1.1.2/debian/patches/vmware_audio_volume.patch 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/patches/vmware_audio_volume.patch 2017-02-15 21:48:13.000000000 +0000 @@ -1,7 +1,7 @@ -Index: alsa-utils-1.1.1/alsactl/init/Makefile.am +Index: alsa-utils-1.1.3/alsactl/init/Makefile.am =================================================================== ---- alsa-utils-1.1.1.orig/alsactl/init/Makefile.am -+++ alsa-utils-1.1.1/alsactl/init/Makefile.am +--- alsa-utils-1.1.3.orig/alsactl/init/Makefile.am ++++ alsa-utils-1.1.3/alsactl/init/Makefile.am @@ -1,7 +1,7 @@ init_files = \ @@ -11,12 +11,12 @@ EXTRA_DIST = $(init_files) alsainitdir = $(datadir)/alsa/init alsainit_DATA = $(init_files) -Index: alsa-utils-1.1.1/alsactl/init/Makefile.in +Index: alsa-utils-1.1.3/alsactl/init/Makefile.in =================================================================== ---- alsa-utils-1.1.1.orig/alsactl/init/Makefile.in -+++ alsa-utils-1.1.1/alsactl/init/Makefile.in -@@ -249,7 +249,7 @@ udevrulesdir = @udevrulesdir@ - xmlto = @xmlto@ +--- alsa-utils-1.1.3.orig/alsactl/init/Makefile.in ++++ alsa-utils-1.1.3/alsactl/init/Makefile.in +@@ -250,7 +250,7 @@ udevrulesdir = @udevrulesdir@ + xmlto_available = @xmlto_available@ init_files = \ 00main default help info test \ - hda ca0106 @@ -24,10 +24,10 @@ EXTRA_DIST = $(init_files) alsainitdir = $(datadir)/alsa/init -Index: alsa-utils-1.1.1/alsactl/init/00main +Index: alsa-utils-1.1.3/alsactl/init/00main =================================================================== ---- alsa-utils-1.1.1.orig/alsactl/init/00main -+++ alsa-utils-1.1.1/alsactl/init/00main +--- alsa-utils-1.1.3.orig/alsactl/init/00main ++++ alsa-utils-1.1.3/alsactl/init/00main @@ -32,6 +32,7 @@ RESULT=="skip", GOTO="init_end" # real ALSA configuration database CARDINFO{driver}=="HDA-Intel", INCLUDE="hda", GOTO="init_end" @@ -36,10 +36,10 @@ CARDINFO{driver}=="Test", INCLUDE="test", GOTO="init_end" LABEL="init_end" -Index: alsa-utils-1.1.1/alsactl/init/ens1371 +Index: alsa-utils-1.1.3/alsactl/init/ens1371 =================================================================== --- /dev/null -+++ alsa-utils-1.1.1/alsactl/init/ens1371 ++++ alsa-utils-1.1.3/alsactl/init/ens1371 @@ -0,0 +1,15 @@ +# Configuration for ensoniq based cards + diff -Nru alsa-utils-1.1.2/debian/rules alsa-utils-1.1.3/debian/rules --- alsa-utils-1.1.2/debian/rules 2016-08-08 02:36:50.000000000 +0000 +++ alsa-utils-1.1.3/debian/rules 2017-01-23 03:15:44.000000000 +0000 @@ -3,7 +3,7 @@ export DEB_BUILD_MAINT_OPTIONS = hardening=+all %: - dh $@ --with autoreconf + dh $@ override_dh_auto_configure: dh_auto_configure -- \ diff -Nru alsa-utils-1.1.2/iecset/Makefile.in alsa-utils-1.1.3/iecset/Makefile.in --- alsa-utils-1.1.2/iecset/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/iecset/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -255,6 +255,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -265,7 +266,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ AM_CPPFLAGS = -I$(top_srcdir)/include LDADD = -lm iecset_SOURCES = iecset.c iecbits.c diff -Nru alsa-utils-1.1.2/include/Makefile.in alsa-utils-1.1.3/include/Makefile.in --- alsa-utils-1.1.2/include/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/include/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -211,6 +211,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -221,7 +222,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ noinst_HEADERS = version.h gettext.h gettext_curses.h AM_CPPFLAGS = -I$(top_srcdir)/include all: aconfig.h diff -Nru alsa-utils-1.1.2/include/version.h alsa-utils-1.1.3/include/version.h --- alsa-utils-1.1.2/include/version.h 2016-08-02 17:14:26.000000000 +0000 +++ alsa-utils-1.1.3/include/version.h 2016-12-20 09:14:00.000000000 +0000 @@ -4,9 +4,9 @@ #define SND_UTIL_MAJOR 1 #define SND_UTIL_MINOR 1 -#define SND_UTIL_SUBMINOR 2 +#define SND_UTIL_SUBMINOR 3 #define SND_UTIL_VERSION ((SND_UTIL_MAJOR<<16)|\ (SND_UTIL_MINOR<<8)|\ SND_UTIL_SUBMINOR) -#define SND_UTIL_VERSION_STR "1.1.2" +#define SND_UTIL_VERSION_STR "1.1.3" diff -Nru alsa-utils-1.1.2/INSTALL alsa-utils-1.1.3/INSTALL --- alsa-utils-1.1.2/INSTALL 2016-08-02 17:09:45.000000000 +0000 +++ alsa-utils-1.1.3/INSTALL 2016-12-20 09:12:29.000000000 +0000 @@ -42,5 +42,12 @@ The included gitcompile script does this job for you. +To configure the build to install in a local directory, a command like the +following can be used: + + ./gitcompile --prefix="$PWD/build" \ + --with-systemdsystemunitdir="$PWD/build/$(pkg-config systemd --variable=systemdsystemunitdir)" \ + --with-udev-rules-dir="$PWD/build/$(pkg-config udev --variable=udevdir)" + Note: Some automake packages have missing aclocal program. Use newer version in the case. diff -Nru alsa-utils-1.1.2/m4/Makefile.in alsa-utils-1.1.3/m4/Makefile.in --- alsa-utils-1.1.2/m4/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/m4/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -206,6 +206,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -216,7 +217,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ EXTRA_DIST = gettext.m4 iconv.m4 lib-ld.m4 lib-link.m4 lib-prefix.m4 nls.m4 po.m4 progtest.m4 gettext.m4 all: all-am diff -Nru alsa-utils-1.1.2/Makefile.in alsa-utils-1.1.3/Makefile.in --- alsa-utils-1.1.2/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -280,6 +280,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -290,7 +291,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ AM_CPPFLAGS = -I$(top_srcdir)/include SUBDIRS = include alsactl utils m4 po alsa-info $(am__append_1) \ $(am__append_2) $(am__append_3) $(am__append_4) \ diff -Nru alsa-utils-1.1.2/po/alsa-utils.pot alsa-utils-1.1.3/po/alsa-utils.pot --- alsa-utils-1.1.2/po/alsa-utils.pot 2016-08-02 17:14:30.000000000 +0000 +++ alsa-utils-1.1.3/po/alsa-utils.pot 2016-12-20 09:14:03.000000000 +0000 @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: alsa-utils 1.1.2\n" +"Project-Id-Version: alsa-utils 1.1.3\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-02 19:14+0200\n" +"POT-Creation-Date: 2016-12-20 10:14+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -357,23 +357,23 @@ msgid "Cannot open file \"%s\"." msgstr "" -#: aplay/aplay.c:175 +#: aplay/aplay.c:177 msgid "raw data" msgstr "" -#: aplay/aplay.c:176 +#: aplay/aplay.c:178 msgid "VOC" msgstr "" -#: aplay/aplay.c:178 +#: aplay/aplay.c:180 msgid "WAVE" msgstr "" -#: aplay/aplay.c:179 +#: aplay/aplay.c:181 msgid "Sparc Audio" msgstr "" -#: aplay/aplay.c:200 +#: aplay/aplay.c:202 #, c-format msgid "" "Usage: %s [OPTION]... [FILE]...\n" @@ -424,542 +424,542 @@ " --fatal-errors treat all errors as fatal\n" msgstr "" -#: aplay/aplay.c:244 speaker-test/speaker-test.c:1023 +#: aplay/aplay.c:246 speaker-test/speaker-test.c:1023 #, c-format msgid "Recognized sample formats are:" msgstr "" -#: aplay/aplay.c:250 +#: aplay/aplay.c:252 #, c-format msgid "" "\n" "Some of these may not be available on selected hardware\n" msgstr "" -#: aplay/aplay.c:251 +#: aplay/aplay.c:253 #, c-format msgid "The available format shortcuts are:\n" msgstr "" -#: aplay/aplay.c:252 +#: aplay/aplay.c:254 #, c-format msgid "-f cd (16 bit little endian, 44100, stereo)\n" msgstr "" -#: aplay/aplay.c:253 +#: aplay/aplay.c:255 #, c-format msgid "-f cdr (16 bit big endian, 44100, stereo)\n" msgstr "" -#: aplay/aplay.c:254 +#: aplay/aplay.c:256 #, c-format msgid "-f dat (16 bit little endian, 48000, stereo)\n" msgstr "" -#: aplay/aplay.c:268 +#: aplay/aplay.c:270 msgid "no soundcards found..." msgstr "" -#: aplay/aplay.c:271 +#: aplay/aplay.c:273 #, c-format msgid "**** List of %s Hardware Devices ****\n" msgstr "" -#: aplay/aplay.c:300 +#: aplay/aplay.c:302 #, c-format msgid "card %i: %s [%s], device %i: %s [%s]\n" msgstr "" -#: aplay/aplay.c:306 +#: aplay/aplay.c:308 #, c-format msgid " Subdevices: %i/%i\n" msgstr "" -#: aplay/aplay.c:313 +#: aplay/aplay.c:315 #, c-format msgid " Subdevice #%i: %s\n" msgstr "" -#: aplay/aplay.c:394 +#: aplay/aplay.c:396 #, c-format msgid "Aborted by signal %s...\n" msgstr "" -#: aplay/aplay.c:528 +#: aplay/aplay.c:530 msgid "command should be named either arecord or aplay" msgstr "" -#: aplay/aplay.c:572 +#: aplay/aplay.c:574 #, c-format msgid "unrecognized file format %s" msgstr "" -#: aplay/aplay.c:579 +#: aplay/aplay.c:581 #, c-format msgid "invalid channels argument '%s'" msgstr "" -#: aplay/aplay.c:583 +#: aplay/aplay.c:585 #, c-format msgid "value %i for channels is invalid" msgstr "" -#: aplay/aplay.c:602 +#: aplay/aplay.c:604 #, c-format msgid "wrong extended format '%s'" msgstr "" -#: aplay/aplay.c:610 +#: aplay/aplay.c:612 #, c-format msgid "invalid rate argument '%s'" msgstr "" -#: aplay/aplay.c:617 +#: aplay/aplay.c:619 #, c-format msgid "bad speed value %i" msgstr "" -#: aplay/aplay.c:624 +#: aplay/aplay.c:626 #, c-format msgid "invalid duration argument '%s'" msgstr "" -#: aplay/aplay.c:635 +#: aplay/aplay.c:637 #, c-format msgid "invalid period time argument '%s'" msgstr "" -#: aplay/aplay.c:642 +#: aplay/aplay.c:644 #, c-format msgid "invalid buffer time argument '%s'" msgstr "" -#: aplay/aplay.c:649 +#: aplay/aplay.c:651 #, c-format msgid "invalid period size argument '%s'" msgstr "" -#: aplay/aplay.c:656 +#: aplay/aplay.c:658 #, c-format msgid "invalid buffer size argument '%s'" msgstr "" -#: aplay/aplay.c:663 +#: aplay/aplay.c:665 #, c-format msgid "invalid min available space argument '%s'" msgstr "" -#: aplay/aplay.c:670 +#: aplay/aplay.c:672 #, c-format msgid "invalid start delay argument '%s'" msgstr "" -#: aplay/aplay.c:677 +#: aplay/aplay.c:679 #, c-format msgid "invalid stop delay argument '%s'" msgstr "" -#: aplay/aplay.c:732 +#: aplay/aplay.c:734 #, c-format msgid "invalid test coef argument '%s'" msgstr "" -#: aplay/aplay.c:744 +#: aplay/aplay.c:746 #, c-format msgid "invalid max file time argument '%s'" msgstr "" -#: aplay/aplay.c:764 speaker-test/speaker-test.c:666 +#: aplay/aplay.c:766 speaker-test/speaker-test.c:666 #, c-format msgid "Unable to parse channel map string: %s\n" msgstr "" -#: aplay/aplay.c:770 +#: aplay/aplay.c:772 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "" -#: aplay/aplay.c:786 +#: aplay/aplay.c:788 #, c-format msgid "audio open error: %s" msgstr "" -#: aplay/aplay.c:791 +#: aplay/aplay.c:793 #, c-format msgid "info error: %s" msgstr "" -#: aplay/aplay.c:798 +#: aplay/aplay.c:800 #, c-format msgid "nonblock setting error: %s" msgstr "" -#: aplay/aplay.c:808 aplay/aplay.c:932 aplay/aplay.c:1222 aplay/aplay.c:1416 -#: aplay/aplay.c:1932 aplay/aplay.c:1962 +#: aplay/aplay.c:810 aplay/aplay.c:934 aplay/aplay.c:1224 aplay/aplay.c:1418 +#: aplay/aplay.c:1939 aplay/aplay.c:1969 msgid "not enough memory" msgstr "" -#: aplay/aplay.c:832 +#: aplay/aplay.c:834 #, c-format msgid "Cannot create process ID file %s: %s" msgstr "" -#: aplay/aplay.c:922 +#: aplay/aplay.c:924 #, c-format msgid "read error (called from line %i)" msgstr "" -#: aplay/aplay.c:989 +#: aplay/aplay.c:991 #, c-format msgid "unknown length of 'fmt ' chunk (read %u, should be %u at least)" msgstr "" -#: aplay/aplay.c:1000 +#: aplay/aplay.c:1002 #, c-format msgid "" "unknown length of extensible 'fmt ' chunk (read %u, should be %u at least)" msgstr "" -#: aplay/aplay.c:1005 +#: aplay/aplay.c:1007 msgid "wrong format tag in extensible 'fmt ' chunk" msgstr "" -#: aplay/aplay.c:1012 +#: aplay/aplay.c:1014 #, c-format msgid "can't play WAVE-file format 0x%04x which is not PCM or FLOAT encoded" msgstr "" -#: aplay/aplay.c:1017 +#: aplay/aplay.c:1019 #, c-format msgid "can't play WAVE-files with %d tracks" msgstr "" -#: aplay/aplay.c:1025 aplay/aplay.c:1151 +#: aplay/aplay.c:1027 aplay/aplay.c:1153 #, c-format msgid "Warning: format is changed to U8\n" msgstr "" -#: aplay/aplay.c:1035 aplay/aplay.c:1048 aplay/aplay.c:1059 +#: aplay/aplay.c:1037 aplay/aplay.c:1050 aplay/aplay.c:1061 #, c-format msgid "Warning: format is changed to %s\n" msgstr "" -#: aplay/aplay.c:1064 +#: aplay/aplay.c:1066 #, c-format msgid "" " can't play WAVE-files with sample %d bits in %d bytes wide (%d channels)" msgstr "" -#: aplay/aplay.c:1087 +#: aplay/aplay.c:1089 #, c-format msgid " can't play WAVE-files with sample %d bits wide" msgstr "" -#: aplay/aplay.c:1145 +#: aplay/aplay.c:1147 #, c-format msgid "Warning: format is changed to MU_LAW\n" msgstr "" -#: aplay/aplay.c:1157 +#: aplay/aplay.c:1159 #, c-format msgid "Warning: format is changed to S16_BE\n" msgstr "" -#: aplay/aplay.c:1170 aplay/aplay.c:2247 aplay/aplay.c:2254 aplay/aplay.c:2780 -#: aplay/aplay.c:2792 +#: aplay/aplay.c:1172 aplay/aplay.c:2254 aplay/aplay.c:2261 aplay/aplay.c:2787 +#: aplay/aplay.c:2799 msgid "read error" msgstr "" -#: aplay/aplay.c:1200 +#: aplay/aplay.c:1202 msgid "Channel numbers don't match between hw_params and channel map" msgstr "" -#: aplay/aplay.c:1209 +#: aplay/aplay.c:1211 #, c-format msgid "Warning: unable to get channel map\n" msgstr "" -#: aplay/aplay.c:1242 +#: aplay/aplay.c:1244 #, c-format msgid "Channel %d doesn't match with hw_parmas" msgstr "" -#: aplay/aplay.c:1268 +#: aplay/aplay.c:1270 msgid "Broken configuration for this PCM: no configurations available" msgstr "" -#: aplay/aplay.c:1272 +#: aplay/aplay.c:1274 #, c-format msgid "HW Params of device \"%s\":\n" msgstr "" -#: aplay/aplay.c:1292 +#: aplay/aplay.c:1294 msgid "Access type not available" msgstr "" -#: aplay/aplay.c:1297 +#: aplay/aplay.c:1299 msgid "Sample format non available" msgstr "" -#: aplay/aplay.c:1303 +#: aplay/aplay.c:1305 msgid "Channels count non available" msgstr "" -#: aplay/aplay.c:1318 +#: aplay/aplay.c:1320 #, c-format msgid "Warning: rate is not accurate (requested = %iHz, got = %iHz)\n" msgstr "" -#: aplay/aplay.c:1324 +#: aplay/aplay.c:1326 #, c-format msgid " please, try the plug plugin %s\n" msgstr "" -#: aplay/aplay.c:1361 +#: aplay/aplay.c:1363 msgid "Unable to install hw params:" msgstr "" -#: aplay/aplay.c:1368 +#: aplay/aplay.c:1370 #, c-format msgid "Can't use period equal to buffer size (%lu == %lu)" msgstr "" -#: aplay/aplay.c:1399 +#: aplay/aplay.c:1401 msgid "unable to install sw params:" msgstr "" -#: aplay/aplay.c:1434 +#: aplay/aplay.c:1436 #, c-format msgid "snd_pcm_mmap_begin problem: %s" msgstr "" -#: aplay/aplay.c:1463 +#: aplay/aplay.c:1465 #, c-format msgid "stdin O_NONBLOCK flag setup failed\n" msgstr "" -#: aplay/aplay.c:1487 +#: aplay/aplay.c:1489 #, c-format msgid "\rPAUSE command ignored (no hw support)\n" msgstr "" -#: aplay/aplay.c:1492 +#: aplay/aplay.c:1497 #, c-format msgid "pause push error: %s" msgstr "" -#: aplay/aplay.c:1501 +#: aplay/aplay.c:1508 #, c-format msgid "pause release error: %s" msgstr "" -#: aplay/aplay.c:1517 +#: aplay/aplay.c:1524 #, c-format msgid "" "\r=== PAUSE === " msgstr "" -#: aplay/aplay.c:1559 +#: aplay/aplay.c:1566 #, c-format msgid "status error: %s" msgstr "" -#: aplay/aplay.c:1564 +#: aplay/aplay.c:1571 #, c-format msgid "fatal %s: %s" msgstr "" -#: aplay/aplay.c:1565 aplay/aplay.c:1576 aplay/aplay.c:1579 aplay/aplay.c:1587 +#: aplay/aplay.c:1572 aplay/aplay.c:1583 aplay/aplay.c:1586 aplay/aplay.c:1594 msgid "underrun" msgstr "" -#: aplay/aplay.c:1565 aplay/aplay.c:1576 aplay/aplay.c:1587 +#: aplay/aplay.c:1572 aplay/aplay.c:1583 aplay/aplay.c:1594 msgid "overrun" msgstr "" -#: aplay/aplay.c:1575 aplay/aplay.c:1586 +#: aplay/aplay.c:1582 aplay/aplay.c:1593 #, c-format msgid "%s!!! (at least %.3f ms long)\n" msgstr "" -#: aplay/aplay.c:1591 +#: aplay/aplay.c:1598 #, c-format msgid "Status:\n" msgstr "" -#: aplay/aplay.c:1595 +#: aplay/aplay.c:1602 #, c-format msgid "xrun: prepare error: %s" msgstr "" -#: aplay/aplay.c:1601 +#: aplay/aplay.c:1608 #, c-format msgid "Status(DRAINING):\n" msgstr "" -#: aplay/aplay.c:1605 +#: aplay/aplay.c:1612 #, c-format msgid "capture stream format change? attempting recover...\n" msgstr "" -#: aplay/aplay.c:1607 +#: aplay/aplay.c:1614 #, c-format msgid "xrun(DRAINING): prepare error: %s" msgstr "" -#: aplay/aplay.c:1614 +#: aplay/aplay.c:1621 #, c-format msgid "Status(R/W):\n" msgstr "" -#: aplay/aplay.c:1617 +#: aplay/aplay.c:1624 #, c-format msgid "read/write error, state = %s" msgstr "" -#: aplay/aplay.c:1627 +#: aplay/aplay.c:1634 #, c-format msgid "Suspended. Trying resume. " msgstr "" -#: aplay/aplay.c:1632 +#: aplay/aplay.c:1639 #, c-format msgid "Failed. Restarting stream. " msgstr "" -#: aplay/aplay.c:1634 +#: aplay/aplay.c:1641 #, c-format msgid "suspend: prepare error: %s" msgstr "" -#: aplay/aplay.c:1639 +#: aplay/aplay.c:1646 #, c-format msgid "Done.\n" msgstr "" -#: aplay/aplay.c:1661 +#: aplay/aplay.c:1668 #, c-format msgid " !clip " msgstr "" -#: aplay/aplay.c:1808 +#: aplay/aplay.c:1815 #, c-format msgid "Unsupported bit size %d.\n" msgstr "" -#: aplay/aplay.c:1842 +#: aplay/aplay.c:1849 #, c-format msgid "Max peak (%li samples): 0x%08x " msgstr "" -#: aplay/aplay.c:1876 +#: aplay/aplay.c:1883 #, c-format msgid "" "Suspicious buffer position (%li total): avail = %li, delay = %li, buffer = " "%li\n" msgstr "" -#: aplay/aplay.c:2004 +#: aplay/aplay.c:2011 #, c-format msgid "write error: %s" msgstr "" -#: aplay/aplay.c:2052 +#: aplay/aplay.c:2059 #, c-format msgid "writev error: %s" msgstr "" -#: aplay/aplay.c:2096 +#: aplay/aplay.c:2103 #, c-format msgid "read error: %s" msgstr "" -#: aplay/aplay.c:2140 +#: aplay/aplay.c:2147 #, c-format msgid "readv error: %s" msgstr "" -#: aplay/aplay.c:2188 +#: aplay/aplay.c:2195 msgid "can't allocate buffer for silence" msgstr "" -#: aplay/aplay.c:2197 aplay/aplay.c:2425 aplay/aplay.c:2430 aplay/aplay.c:2477 -#: aplay/aplay.c:2486 aplay/aplay.c:2493 aplay/aplay.c:2503 aplay/aplay.c:2509 -#: aplay/aplay.c:2581 aplay/aplay.c:2611 aplay/aplay.c:2625 +#: aplay/aplay.c:2204 aplay/aplay.c:2432 aplay/aplay.c:2437 aplay/aplay.c:2484 +#: aplay/aplay.c:2493 aplay/aplay.c:2500 aplay/aplay.c:2510 aplay/aplay.c:2516 +#: aplay/aplay.c:2588 aplay/aplay.c:2618 aplay/aplay.c:2632 msgid "write error" msgstr "" -#: aplay/aplay.c:2210 +#: aplay/aplay.c:2217 #, c-format msgid "voc_pcm_flush - silence error" msgstr "" -#: aplay/aplay.c:2213 +#: aplay/aplay.c:2220 msgid "voc_pcm_flush error" msgstr "" -#: aplay/aplay.c:2238 +#: aplay/aplay.c:2245 msgid "malloc error" msgstr "" -#: aplay/aplay.c:2242 +#: aplay/aplay.c:2249 #, c-format msgid "Playing Creative Labs Channel file '%s'...\n" msgstr "" -#: aplay/aplay.c:2310 aplay/aplay.c:2405 +#: aplay/aplay.c:2317 aplay/aplay.c:2412 msgid "can't play packed .voc files" msgstr "" -#: aplay/aplay.c:2365 +#: aplay/aplay.c:2372 #, c-format msgid "can't play loops; %s isn't seekable\n" msgstr "" -#: aplay/aplay.c:2414 +#: aplay/aplay.c:2421 #, c-format msgid "unknown blocktype %d. terminate." msgstr "" -#: aplay/aplay.c:2545 +#: aplay/aplay.c:2552 #, c-format msgid "Wave doesn't support %s format..." msgstr "" -#: aplay/aplay.c:2605 +#: aplay/aplay.c:2612 #, c-format msgid "Sparc Audio doesn't support %s format..." msgstr "" -#: aplay/aplay.c:2686 +#: aplay/aplay.c:2693 msgid "Playing" msgstr "" -#: aplay/aplay.c:2686 +#: aplay/aplay.c:2693 msgid "Recording" msgstr "" -#: aplay/aplay.c:2690 +#: aplay/aplay.c:2697 #, c-format msgid "Rate %d Hz, " msgstr "" -#: aplay/aplay.c:2692 +#: aplay/aplay.c:2699 #, c-format msgid "Mono" msgstr "" -#: aplay/aplay.c:2694 +#: aplay/aplay.c:2701 #, c-format msgid "Stereo" msgstr "" -#: aplay/aplay.c:2696 +#: aplay/aplay.c:2703 #, c-format msgid "Channels %i" msgstr "" -#: aplay/aplay.c:3217 aplay/aplay.c:3270 +#: aplay/aplay.c:3224 aplay/aplay.c:3277 #, c-format msgid "You need to specify %d files" msgstr "" Binary files /tmp/tmpLJ0lIs/psoEaYGlcN/alsa-utils-1.1.2/po/de.gmo and /tmp/tmpLJ0lIs/fhcZtlBnU0/alsa-utils-1.1.3/po/de.gmo differ diff -Nru alsa-utils-1.1.2/po/de.po alsa-utils-1.1.3/po/de.po --- alsa-utils-1.1.2/po/de.po 2016-08-02 17:14:30.000000000 +0000 +++ alsa-utils-1.1.3/po/de.po 2016-12-20 09:14:03.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: alsa-utils 1.0.23\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-02 19:14+0200\n" +"POT-Creation-Date: 2016-12-20 10:14+0100\n" "PO-Revision-Date: 2010-11-09 21:12+0100\n" "Last-Translator: Clemens Ladisch \n" "Language-Team: German\n" @@ -365,23 +365,23 @@ msgid "Cannot open file \"%s\"." msgstr "Fehler beim Öffnen der Datei \"%s\"." -#: aplay/aplay.c:175 +#: aplay/aplay.c:177 msgid "raw data" msgstr "Rohdaten" -#: aplay/aplay.c:176 +#: aplay/aplay.c:178 msgid "VOC" msgstr "VOC" -#: aplay/aplay.c:178 +#: aplay/aplay.c:180 msgid "WAVE" msgstr "WAVE" -#: aplay/aplay.c:179 +#: aplay/aplay.c:181 msgid "Sparc Audio" msgstr "Sparc-Audio" -#: aplay/aplay.c:200 +#: aplay/aplay.c:202 #, fuzzy, c-format msgid "" "Usage: %s [OPTION]... [FILE]...\n" @@ -471,12 +471,12 @@ " --process-id-file=# schreibe Prozess-ID in diese Datei\n" " --use-strftime formatiere Dateiname mit strftime; %%v=Dateinummer\n" -#: aplay/aplay.c:244 speaker-test/speaker-test.c:1023 +#: aplay/aplay.c:246 speaker-test/speaker-test.c:1023 #, c-format msgid "Recognized sample formats are:" msgstr "Unterstützte Sample-Formate:" -#: aplay/aplay.c:250 +#: aplay/aplay.c:252 #, c-format msgid "" "\n" @@ -485,186 +485,186 @@ "\n" "Nicht alle davon sind auf jeder Hardware verfügbar.\n" -#: aplay/aplay.c:251 +#: aplay/aplay.c:253 #, fuzzy, c-format msgid "The available format shortcuts are:\n" msgstr "Unterstütze Format-Abkürzungen:\n" -#: aplay/aplay.c:252 +#: aplay/aplay.c:254 #, c-format msgid "-f cd (16 bit little endian, 44100, stereo)\n" msgstr "-f cd (16 Bits, Little Endian, 44100 Hz, stereo)\n" -#: aplay/aplay.c:253 +#: aplay/aplay.c:255 #, c-format msgid "-f cdr (16 bit big endian, 44100, stereo)\n" msgstr "-f cdr (16 Bits, Big Endian, 44100 Hz, stereo)\n" -#: aplay/aplay.c:254 +#: aplay/aplay.c:256 #, c-format msgid "-f dat (16 bit little endian, 48000, stereo)\n" msgstr "-f dat (16 Bits, Little Endian, 48000 Hz, stereo)\n" -#: aplay/aplay.c:268 +#: aplay/aplay.c:270 msgid "no soundcards found..." msgstr "keine Soundkarten gefunden ..." -#: aplay/aplay.c:271 +#: aplay/aplay.c:273 #, c-format msgid "**** List of %s Hardware Devices ****\n" msgstr "**** Liste der Hardware-Geräte (%s) ****\n" -#: aplay/aplay.c:300 +#: aplay/aplay.c:302 #, c-format msgid "card %i: %s [%s], device %i: %s [%s]\n" msgstr "Karte %i: %s [%s], Gerät %i: %s [%s]\n" -#: aplay/aplay.c:306 +#: aplay/aplay.c:308 #, c-format msgid " Subdevices: %i/%i\n" msgstr " Sub-Geräte: %i/%i\n" -#: aplay/aplay.c:313 +#: aplay/aplay.c:315 #, c-format msgid " Subdevice #%i: %s\n" msgstr " Sub-Gerät #%i: %s\n" -#: aplay/aplay.c:394 +#: aplay/aplay.c:396 #, c-format msgid "Aborted by signal %s...\n" msgstr "Abbruch durch Signal %s ...\n" -#: aplay/aplay.c:528 +#: aplay/aplay.c:530 msgid "command should be named either arecord or aplay" msgstr "Befehl sollte arecord oder aplay sein" -#: aplay/aplay.c:572 +#: aplay/aplay.c:574 #, c-format msgid "unrecognized file format %s" msgstr "unbekanntes Dateiformat %s" -#: aplay/aplay.c:579 +#: aplay/aplay.c:581 #, fuzzy, c-format msgid "invalid channels argument '%s'" msgstr "ungültige Sender-Adresse %s\n" -#: aplay/aplay.c:583 +#: aplay/aplay.c:585 #, c-format msgid "value %i for channels is invalid" msgstr "Kanalanzahl %i ist ungültig" -#: aplay/aplay.c:602 +#: aplay/aplay.c:604 #, c-format msgid "wrong extended format '%s'" msgstr "erweitertes Format '%s' ist ungültig" -#: aplay/aplay.c:610 +#: aplay/aplay.c:612 #, fuzzy, c-format msgid "invalid rate argument '%s'" msgstr "ungültige Quell-Adresse %s\n" -#: aplay/aplay.c:617 +#: aplay/aplay.c:619 #, c-format msgid "bad speed value %i" msgstr "ungültige Rate %i" -#: aplay/aplay.c:624 +#: aplay/aplay.c:626 #, fuzzy, c-format msgid "invalid duration argument '%s'" msgstr "ungültige Ziel-Adresse %s\n" -#: aplay/aplay.c:635 +#: aplay/aplay.c:637 #, fuzzy, c-format msgid "invalid period time argument '%s'" msgstr "ungültige Sender-Adresse %s\n" -#: aplay/aplay.c:642 +#: aplay/aplay.c:644 #, fuzzy, c-format msgid "invalid buffer time argument '%s'" msgstr "ungültige Quell-Adresse %s\n" -#: aplay/aplay.c:649 +#: aplay/aplay.c:651 #, fuzzy, c-format msgid "invalid period size argument '%s'" msgstr "ungültige Sender-Adresse %s\n" -#: aplay/aplay.c:656 +#: aplay/aplay.c:658 #, fuzzy, c-format msgid "invalid buffer size argument '%s'" msgstr "ungültige Quell-Adresse %s\n" -#: aplay/aplay.c:663 +#: aplay/aplay.c:665 #, c-format msgid "invalid min available space argument '%s'" msgstr "" -#: aplay/aplay.c:670 +#: aplay/aplay.c:672 #, fuzzy, c-format msgid "invalid start delay argument '%s'" msgstr "ungültige Sender-Adresse %s\n" -#: aplay/aplay.c:677 +#: aplay/aplay.c:679 #, fuzzy, c-format msgid "invalid stop delay argument '%s'" msgstr "ungültige Sender-Adresse %s\n" -#: aplay/aplay.c:732 +#: aplay/aplay.c:734 #, fuzzy, c-format msgid "invalid test coef argument '%s'" msgstr "ungültige Quell-Adresse %s\n" -#: aplay/aplay.c:744 +#: aplay/aplay.c:746 #, c-format msgid "invalid max file time argument '%s'" msgstr "" -#: aplay/aplay.c:764 speaker-test/speaker-test.c:666 +#: aplay/aplay.c:766 speaker-test/speaker-test.c:666 #, fuzzy, c-format msgid "Unable to parse channel map string: %s\n" msgstr "Fehler beim Setzen des Mindest-verfügbar-Wertes: %s\n" -#: aplay/aplay.c:770 +#: aplay/aplay.c:772 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Siehe `%s --help' für mehr Informationen.\n" -#: aplay/aplay.c:786 +#: aplay/aplay.c:788 #, c-format msgid "audio open error: %s" msgstr "Fehler beim Öffnen des Gerätes: %s" -#: aplay/aplay.c:791 +#: aplay/aplay.c:793 #, c-format msgid "info error: %s" msgstr "Fehler beim Lesen der Geräteinformationen: %s" -#: aplay/aplay.c:798 +#: aplay/aplay.c:800 #, c-format msgid "nonblock setting error: %s" msgstr "Fehler beim Setzen des nonblock-Modus: %s" -#: aplay/aplay.c:808 aplay/aplay.c:932 aplay/aplay.c:1222 aplay/aplay.c:1416 -#: aplay/aplay.c:1932 aplay/aplay.c:1962 +#: aplay/aplay.c:810 aplay/aplay.c:934 aplay/aplay.c:1224 aplay/aplay.c:1418 +#: aplay/aplay.c:1939 aplay/aplay.c:1969 msgid "not enough memory" msgstr "nicht genug Speicher" -#: aplay/aplay.c:832 +#: aplay/aplay.c:834 #, c-format msgid "Cannot create process ID file %s: %s" msgstr "Fehler beim Schreiben der Prozess-ID-Datei %s: %s" -#: aplay/aplay.c:922 +#: aplay/aplay.c:924 #, c-format msgid "read error (called from line %i)" msgstr "Lesefehler (aufgerufen von Zeile %i)" -#: aplay/aplay.c:989 +#: aplay/aplay.c:991 #, c-format msgid "unknown length of 'fmt ' chunk (read %u, should be %u at least)" msgstr "" "unbekannte Länge des 'fmt '-Blocks (gelesen: %u, sollte mindestens %u sein)" -#: aplay/aplay.c:1000 +#: aplay/aplay.c:1002 #, c-format msgid "" "unknown length of extensible 'fmt ' chunk (read %u, should be %u at least)" @@ -672,244 +672,244 @@ "unbekannte Länge des erweiterten 'fmt '-Blocks (gelesen: %u, sollte " "mindestens %u sein)" -#: aplay/aplay.c:1005 +#: aplay/aplay.c:1007 msgid "wrong format tag in extensible 'fmt ' chunk" msgstr "ungültiger Format-Wert im erweiterten 'fmt '-Block" -#: aplay/aplay.c:1012 +#: aplay/aplay.c:1014 #, c-format msgid "can't play WAVE-file format 0x%04x which is not PCM or FLOAT encoded" msgstr "" "kann WAVE-Datei-Format 0x%04x nicht abspielen; ist weder PCM noch FLOAT" -#: aplay/aplay.c:1017 +#: aplay/aplay.c:1019 #, c-format msgid "can't play WAVE-files with %d tracks" msgstr "kann WAVE-Datei mit %d Kanälen nicht abspielen" -#: aplay/aplay.c:1025 aplay/aplay.c:1151 +#: aplay/aplay.c:1027 aplay/aplay.c:1153 #, c-format msgid "Warning: format is changed to U8\n" msgstr "Warnung: benutztes Format ist U8\n" -#: aplay/aplay.c:1035 aplay/aplay.c:1048 aplay/aplay.c:1059 +#: aplay/aplay.c:1037 aplay/aplay.c:1050 aplay/aplay.c:1061 #, fuzzy, c-format msgid "Warning: format is changed to %s\n" msgstr "Warnung: benutztes Format ist U8\n" -#: aplay/aplay.c:1064 +#: aplay/aplay.c:1066 #, c-format msgid "" " can't play WAVE-files with sample %d bits in %d bytes wide (%d channels)" msgstr "" "kann WAVE-Datei mit %d-Bit-Samples in %d Bytes (%d Kanäle) nicht abspielen" -#: aplay/aplay.c:1087 +#: aplay/aplay.c:1089 #, c-format msgid " can't play WAVE-files with sample %d bits wide" msgstr "kann WAVE-Datei mit %d-Bit-Samples nicht abspielen" -#: aplay/aplay.c:1145 +#: aplay/aplay.c:1147 #, c-format msgid "Warning: format is changed to MU_LAW\n" msgstr "Warnung: benutztes Format ist MU_LAW\n" -#: aplay/aplay.c:1157 +#: aplay/aplay.c:1159 #, c-format msgid "Warning: format is changed to S16_BE\n" msgstr "Warnung: benutztes Format ist S16_BE\n" -#: aplay/aplay.c:1170 aplay/aplay.c:2247 aplay/aplay.c:2254 aplay/aplay.c:2780 -#: aplay/aplay.c:2792 +#: aplay/aplay.c:1172 aplay/aplay.c:2254 aplay/aplay.c:2261 aplay/aplay.c:2787 +#: aplay/aplay.c:2799 msgid "read error" msgstr "Lesefehler" -#: aplay/aplay.c:1200 +#: aplay/aplay.c:1202 msgid "Channel numbers don't match between hw_params and channel map" msgstr "" -#: aplay/aplay.c:1209 +#: aplay/aplay.c:1211 #, c-format msgid "Warning: unable to get channel map\n" msgstr "" -#: aplay/aplay.c:1242 +#: aplay/aplay.c:1244 #, c-format msgid "Channel %d doesn't match with hw_parmas" msgstr "" -#: aplay/aplay.c:1268 +#: aplay/aplay.c:1270 msgid "Broken configuration for this PCM: no configurations available" msgstr "" "ungültige Konfiguration für dieses Gerät: keine unterstützte Konfiguration" -#: aplay/aplay.c:1272 +#: aplay/aplay.c:1274 #, c-format msgid "HW Params of device \"%s\":\n" msgstr "" -#: aplay/aplay.c:1292 +#: aplay/aplay.c:1294 msgid "Access type not available" msgstr "Zugriffs-Modus nicht unterstützt" -#: aplay/aplay.c:1297 +#: aplay/aplay.c:1299 msgid "Sample format non available" msgstr "Sample-Format nicht unterstützt" -#: aplay/aplay.c:1303 +#: aplay/aplay.c:1305 msgid "Channels count non available" msgstr "Kanalanzahl nicht unterstützt" -#: aplay/aplay.c:1318 +#: aplay/aplay.c:1320 #, c-format msgid "Warning: rate is not accurate (requested = %iHz, got = %iHz)\n" msgstr "" "Warnung: Rate ist nicht exakt (angefordert: %i Hz, unterstützt: %i Hz)\n" -#: aplay/aplay.c:1324 +#: aplay/aplay.c:1326 #, c-format msgid " please, try the plug plugin %s\n" msgstr " probieren Sie bitte das plug-Plugin: %s\n" -#: aplay/aplay.c:1361 +#: aplay/aplay.c:1363 msgid "Unable to install hw params:" msgstr "Fehler beim Setzen der Hardware-Parameter:" -#: aplay/aplay.c:1368 +#: aplay/aplay.c:1370 #, c-format msgid "Can't use period equal to buffer size (%lu == %lu)" msgstr "Periode gleich der Puffer-Größe wird nicht unterstützt (%lu == %lu)" -#: aplay/aplay.c:1399 +#: aplay/aplay.c:1401 msgid "unable to install sw params:" msgstr "Fehler beim Setzen der Software-Parameter:" -#: aplay/aplay.c:1434 +#: aplay/aplay.c:1436 #, c-format msgid "snd_pcm_mmap_begin problem: %s" msgstr "Fehler bei snd_pcm_mmap_begin: %s" -#: aplay/aplay.c:1463 +#: aplay/aplay.c:1465 #, c-format msgid "stdin O_NONBLOCK flag setup failed\n" msgstr "Fehler beim Setzen von O_NONBLOCK in stdin\n" -#: aplay/aplay.c:1487 +#: aplay/aplay.c:1489 #, c-format msgid "\rPAUSE command ignored (no hw support)\n" msgstr "\rPause-Kommando ignoriert (keine HW-Unterstützung)\n" -#: aplay/aplay.c:1492 +#: aplay/aplay.c:1497 #, c-format msgid "pause push error: %s" msgstr "Fehler beim Pausieren: %s" -#: aplay/aplay.c:1501 +#: aplay/aplay.c:1508 #, c-format msgid "pause release error: %s" msgstr "Fehler beim Beenden der Pause: %s" -#: aplay/aplay.c:1517 +#: aplay/aplay.c:1524 #, c-format msgid "" "\r=== PAUSE === " msgstr "" "\r=== PAUSE === " -#: aplay/aplay.c:1559 +#: aplay/aplay.c:1566 #, c-format msgid "status error: %s" msgstr "Status-Fehler: %s" -#: aplay/aplay.c:1564 +#: aplay/aplay.c:1571 #, fuzzy, c-format msgid "fatal %s: %s" msgstr "%s: %s\n" -#: aplay/aplay.c:1565 aplay/aplay.c:1576 aplay/aplay.c:1579 aplay/aplay.c:1587 +#: aplay/aplay.c:1572 aplay/aplay.c:1583 aplay/aplay.c:1586 aplay/aplay.c:1594 msgid "underrun" msgstr "Unterlauf" -#: aplay/aplay.c:1565 aplay/aplay.c:1576 aplay/aplay.c:1587 +#: aplay/aplay.c:1572 aplay/aplay.c:1583 aplay/aplay.c:1594 msgid "overrun" msgstr "Überlauf" -#: aplay/aplay.c:1575 aplay/aplay.c:1586 +#: aplay/aplay.c:1582 aplay/aplay.c:1593 #, c-format msgid "%s!!! (at least %.3f ms long)\n" msgstr "%s!!! (mindestens %.3f ms)\n" -#: aplay/aplay.c:1591 +#: aplay/aplay.c:1598 #, c-format msgid "Status:\n" msgstr "Status:\n" -#: aplay/aplay.c:1595 +#: aplay/aplay.c:1602 #, c-format msgid "xrun: prepare error: %s" msgstr "Unter-/Überlauf: Fehler beim Re-Initialisieren des Gerätes: %s" -#: aplay/aplay.c:1601 +#: aplay/aplay.c:1608 #, c-format msgid "Status(DRAINING):\n" msgstr "Status (DRAINING):\n" -#: aplay/aplay.c:1605 +#: aplay/aplay.c:1612 #, c-format msgid "capture stream format change? attempting recover...\n" msgstr "Format-Wechsel der Aufnahme-Daten? Versuche Wiederherstellung ...\n" -#: aplay/aplay.c:1607 +#: aplay/aplay.c:1614 #, c-format msgid "xrun(DRAINING): prepare error: %s" msgstr "XRUN (DRAINING): Fehler beim Re-Initialisieren des Gerätes: %s" -#: aplay/aplay.c:1614 +#: aplay/aplay.c:1621 #, c-format msgid "Status(R/W):\n" msgstr "Status (R/W):\n" -#: aplay/aplay.c:1617 +#: aplay/aplay.c:1624 #, c-format msgid "read/write error, state = %s" msgstr "Lese-/Schreibfehler, Status = %s" -#: aplay/aplay.c:1627 +#: aplay/aplay.c:1634 #, c-format msgid "Suspended. Trying resume. " msgstr "Ruhezustand. Versuche, aufzuwecken. " -#: aplay/aplay.c:1632 +#: aplay/aplay.c:1639 #, c-format msgid "Failed. Restarting stream. " msgstr "Fehlgeschlagen. Re-Initialisierung. " -#: aplay/aplay.c:1634 +#: aplay/aplay.c:1641 #, c-format msgid "suspend: prepare error: %s" msgstr "Ruhezustand: Fehler beim Re-Initialisieren: %s" -#: aplay/aplay.c:1639 +#: aplay/aplay.c:1646 #, c-format msgid "Done.\n" msgstr "Fertig.\n" -#: aplay/aplay.c:1661 +#: aplay/aplay.c:1668 #, c-format msgid " !clip " msgstr " !clip " -#: aplay/aplay.c:1808 +#: aplay/aplay.c:1815 #, c-format msgid "Unsupported bit size %d.\n" msgstr "%d-Bit-Samples werden nicht unterstützt.\n" -#: aplay/aplay.c:1842 +#: aplay/aplay.c:1849 #, c-format msgid "Max peak (%li samples): 0x%08x " msgstr "Höchstwert (%li Samples): 0x%08x " -#: aplay/aplay.c:1876 +#: aplay/aplay.c:1883 #, c-format msgid "" "Suspicious buffer position (%li total): avail = %li, delay = %li, buffer = " @@ -918,108 +918,108 @@ "verdächtige Puffer-Position (total %li): avail = %li, delay = %li, buffer = " "%li\n" -#: aplay/aplay.c:2004 +#: aplay/aplay.c:2011 #, c-format msgid "write error: %s" msgstr "Schreibfehler: %s" -#: aplay/aplay.c:2052 +#: aplay/aplay.c:2059 #, c-format msgid "writev error: %s" msgstr "Vektor-Schreib-Fehler: %s" -#: aplay/aplay.c:2096 +#: aplay/aplay.c:2103 #, c-format msgid "read error: %s" msgstr "Lesefehler: %s" -#: aplay/aplay.c:2140 +#: aplay/aplay.c:2147 #, c-format msgid "readv error: %s" msgstr "Vektor-Lese-Fehler: %s" -#: aplay/aplay.c:2188 +#: aplay/aplay.c:2195 msgid "can't allocate buffer for silence" msgstr "nicht genug Speicher für Stille-Block" -#: aplay/aplay.c:2197 aplay/aplay.c:2425 aplay/aplay.c:2430 aplay/aplay.c:2477 -#: aplay/aplay.c:2486 aplay/aplay.c:2493 aplay/aplay.c:2503 aplay/aplay.c:2509 -#: aplay/aplay.c:2581 aplay/aplay.c:2611 aplay/aplay.c:2625 +#: aplay/aplay.c:2204 aplay/aplay.c:2432 aplay/aplay.c:2437 aplay/aplay.c:2484 +#: aplay/aplay.c:2493 aplay/aplay.c:2500 aplay/aplay.c:2510 aplay/aplay.c:2516 +#: aplay/aplay.c:2588 aplay/aplay.c:2618 aplay/aplay.c:2632 msgid "write error" msgstr "Schreibfehler" -#: aplay/aplay.c:2210 +#: aplay/aplay.c:2217 #, c-format msgid "voc_pcm_flush - silence error" msgstr "voc_pcm_flush - Fehler in set_silence" -#: aplay/aplay.c:2213 +#: aplay/aplay.c:2220 msgid "voc_pcm_flush error" msgstr "Schreibfehler" -#: aplay/aplay.c:2238 +#: aplay/aplay.c:2245 msgid "malloc error" msgstr "nicht genug Speicher" -#: aplay/aplay.c:2242 +#: aplay/aplay.c:2249 #, c-format msgid "Playing Creative Labs Channel file '%s'...\n" msgstr "Spiele Creative Labs Channel-Datei '%s'...\n" -#: aplay/aplay.c:2310 aplay/aplay.c:2405 +#: aplay/aplay.c:2317 aplay/aplay.c:2412 msgid "can't play packed .voc files" msgstr "kann komprimierte .voc-Dateien nicht abspielen" -#: aplay/aplay.c:2365 +#: aplay/aplay.c:2372 #, c-format msgid "can't play loops; %s isn't seekable\n" msgstr "" "kann Schleife nicht abspielen; Dateiposition in %s ist nicht änderbar\n" -#: aplay/aplay.c:2414 +#: aplay/aplay.c:2421 #, c-format msgid "unknown blocktype %d. terminate." msgstr "Unbekannter Block-Typ %d. Abbruch." -#: aplay/aplay.c:2545 +#: aplay/aplay.c:2552 #, c-format msgid "Wave doesn't support %s format..." msgstr "Format %s wird in WAVE nicht unterstützt ..." -#: aplay/aplay.c:2605 +#: aplay/aplay.c:2612 #, c-format msgid "Sparc Audio doesn't support %s format..." msgstr "Format %s wird in Sparc-Audio nicht unterstützt ..." -#: aplay/aplay.c:2686 +#: aplay/aplay.c:2693 msgid "Playing" msgstr "Wiedergabe:" -#: aplay/aplay.c:2686 +#: aplay/aplay.c:2693 msgid "Recording" msgstr "Aufnahme:" -#: aplay/aplay.c:2690 +#: aplay/aplay.c:2697 #, c-format msgid "Rate %d Hz, " msgstr "Rate: %d Hz, " -#: aplay/aplay.c:2692 +#: aplay/aplay.c:2699 #, c-format msgid "Mono" msgstr "mono" -#: aplay/aplay.c:2694 +#: aplay/aplay.c:2701 #, c-format msgid "Stereo" msgstr "stereo" -#: aplay/aplay.c:2696 +#: aplay/aplay.c:2703 #, c-format msgid "Channels %i" msgstr "%i Kanäle" -#: aplay/aplay.c:3217 aplay/aplay.c:3270 +#: aplay/aplay.c:3224 aplay/aplay.c:3277 #, c-format msgid "You need to specify %d files" msgstr "Es werden %d Dateien benötigt." Binary files /tmp/tmpLJ0lIs/psoEaYGlcN/alsa-utils-1.1.2/po/fr.gmo and /tmp/tmpLJ0lIs/fhcZtlBnU0/alsa-utils-1.1.3/po/fr.gmo differ diff -Nru alsa-utils-1.1.2/po/fr.po alsa-utils-1.1.3/po/fr.po --- alsa-utils-1.1.2/po/fr.po 2016-08-02 17:14:30.000000000 +0000 +++ alsa-utils-1.1.3/po/fr.po 2016-12-20 09:14:03.000000000 +0000 @@ -7,7 +7,7 @@ msgstr "" "Project-Id-Version: alsa-utils 1.0.23\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-02 19:14+0200\n" +"POT-Creation-Date: 2016-12-20 10:14+0100\n" "PO-Revision-Date: 2011-01-07 06:23+0100\n" "Last-Translator: Christoph J. Thompson \n" "Language-Team: French \n" @@ -364,23 +364,23 @@ msgid "Cannot open file \"%s\"." msgstr "Le fichier \"%s\" n'a pas pu être ouvert." -#: aplay/aplay.c:175 +#: aplay/aplay.c:177 msgid "raw data" msgstr "données brutes" -#: aplay/aplay.c:176 +#: aplay/aplay.c:178 msgid "VOC" msgstr "" -#: aplay/aplay.c:178 +#: aplay/aplay.c:180 msgid "WAVE" msgstr "" -#: aplay/aplay.c:179 +#: aplay/aplay.c:181 msgid "Sparc Audio" msgstr "" -#: aplay/aplay.c:200 +#: aplay/aplay.c:202 #, fuzzy, c-format msgid "" "Usage: %s [OPTION]... [FILE]...\n" @@ -478,12 +478,12 @@ " --process-id-file écrire l'identifiant du processus ici\n" " --use-strftime utiliser strftime pour le nom du fichier de capture\n" -#: aplay/aplay.c:244 speaker-test/speaker-test.c:1023 +#: aplay/aplay.c:246 speaker-test/speaker-test.c:1023 #, c-format msgid "Recognized sample formats are:" msgstr "Les formats d'échantillonage connus sont:" -#: aplay/aplay.c:250 +#: aplay/aplay.c:252 #, c-format msgid "" "\n" @@ -492,185 +492,185 @@ "\n" "Certains de ceux-ci ne sont peut être pas disponibles avec ce matériel\n" -#: aplay/aplay.c:251 +#: aplay/aplay.c:253 #, fuzzy, c-format msgid "The available format shortcuts are:\n" msgstr "Les raccourcis format disponibles sont:\n" -#: aplay/aplay.c:252 +#: aplay/aplay.c:254 #, c-format msgid "-f cd (16 bit little endian, 44100, stereo)\n" msgstr "-f cd (16 bit petit boutiste, 44100, stéréo)\n" -#: aplay/aplay.c:253 +#: aplay/aplay.c:255 #, c-format msgid "-f cdr (16 bit big endian, 44100, stereo)\n" msgstr "-f cdr (16 bit gros boutiste, 44100, stéréo)\n" -#: aplay/aplay.c:254 +#: aplay/aplay.c:256 #, c-format msgid "-f dat (16 bit little endian, 48000, stereo)\n" msgstr "-f dat (16 bit petit boutiste, 48000, stéréo)\n" -#: aplay/aplay.c:268 +#: aplay/aplay.c:270 msgid "no soundcards found..." msgstr "aucune carte son n'a été trouvée..." -#: aplay/aplay.c:271 +#: aplay/aplay.c:273 #, c-format msgid "**** List of %s Hardware Devices ****\n" msgstr "**** Liste des Périphériques Matériels %s ****\n" -#: aplay/aplay.c:300 +#: aplay/aplay.c:302 #, c-format msgid "card %i: %s [%s], device %i: %s [%s]\n" msgstr "carte %i: %s [%s], périphérique %i: %s [%s]\n" -#: aplay/aplay.c:306 +#: aplay/aplay.c:308 #, c-format msgid " Subdevices: %i/%i\n" msgstr " Sous-périphériques: %i/%i\n" -#: aplay/aplay.c:313 +#: aplay/aplay.c:315 #, c-format msgid " Subdevice #%i: %s\n" msgstr " Sous-périphérique #%i: %s\n" -#: aplay/aplay.c:394 +#: aplay/aplay.c:396 #, c-format msgid "Aborted by signal %s...\n" msgstr "Interrompu par le signal %s...\n" -#: aplay/aplay.c:528 +#: aplay/aplay.c:530 msgid "command should be named either arecord or aplay" msgstr "la commande doit être nommée arecord ou aplay" -#: aplay/aplay.c:572 +#: aplay/aplay.c:574 #, c-format msgid "unrecognized file format %s" msgstr "format de fichier inconnu %s" -#: aplay/aplay.c:579 +#: aplay/aplay.c:581 #, fuzzy, c-format msgid "invalid channels argument '%s'" msgstr "l'addresse envoyeur %s est incorrecte\n" -#: aplay/aplay.c:583 +#: aplay/aplay.c:585 #, c-format msgid "value %i for channels is invalid" msgstr "la valeur %i pour les canaux est incorrecte" -#: aplay/aplay.c:602 +#: aplay/aplay.c:604 #, c-format msgid "wrong extended format '%s'" msgstr "format étendu '%s' erronné" -#: aplay/aplay.c:610 +#: aplay/aplay.c:612 #, fuzzy, c-format msgid "invalid rate argument '%s'" msgstr "addresse source %s incorrecte\n" -#: aplay/aplay.c:617 +#: aplay/aplay.c:619 #, c-format msgid "bad speed value %i" msgstr "mauvaise valeur de vitesse %i" -#: aplay/aplay.c:624 +#: aplay/aplay.c:626 #, fuzzy, c-format msgid "invalid duration argument '%s'" msgstr "l'addresse destinataire %s est incorrecte\n" -#: aplay/aplay.c:635 +#: aplay/aplay.c:637 #, fuzzy, c-format msgid "invalid period time argument '%s'" msgstr "l'addresse envoyeur %s est incorrecte\n" -#: aplay/aplay.c:642 +#: aplay/aplay.c:644 #, fuzzy, c-format msgid "invalid buffer time argument '%s'" msgstr "addresse source %s incorrecte\n" -#: aplay/aplay.c:649 +#: aplay/aplay.c:651 #, fuzzy, c-format msgid "invalid period size argument '%s'" msgstr "l'addresse envoyeur %s est incorrecte\n" -#: aplay/aplay.c:656 +#: aplay/aplay.c:658 #, fuzzy, c-format msgid "invalid buffer size argument '%s'" msgstr "addresse source %s incorrecte\n" -#: aplay/aplay.c:663 +#: aplay/aplay.c:665 #, c-format msgid "invalid min available space argument '%s'" msgstr "" -#: aplay/aplay.c:670 +#: aplay/aplay.c:672 #, fuzzy, c-format msgid "invalid start delay argument '%s'" msgstr "l'addresse envoyeur %s est incorrecte\n" -#: aplay/aplay.c:677 +#: aplay/aplay.c:679 #, fuzzy, c-format msgid "invalid stop delay argument '%s'" msgstr "l'addresse envoyeur %s est incorrecte\n" -#: aplay/aplay.c:732 +#: aplay/aplay.c:734 #, fuzzy, c-format msgid "invalid test coef argument '%s'" msgstr "addresse source %s incorrecte\n" -#: aplay/aplay.c:744 +#: aplay/aplay.c:746 #, c-format msgid "invalid max file time argument '%s'" msgstr "" -#: aplay/aplay.c:764 speaker-test/speaker-test.c:666 +#: aplay/aplay.c:766 speaker-test/speaker-test.c:666 #, c-format msgid "Unable to parse channel map string: %s\n" msgstr "" -#: aplay/aplay.c:770 +#: aplay/aplay.c:772 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "Essayez `%s --help' pour plus d'informations.\n" -#: aplay/aplay.c:786 +#: aplay/aplay.c:788 #, c-format msgid "audio open error: %s" msgstr "erreur à l'ouverture audio: %s" -#: aplay/aplay.c:791 +#: aplay/aplay.c:793 #, c-format msgid "info error: %s" msgstr "erreur info: %s" -#: aplay/aplay.c:798 +#: aplay/aplay.c:800 #, c-format msgid "nonblock setting error: %s" msgstr "paramètre de non-blocage erronné: %s" -#: aplay/aplay.c:808 aplay/aplay.c:932 aplay/aplay.c:1222 aplay/aplay.c:1416 -#: aplay/aplay.c:1932 aplay/aplay.c:1962 +#: aplay/aplay.c:810 aplay/aplay.c:934 aplay/aplay.c:1224 aplay/aplay.c:1418 +#: aplay/aplay.c:1939 aplay/aplay.c:1969 msgid "not enough memory" msgstr "pas assez de mémoire" -#: aplay/aplay.c:832 +#: aplay/aplay.c:834 #, c-format msgid "Cannot create process ID file %s: %s" msgstr "Le fichier de numéro de processus %s n'a pas pu être créé: %s" -#: aplay/aplay.c:922 +#: aplay/aplay.c:924 #, c-format msgid "read error (called from line %i)" msgstr "erreur de lecture (appelé à la ligne %i)" -#: aplay/aplay.c:989 +#: aplay/aplay.c:991 #, c-format msgid "unknown length of 'fmt ' chunk (read %u, should be %u at least)" msgstr "longueur du morceau 'fmt ' inconnue (lu %u, devrait être au moins %u)" -#: aplay/aplay.c:1000 +#: aplay/aplay.c:1002 #, c-format msgid "" "unknown length of extensible 'fmt ' chunk (read %u, should be %u at least)" @@ -678,33 +678,33 @@ "longueur du morceau 'fmt ' extensible inconnue (lu %u, devrait être au moins " "%u)" -#: aplay/aplay.c:1005 +#: aplay/aplay.c:1007 msgid "wrong format tag in extensible 'fmt ' chunk" msgstr "libellé de format erronné dans le morceau extensible 'fmt '" -#: aplay/aplay.c:1012 +#: aplay/aplay.c:1014 #, c-format msgid "can't play WAVE-file format 0x%04x which is not PCM or FLOAT encoded" msgstr "" "Les formats de ficher WAVE 0x%04x qui ne sont pas encodés en PCM ouFLOAT ne " "sont pas supportés" -#: aplay/aplay.c:1017 +#: aplay/aplay.c:1019 #, c-format msgid "can't play WAVE-files with %d tracks" msgstr "Les fichiers WAVE avec %d pistes ne sont pas supportés" -#: aplay/aplay.c:1025 aplay/aplay.c:1151 +#: aplay/aplay.c:1027 aplay/aplay.c:1153 #, c-format msgid "Warning: format is changed to U8\n" msgstr "Avertissement: le format est changé en U8\n" -#: aplay/aplay.c:1035 aplay/aplay.c:1048 aplay/aplay.c:1059 +#: aplay/aplay.c:1037 aplay/aplay.c:1050 aplay/aplay.c:1061 #, fuzzy, c-format msgid "Warning: format is changed to %s\n" msgstr "Avertissement: le format est changé en U8\n" -#: aplay/aplay.c:1064 +#: aplay/aplay.c:1066 #, c-format msgid "" " can't play WAVE-files with sample %d bits in %d bytes wide (%d channels)" @@ -712,214 +712,214 @@ " les fichiers WAVE échantillonés %d bits par %d octets en largeur (%d canaux)" "ne sont pas supportés" -#: aplay/aplay.c:1087 +#: aplay/aplay.c:1089 #, c-format msgid " can't play WAVE-files with sample %d bits wide" msgstr "" " les fichiers WAVES échantillonés %d bits en largeur ne sont passupportés" -#: aplay/aplay.c:1145 +#: aplay/aplay.c:1147 #, c-format msgid "Warning: format is changed to MU_LAW\n" msgstr "Avertissement: le format est changé en MU_LAW\n" -#: aplay/aplay.c:1157 +#: aplay/aplay.c:1159 #, c-format msgid "Warning: format is changed to S16_BE\n" msgstr "Avertissement: le format est changé en S16_BE\n" -#: aplay/aplay.c:1170 aplay/aplay.c:2247 aplay/aplay.c:2254 aplay/aplay.c:2780 -#: aplay/aplay.c:2792 +#: aplay/aplay.c:1172 aplay/aplay.c:2254 aplay/aplay.c:2261 aplay/aplay.c:2787 +#: aplay/aplay.c:2799 msgid "read error" msgstr "erreur de lecture" -#: aplay/aplay.c:1200 +#: aplay/aplay.c:1202 msgid "Channel numbers don't match between hw_params and channel map" msgstr "" -#: aplay/aplay.c:1209 +#: aplay/aplay.c:1211 #, c-format msgid "Warning: unable to get channel map\n" msgstr "" -#: aplay/aplay.c:1242 +#: aplay/aplay.c:1244 #, c-format msgid "Channel %d doesn't match with hw_parmas" msgstr "" -#: aplay/aplay.c:1268 +#: aplay/aplay.c:1270 msgid "Broken configuration for this PCM: no configurations available" msgstr "Configuration erronée pour ce périphérique PCM: pas de configuration" -#: aplay/aplay.c:1272 +#: aplay/aplay.c:1274 #, c-format msgid "HW Params of device \"%s\":\n" msgstr "" -#: aplay/aplay.c:1292 +#: aplay/aplay.c:1294 msgid "Access type not available" msgstr "Ce type d'accès n'est pas disponible" -#: aplay/aplay.c:1297 +#: aplay/aplay.c:1299 msgid "Sample format non available" msgstr "Ce format d'échantillonage n'est pas disponible" -#: aplay/aplay.c:1303 +#: aplay/aplay.c:1305 msgid "Channels count non available" msgstr "Nombre de canaux non disponible" -#: aplay/aplay.c:1318 +#: aplay/aplay.c:1320 #, c-format msgid "Warning: rate is not accurate (requested = %iHz, got = %iHz)\n" msgstr "" "Avertissement: la fréquence n'est pas précise (demandé = %iHz,\n" "obtenu = %iHz)\n" -#: aplay/aplay.c:1324 +#: aplay/aplay.c:1326 #, c-format msgid " please, try the plug plugin %s\n" msgstr " veuillez essayez le greffon de branchement %s\n" -#: aplay/aplay.c:1361 +#: aplay/aplay.c:1363 msgid "Unable to install hw params:" msgstr "Les paramètres matériel n'ont pas pu être installés:" -#: aplay/aplay.c:1368 +#: aplay/aplay.c:1370 #, c-format msgid "Can't use period equal to buffer size (%lu == %lu)" msgstr "" "Une période égale à la taille du tampon (%lu == %lu) ne peut êtreutilisée" -#: aplay/aplay.c:1399 +#: aplay/aplay.c:1401 msgid "unable to install sw params:" msgstr "Les paramètres logiciel n'ont pas pu être installés:" -#: aplay/aplay.c:1434 +#: aplay/aplay.c:1436 #, c-format msgid "snd_pcm_mmap_begin problem: %s" msgstr "" -#: aplay/aplay.c:1463 +#: aplay/aplay.c:1465 #, c-format msgid "stdin O_NONBLOCK flag setup failed\n" msgstr "" -#: aplay/aplay.c:1487 +#: aplay/aplay.c:1489 #, c-format msgid "\rPAUSE command ignored (no hw support)\n" msgstr "" -#: aplay/aplay.c:1492 +#: aplay/aplay.c:1497 #, fuzzy, c-format msgid "pause push error: %s" msgstr "erreur d'état: %s" -#: aplay/aplay.c:1501 +#: aplay/aplay.c:1508 #, fuzzy, c-format msgid "pause release error: %s" msgstr "suspension: prepare error: %s" -#: aplay/aplay.c:1517 +#: aplay/aplay.c:1524 #, c-format msgid "" "\r=== PAUSE === " msgstr "" -#: aplay/aplay.c:1559 +#: aplay/aplay.c:1566 #, c-format msgid "status error: %s" msgstr "erreur d'état: %s" -#: aplay/aplay.c:1564 +#: aplay/aplay.c:1571 #, fuzzy, c-format msgid "fatal %s: %s" msgstr "%s: %s\n" -#: aplay/aplay.c:1565 aplay/aplay.c:1576 aplay/aplay.c:1579 aplay/aplay.c:1587 +#: aplay/aplay.c:1572 aplay/aplay.c:1583 aplay/aplay.c:1586 aplay/aplay.c:1594 msgid "underrun" msgstr "perte" -#: aplay/aplay.c:1565 aplay/aplay.c:1576 aplay/aplay.c:1587 +#: aplay/aplay.c:1572 aplay/aplay.c:1583 aplay/aplay.c:1594 msgid "overrun" msgstr "dépassement" -#: aplay/aplay.c:1575 aplay/aplay.c:1586 +#: aplay/aplay.c:1582 aplay/aplay.c:1593 #, c-format msgid "%s!!! (at least %.3f ms long)\n" msgstr "%s!!! (au moins longue de %.3f ms)\n" -#: aplay/aplay.c:1591 +#: aplay/aplay.c:1598 #, c-format msgid "Status:\n" msgstr "État:\n" -#: aplay/aplay.c:1595 +#: aplay/aplay.c:1602 #, c-format msgid "xrun: prepare error: %s" msgstr "" -#: aplay/aplay.c:1601 +#: aplay/aplay.c:1608 #, c-format msgid "Status(DRAINING):\n" msgstr "" -#: aplay/aplay.c:1605 +#: aplay/aplay.c:1612 #, c-format msgid "capture stream format change? attempting recover...\n" msgstr "" "changement de format de flux de capture? tentative de récupération...\n" -#: aplay/aplay.c:1607 +#: aplay/aplay.c:1614 #, c-format msgid "xrun(DRAINING): prepare error: %s" msgstr "" -#: aplay/aplay.c:1614 +#: aplay/aplay.c:1621 #, c-format msgid "Status(R/W):\n" msgstr "" -#: aplay/aplay.c:1617 +#: aplay/aplay.c:1624 #, c-format msgid "read/write error, state = %s" msgstr "erreur de lecture/écriture, état = %s" -#: aplay/aplay.c:1627 +#: aplay/aplay.c:1634 #, c-format msgid "Suspended. Trying resume. " msgstr "Suspendu. Tentative de reprise. " -#: aplay/aplay.c:1632 +#: aplay/aplay.c:1639 #, c-format msgid "Failed. Restarting stream. " msgstr "Échec. Redémarrage du flux." -#: aplay/aplay.c:1634 +#: aplay/aplay.c:1641 #, c-format msgid "suspend: prepare error: %s" msgstr "suspension: prepare error: %s" -#: aplay/aplay.c:1639 +#: aplay/aplay.c:1646 #, c-format msgid "Done.\n" msgstr "Terminé.\n" -#: aplay/aplay.c:1661 +#: aplay/aplay.c:1668 #, c-format msgid " !clip " msgstr "" -#: aplay/aplay.c:1808 +#: aplay/aplay.c:1815 #, c-format msgid "Unsupported bit size %d.\n" msgstr "%d bit(s) non supporté(s).\n" -#: aplay/aplay.c:1842 +#: aplay/aplay.c:1849 #, c-format msgid "Max peak (%li samples): 0x%08x " msgstr "Pic max. (%li échantillons): 0x%08x " -#: aplay/aplay.c:1876 +#: aplay/aplay.c:1883 #, c-format msgid "" "Suspicious buffer position (%li total): avail = %li, delay = %li, buffer = " @@ -928,107 +928,107 @@ "Position de tampon suspicieuse (total %li): dispo = %li, délai = %li, tampon " "= %li\n" -#: aplay/aplay.c:2004 +#: aplay/aplay.c:2011 #, c-format msgid "write error: %s" msgstr "erreur en écriture: %s" -#: aplay/aplay.c:2052 +#: aplay/aplay.c:2059 #, c-format msgid "writev error: %s" msgstr "erreur de writev: %s" -#: aplay/aplay.c:2096 +#: aplay/aplay.c:2103 #, c-format msgid "read error: %s" msgstr "erreur en lecture: %s" -#: aplay/aplay.c:2140 +#: aplay/aplay.c:2147 #, c-format msgid "readv error: %s" msgstr "erreur de readv: %s" -#: aplay/aplay.c:2188 +#: aplay/aplay.c:2195 msgid "can't allocate buffer for silence" msgstr "Un tampon pour silence n'a pas pu être alloué" -#: aplay/aplay.c:2197 aplay/aplay.c:2425 aplay/aplay.c:2430 aplay/aplay.c:2477 -#: aplay/aplay.c:2486 aplay/aplay.c:2493 aplay/aplay.c:2503 aplay/aplay.c:2509 -#: aplay/aplay.c:2581 aplay/aplay.c:2611 aplay/aplay.c:2625 +#: aplay/aplay.c:2204 aplay/aplay.c:2432 aplay/aplay.c:2437 aplay/aplay.c:2484 +#: aplay/aplay.c:2493 aplay/aplay.c:2500 aplay/aplay.c:2510 aplay/aplay.c:2516 +#: aplay/aplay.c:2588 aplay/aplay.c:2618 aplay/aplay.c:2632 msgid "write error" msgstr "erreur en écriture" -#: aplay/aplay.c:2210 +#: aplay/aplay.c:2217 #, c-format msgid "voc_pcm_flush - silence error" msgstr "voc_pcm_flush - erreur de silence" -#: aplay/aplay.c:2213 +#: aplay/aplay.c:2220 msgid "voc_pcm_flush error" msgstr "erreur voc_pcm_flush" -#: aplay/aplay.c:2238 +#: aplay/aplay.c:2245 msgid "malloc error" msgstr "erreur malloc" -#: aplay/aplay.c:2242 +#: aplay/aplay.c:2249 #, c-format msgid "Playing Creative Labs Channel file '%s'...\n" msgstr "Lecture du ficher de canaux Creative Labs '%s'...\n" -#: aplay/aplay.c:2310 aplay/aplay.c:2405 +#: aplay/aplay.c:2317 aplay/aplay.c:2412 msgid "can't play packed .voc files" msgstr "les fichiers .voc de type 'packed' ne sont pas supportés" -#: aplay/aplay.c:2365 +#: aplay/aplay.c:2372 #, c-format msgid "can't play loops; %s isn't seekable\n" msgstr "%s n'est pas navigable; les motifs n'ont pas pu être lus\n" -#: aplay/aplay.c:2414 +#: aplay/aplay.c:2421 #, c-format msgid "unknown blocktype %d. terminate." msgstr "type de bloc %d inconnu. fin." -#: aplay/aplay.c:2545 +#: aplay/aplay.c:2552 #, c-format msgid "Wave doesn't support %s format..." msgstr "Le format wave %s n'est pas supporté..." -#: aplay/aplay.c:2605 +#: aplay/aplay.c:2612 #, c-format msgid "Sparc Audio doesn't support %s format..." msgstr "Le format %s Sparc Audio n'est pas supporté..." -#: aplay/aplay.c:2686 +#: aplay/aplay.c:2693 msgid "Playing" msgstr "Lecture" -#: aplay/aplay.c:2686 +#: aplay/aplay.c:2693 msgid "Recording" msgstr "Capture" -#: aplay/aplay.c:2690 +#: aplay/aplay.c:2697 #, c-format msgid "Rate %d Hz, " msgstr "Fréquence %d Hz, " -#: aplay/aplay.c:2692 +#: aplay/aplay.c:2699 #, c-format msgid "Mono" msgstr "" -#: aplay/aplay.c:2694 +#: aplay/aplay.c:2701 #, c-format msgid "Stereo" msgstr "Stéréo" -#: aplay/aplay.c:2696 +#: aplay/aplay.c:2703 #, c-format msgid "Channels %i" msgstr "%i Canaux" -#: aplay/aplay.c:3217 aplay/aplay.c:3270 +#: aplay/aplay.c:3224 aplay/aplay.c:3277 #, c-format msgid "You need to specify %d files" msgstr "Vous devez spécifier %d fichiers" Binary files /tmp/tmpLJ0lIs/psoEaYGlcN/alsa-utils-1.1.2/po/ja.gmo and /tmp/tmpLJ0lIs/fhcZtlBnU0/alsa-utils-1.1.3/po/ja.gmo differ diff -Nru alsa-utils-1.1.2/po/ja.po alsa-utils-1.1.3/po/ja.po --- alsa-utils-1.1.2/po/ja.po 2016-08-02 17:14:30.000000000 +0000 +++ alsa-utils-1.1.3/po/ja.po 2016-12-20 09:14:03.000000000 +0000 @@ -8,7 +8,7 @@ msgstr "" "Project-Id-Version: alsa-utils 1.0.9a\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-08-02 19:14+0200\n" +"POT-Creation-Date: 2016-12-20 10:14+0100\n" "PO-Revision-Date: 2009-05-27 15:08+0200\n" "Last-Translator: Takashi Iwai \n" "Language-Team: Japanese\n" @@ -367,23 +367,23 @@ msgid "Cannot open file \"%s\"." msgstr "\"%s\"をオープンできません" -#: aplay/aplay.c:175 +#: aplay/aplay.c:177 msgid "raw data" msgstr "raw データ" -#: aplay/aplay.c:176 +#: aplay/aplay.c:178 msgid "VOC" msgstr "VOC" -#: aplay/aplay.c:178 +#: aplay/aplay.c:180 msgid "WAVE" msgstr "WAVE" -#: aplay/aplay.c:179 +#: aplay/aplay.c:181 msgid "Sparc Audio" msgstr "Sparc オーディオ" -#: aplay/aplay.c:200 +#: aplay/aplay.c:202 #, fuzzy, c-format msgid "" "Usage: %s [OPTION]... [FILE]...\n" @@ -468,12 +468,12 @@ " テスト範囲: coef * (buffer_size / 2)\n" " --test-nowait リングバッファのウエイトを禁止 - 注意:高CPU負荷\n" -#: aplay/aplay.c:244 speaker-test/speaker-test.c:1023 +#: aplay/aplay.c:246 speaker-test/speaker-test.c:1023 #, c-format msgid "Recognized sample formats are:" msgstr "認識されるサンプルフォーマット:" -#: aplay/aplay.c:250 +#: aplay/aplay.c:252 #, c-format msgid "" "\n" @@ -482,215 +482,215 @@ "\n" "これらのいくつかは指定のハードウェアで使用不可能な場合があります\n" -#: aplay/aplay.c:251 +#: aplay/aplay.c:253 #, fuzzy, c-format msgid "The available format shortcuts are:\n" msgstr "可能なフォーマットの省略形:\n" -#: aplay/aplay.c:252 +#: aplay/aplay.c:254 #, c-format msgid "-f cd (16 bit little endian, 44100, stereo)\n" msgstr "-f cd (16 ビット、リトルエンディアン、44100、ステレオ)\n" -#: aplay/aplay.c:253 +#: aplay/aplay.c:255 #, c-format msgid "-f cdr (16 bit big endian, 44100, stereo)\n" msgstr "-f cdr (16 ビット、ビッグエンディアン、44100、ステレオ)\n" -#: aplay/aplay.c:254 +#: aplay/aplay.c:256 #, c-format msgid "-f dat (16 bit little endian, 48000, stereo)\n" msgstr "-f dat (16 ビット、リトルエンディアン、48000、ステレオ)\n" -#: aplay/aplay.c:268 +#: aplay/aplay.c:270 msgid "no soundcards found..." msgstr "サウンドカードが見つかりません..." -#: aplay/aplay.c:271 +#: aplay/aplay.c:273 #, c-format msgid "**** List of %s Hardware Devices ****\n" msgstr "**** ハードウェアデバイス %s のリスト ****\n" -#: aplay/aplay.c:300 +#: aplay/aplay.c:302 #, c-format msgid "card %i: %s [%s], device %i: %s [%s]\n" msgstr "カード %i: %s [%s], デバイス %i: %s [%s]\n" -#: aplay/aplay.c:306 +#: aplay/aplay.c:308 #, c-format msgid " Subdevices: %i/%i\n" msgstr " サブデバイス: %i/%i\n" -#: aplay/aplay.c:313 +#: aplay/aplay.c:315 #, c-format msgid " Subdevice #%i: %s\n" msgstr " サブデバイス #%i: %s\n" -#: aplay/aplay.c:394 +#: aplay/aplay.c:396 #, c-format msgid "Aborted by signal %s...\n" msgstr "シグナル %s で中断...\n" -#: aplay/aplay.c:528 +#: aplay/aplay.c:530 msgid "command should be named either arecord or aplay" msgstr "arecord または aplay コマンドのみ可能" -#: aplay/aplay.c:572 +#: aplay/aplay.c:574 #, c-format msgid "unrecognized file format %s" msgstr "不正なファイルフォーマット %s" -#: aplay/aplay.c:579 +#: aplay/aplay.c:581 #, fuzzy, c-format msgid "invalid channels argument '%s'" msgstr "送信アドレスが不正です: %s\n" -#: aplay/aplay.c:583 +#: aplay/aplay.c:585 #, c-format msgid "value %i for channels is invalid" msgstr "不正なチャネル数 %i" -#: aplay/aplay.c:602 +#: aplay/aplay.c:604 #, c-format msgid "wrong extended format '%s'" msgstr "不正な拡張フォーマット '%s'" -#: aplay/aplay.c:610 +#: aplay/aplay.c:612 #, fuzzy, c-format msgid "invalid rate argument '%s'" msgstr "不正な送信アドレス %s\n" -#: aplay/aplay.c:617 +#: aplay/aplay.c:619 #, c-format msgid "bad speed value %i" msgstr "不正なレート値 %i" -#: aplay/aplay.c:624 +#: aplay/aplay.c:626 #, fuzzy, c-format msgid "invalid duration argument '%s'" msgstr "受信アドレスが不正です: %s\n" -#: aplay/aplay.c:635 +#: aplay/aplay.c:637 #, fuzzy, c-format msgid "invalid period time argument '%s'" msgstr "送信アドレスが不正です: %s\n" -#: aplay/aplay.c:642 +#: aplay/aplay.c:644 #, fuzzy, c-format msgid "invalid buffer time argument '%s'" msgstr "不正な送信アドレス %s\n" -#: aplay/aplay.c:649 +#: aplay/aplay.c:651 #, fuzzy, c-format msgid "invalid period size argument '%s'" msgstr "送信アドレスが不正です: %s\n" -#: aplay/aplay.c:656 +#: aplay/aplay.c:658 #, fuzzy, c-format msgid "invalid buffer size argument '%s'" msgstr "不正な送信アドレス %s\n" -#: aplay/aplay.c:663 +#: aplay/aplay.c:665 #, c-format msgid "invalid min available space argument '%s'" msgstr "" -#: aplay/aplay.c:670 +#: aplay/aplay.c:672 #, fuzzy, c-format msgid "invalid start delay argument '%s'" msgstr "送信アドレスが不正です: %s\n" -#: aplay/aplay.c:677 +#: aplay/aplay.c:679 #, fuzzy, c-format msgid "invalid stop delay argument '%s'" msgstr "送信アドレスが不正です: %s\n" -#: aplay/aplay.c:732 +#: aplay/aplay.c:734 #, fuzzy, c-format msgid "invalid test coef argument '%s'" msgstr "不正な送信アドレス %s\n" -#: aplay/aplay.c:744 +#: aplay/aplay.c:746 #, c-format msgid "invalid max file time argument '%s'" msgstr "" -#: aplay/aplay.c:764 speaker-test/speaker-test.c:666 +#: aplay/aplay.c:766 speaker-test/speaker-test.c:666 #, fuzzy, c-format msgid "Unable to parse channel map string: %s\n" msgstr "avail_min を設定できません: %s\n" -#: aplay/aplay.c:770 +#: aplay/aplay.c:772 #, c-format msgid "Try `%s --help' for more information.\n" msgstr "より詳しい情報は「%s --help」を実行してください\n" -#: aplay/aplay.c:786 +#: aplay/aplay.c:788 #, c-format msgid "audio open error: %s" msgstr "" -#: aplay/aplay.c:791 +#: aplay/aplay.c:793 #, c-format msgid "info error: %s" msgstr "" -#: aplay/aplay.c:798 +#: aplay/aplay.c:800 #, c-format msgid "nonblock setting error: %s" msgstr "" -#: aplay/aplay.c:808 aplay/aplay.c:932 aplay/aplay.c:1222 aplay/aplay.c:1416 -#: aplay/aplay.c:1932 aplay/aplay.c:1962 +#: aplay/aplay.c:810 aplay/aplay.c:934 aplay/aplay.c:1224 aplay/aplay.c:1418 +#: aplay/aplay.c:1939 aplay/aplay.c:1969 msgid "not enough memory" msgstr "メモリが足りません" -#: aplay/aplay.c:832 +#: aplay/aplay.c:834 #, fuzzy, c-format msgid "Cannot create process ID file %s: %s" msgstr "WAVファイルがオープンできません: %s\n" -#: aplay/aplay.c:922 +#: aplay/aplay.c:924 #, c-format msgid "read error (called from line %i)" msgstr "リードエラー (%i 行)" -#: aplay/aplay.c:989 +#: aplay/aplay.c:991 #, c-format msgid "unknown length of 'fmt ' chunk (read %u, should be %u at least)" msgstr "" -#: aplay/aplay.c:1000 +#: aplay/aplay.c:1002 #, c-format msgid "" "unknown length of extensible 'fmt ' chunk (read %u, should be %u at least)" msgstr "" -#: aplay/aplay.c:1005 +#: aplay/aplay.c:1007 msgid "wrong format tag in extensible 'fmt ' chunk" msgstr "" -#: aplay/aplay.c:1012 +#: aplay/aplay.c:1014 #, c-format msgid "can't play WAVE-file format 0x%04x which is not PCM or FLOAT encoded" msgstr "" -#: aplay/aplay.c:1017 +#: aplay/aplay.c:1019 #, c-format msgid "can't play WAVE-files with %d tracks" msgstr "%d トラックを含む WAVE ファイルは再生できません" -#: aplay/aplay.c:1025 aplay/aplay.c:1151 +#: aplay/aplay.c:1027 aplay/aplay.c:1153 #, c-format msgid "Warning: format is changed to U8\n" msgstr "警告: フォーマットは U8 に変更されます\n" -#: aplay/aplay.c:1035 aplay/aplay.c:1048 aplay/aplay.c:1059 +#: aplay/aplay.c:1037 aplay/aplay.c:1050 aplay/aplay.c:1061 #, fuzzy, c-format msgid "Warning: format is changed to %s\n" msgstr "警告: フォーマットは U8 に変更されます\n" -#: aplay/aplay.c:1064 +#: aplay/aplay.c:1066 #, c-format msgid "" " can't play WAVE-files with sample %d bits in %d bytes wide (%d channels)" @@ -698,316 +698,316 @@ "%2$d バイト長 %1$d サンプルビット (%3$d チャネル) の WAVE ファイルは再生でき" "ません" -#: aplay/aplay.c:1087 +#: aplay/aplay.c:1089 #, c-format msgid " can't play WAVE-files with sample %d bits wide" msgstr "%d ビット長のサンプルの WAVE ファイルは再生できません" -#: aplay/aplay.c:1145 +#: aplay/aplay.c:1147 #, c-format msgid "Warning: format is changed to MU_LAW\n" msgstr "警告: フォーマットは MU_LAW に変更されます\n" -#: aplay/aplay.c:1157 +#: aplay/aplay.c:1159 #, c-format msgid "Warning: format is changed to S16_BE\n" msgstr "警告: フォーマットは S16_BE に変更されます\n" -#: aplay/aplay.c:1170 aplay/aplay.c:2247 aplay/aplay.c:2254 aplay/aplay.c:2780 -#: aplay/aplay.c:2792 +#: aplay/aplay.c:1172 aplay/aplay.c:2254 aplay/aplay.c:2261 aplay/aplay.c:2787 +#: aplay/aplay.c:2799 msgid "read error" msgstr "リードエラー" -#: aplay/aplay.c:1200 +#: aplay/aplay.c:1202 msgid "Channel numbers don't match between hw_params and channel map" msgstr "" -#: aplay/aplay.c:1209 +#: aplay/aplay.c:1211 #, c-format msgid "Warning: unable to get channel map\n" msgstr "" -#: aplay/aplay.c:1242 +#: aplay/aplay.c:1244 #, c-format msgid "Channel %d doesn't match with hw_parmas" msgstr "" -#: aplay/aplay.c:1268 +#: aplay/aplay.c:1270 msgid "Broken configuration for this PCM: no configurations available" msgstr "指定の PCM を使用できません: 設定がありません" -#: aplay/aplay.c:1272 +#: aplay/aplay.c:1274 #, c-format msgid "HW Params of device \"%s\":\n" msgstr "" -#: aplay/aplay.c:1292 +#: aplay/aplay.c:1294 msgid "Access type not available" msgstr "アクセスタイプが使用不可能" -#: aplay/aplay.c:1297 +#: aplay/aplay.c:1299 msgid "Sample format non available" msgstr "サンプルフォーマットが使用不可能" -#: aplay/aplay.c:1303 +#: aplay/aplay.c:1305 msgid "Channels count non available" msgstr "チャネル数が使用不可能" -#: aplay/aplay.c:1318 +#: aplay/aplay.c:1320 #, c-format msgid "Warning: rate is not accurate (requested = %iHz, got = %iHz)\n" msgstr "警告: レートが不正確です (要求値 = %iHz, 使用値 = %iHz)\n" -#: aplay/aplay.c:1324 +#: aplay/aplay.c:1326 #, c-format msgid " please, try the plug plugin %s\n" msgstr " plug プラグイン%s を使用してください\n" -#: aplay/aplay.c:1361 +#: aplay/aplay.c:1363 msgid "Unable to install hw params:" msgstr "hw params のインストールに失敗しました:" -#: aplay/aplay.c:1368 +#: aplay/aplay.c:1370 #, c-format msgid "Can't use period equal to buffer size (%lu == %lu)" msgstr "period と buffer サイズには同じ値を使用できません (%lu == %lu)" -#: aplay/aplay.c:1399 +#: aplay/aplay.c:1401 msgid "unable to install sw params:" msgstr "sw params のインストールに失敗しました:" -#: aplay/aplay.c:1434 +#: aplay/aplay.c:1436 #, c-format msgid "snd_pcm_mmap_begin problem: %s" msgstr "" -#: aplay/aplay.c:1463 +#: aplay/aplay.c:1465 #, c-format msgid "stdin O_NONBLOCK flag setup failed\n" msgstr "" -#: aplay/aplay.c:1487 +#: aplay/aplay.c:1489 #, c-format msgid "\rPAUSE command ignored (no hw support)\n" msgstr "" -#: aplay/aplay.c:1492 +#: aplay/aplay.c:1497 #, fuzzy, c-format msgid "pause push error: %s" msgstr "ステータスエラー: %s" -#: aplay/aplay.c:1501 +#: aplay/aplay.c:1508 #, fuzzy, c-format msgid "pause release error: %s" msgstr "サスペンド: prepare エラー: %s" -#: aplay/aplay.c:1517 +#: aplay/aplay.c:1524 #, c-format msgid "" "\r=== PAUSE === " msgstr "" -#: aplay/aplay.c:1559 +#: aplay/aplay.c:1566 #, c-format msgid "status error: %s" msgstr "ステータスエラー: %s" -#: aplay/aplay.c:1564 +#: aplay/aplay.c:1571 #, c-format msgid "fatal %s: %s" msgstr "" -#: aplay/aplay.c:1565 aplay/aplay.c:1576 aplay/aplay.c:1579 aplay/aplay.c:1587 +#: aplay/aplay.c:1572 aplay/aplay.c:1583 aplay/aplay.c:1586 aplay/aplay.c:1594 msgid "underrun" msgstr "アンダーラン" -#: aplay/aplay.c:1565 aplay/aplay.c:1576 aplay/aplay.c:1587 +#: aplay/aplay.c:1572 aplay/aplay.c:1583 aplay/aplay.c:1594 msgid "overrun" msgstr "オーバーラン" -#: aplay/aplay.c:1575 aplay/aplay.c:1586 +#: aplay/aplay.c:1582 aplay/aplay.c:1593 #, c-format msgid "%s!!! (at least %.3f ms long)\n" msgstr "%s!!! (少なくとも %.3f ms)\n" -#: aplay/aplay.c:1591 +#: aplay/aplay.c:1598 #, c-format msgid "Status:\n" msgstr "ステータス:\n" -#: aplay/aplay.c:1595 +#: aplay/aplay.c:1602 #, c-format msgid "xrun: prepare error: %s" msgstr "" -#: aplay/aplay.c:1601 +#: aplay/aplay.c:1608 #, c-format msgid "Status(DRAINING):\n" msgstr "ステータス(DRAINING):\n" -#: aplay/aplay.c:1605 +#: aplay/aplay.c:1612 #, c-format msgid "capture stream format change? attempting recover...\n" msgstr "録音ストリームのフォーマットが変更? 修復を試みます...\n" -#: aplay/aplay.c:1607 +#: aplay/aplay.c:1614 #, c-format msgid "xrun(DRAINING): prepare error: %s" msgstr "" -#: aplay/aplay.c:1614 +#: aplay/aplay.c:1621 #, c-format msgid "Status(R/W):\n" msgstr "ステータス(R/W):\n" -#: aplay/aplay.c:1617 +#: aplay/aplay.c:1624 #, c-format msgid "read/write error, state = %s" msgstr "読み書きエラー, ステータス = %s" -#: aplay/aplay.c:1627 +#: aplay/aplay.c:1634 #, c-format msgid "Suspended. Trying resume. " msgstr "サスペンド中です。レジュームします。" -#: aplay/aplay.c:1632 +#: aplay/aplay.c:1639 #, c-format msgid "Failed. Restarting stream. " msgstr "失敗しました。ストリームを再スタートします。" -#: aplay/aplay.c:1634 +#: aplay/aplay.c:1641 #, c-format msgid "suspend: prepare error: %s" msgstr "サスペンド: prepare エラー: %s" -#: aplay/aplay.c:1639 +#: aplay/aplay.c:1646 #, c-format msgid "Done.\n" msgstr "終了\n" -#: aplay/aplay.c:1661 +#: aplay/aplay.c:1668 #, c-format msgid " !clip " msgstr "" -#: aplay/aplay.c:1808 +#: aplay/aplay.c:1815 #, c-format msgid "Unsupported bit size %d.\n" msgstr "" -#: aplay/aplay.c:1842 +#: aplay/aplay.c:1849 #, c-format msgid "Max peak (%li samples): 0x%08x " msgstr "最大ピーク (%li サンプル): 0x%08x " -#: aplay/aplay.c:1876 +#: aplay/aplay.c:1883 #, c-format msgid "" "Suspicious buffer position (%li total): avail = %li, delay = %li, buffer = " "%li\n" msgstr "" -#: aplay/aplay.c:2004 +#: aplay/aplay.c:2011 #, c-format msgid "write error: %s" msgstr "書込エラー: %s" -#: aplay/aplay.c:2052 +#: aplay/aplay.c:2059 #, c-format msgid "writev error: %s" msgstr "書込(writev)エラー: %s" -#: aplay/aplay.c:2096 +#: aplay/aplay.c:2103 #, c-format msgid "read error: %s" msgstr "読込エラー: %s" -#: aplay/aplay.c:2140 +#: aplay/aplay.c:2147 #, c-format msgid "readv error: %s" msgstr "読込(readv)エラー: %s" -#: aplay/aplay.c:2188 +#: aplay/aplay.c:2195 msgid "can't allocate buffer for silence" msgstr "サイレンス用のバッファの取得に失敗しました" -#: aplay/aplay.c:2197 aplay/aplay.c:2425 aplay/aplay.c:2430 aplay/aplay.c:2477 -#: aplay/aplay.c:2486 aplay/aplay.c:2493 aplay/aplay.c:2503 aplay/aplay.c:2509 -#: aplay/aplay.c:2581 aplay/aplay.c:2611 aplay/aplay.c:2625 +#: aplay/aplay.c:2204 aplay/aplay.c:2432 aplay/aplay.c:2437 aplay/aplay.c:2484 +#: aplay/aplay.c:2493 aplay/aplay.c:2500 aplay/aplay.c:2510 aplay/aplay.c:2516 +#: aplay/aplay.c:2588 aplay/aplay.c:2618 aplay/aplay.c:2632 msgid "write error" msgstr "書込エラー" -#: aplay/aplay.c:2210 +#: aplay/aplay.c:2217 #, c-format msgid "voc_pcm_flush - silence error" msgstr "" -#: aplay/aplay.c:2213 +#: aplay/aplay.c:2220 msgid "voc_pcm_flush error" msgstr "" -#: aplay/aplay.c:2238 +#: aplay/aplay.c:2245 msgid "malloc error" msgstr "malloc エラー" -#: aplay/aplay.c:2242 +#: aplay/aplay.c:2249 #, c-format msgid "Playing Creative Labs Channel file '%s'...\n" msgstr "Creative Labs Channel ファイル '%s' を演奏中...\n" -#: aplay/aplay.c:2310 aplay/aplay.c:2405 +#: aplay/aplay.c:2317 aplay/aplay.c:2412 msgid "can't play packed .voc files" msgstr "packed .voc ファイルは演奏できません" -#: aplay/aplay.c:2365 +#: aplay/aplay.c:2372 #, c-format msgid "can't play loops; %s isn't seekable\n" msgstr "ループ演奏できません。%s はシーク不可能です\n" -#: aplay/aplay.c:2414 +#: aplay/aplay.c:2421 #, c-format msgid "unknown blocktype %d. terminate." msgstr "未知のブロックタイプ %d: 終了します。" -#: aplay/aplay.c:2545 +#: aplay/aplay.c:2552 #, c-format msgid "Wave doesn't support %s format..." msgstr "WAVE は %s フォーマットをサポートしません..." -#: aplay/aplay.c:2605 +#: aplay/aplay.c:2612 #, c-format msgid "Sparc Audio doesn't support %s format..." msgstr "Sparc オーディオは %s フォーマットをサポートしません..." -#: aplay/aplay.c:2686 +#: aplay/aplay.c:2693 msgid "Playing" msgstr "再生中" -#: aplay/aplay.c:2686 +#: aplay/aplay.c:2693 msgid "Recording" msgstr "録音中" -#: aplay/aplay.c:2690 +#: aplay/aplay.c:2697 #, c-format msgid "Rate %d Hz, " msgstr "レート %d Hz, " -#: aplay/aplay.c:2692 +#: aplay/aplay.c:2699 #, c-format msgid "Mono" msgstr "モノラル" -#: aplay/aplay.c:2694 +#: aplay/aplay.c:2701 #, c-format msgid "Stereo" msgstr "ステレオ" -#: aplay/aplay.c:2696 +#: aplay/aplay.c:2703 #, c-format msgid "Channels %i" msgstr "チャネル数 %i" -#: aplay/aplay.c:3217 aplay/aplay.c:3270 +#: aplay/aplay.c:3224 aplay/aplay.c:3277 #, c-format msgid "You need to specify %d files" msgstr "%d 個のファイルを指定してください" diff -Nru alsa-utils-1.1.2/seq/aconnect/Makefile.in alsa-utils-1.1.3/seq/aconnect/Makefile.in --- alsa-utils-1.1.2/seq/aconnect/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/seq/aconnect/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -256,6 +256,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -266,7 +267,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ AM_CPPFLAGS = -I$(top_srcdir)/include EXTRA_DIST = README.aconnect aconnect.1 LDADD = $(LIBINTL) diff -Nru alsa-utils-1.1.2/seq/aplaymidi/Makefile.in alsa-utils-1.1.3/seq/aplaymidi/Makefile.in --- alsa-utils-1.1.2/seq/aplaymidi/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/seq/aplaymidi/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -257,6 +257,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -267,7 +268,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ AM_CPPFLAGS = -I$(top_srcdir)/include EXTRA_DIST = aplaymidi.1 arecordmidi.1 man_MANS = aplaymidi.1 arecordmidi.1 diff -Nru alsa-utils-1.1.2/seq/aseqdump/Makefile.in alsa-utils-1.1.3/seq/aseqdump/Makefile.in --- alsa-utils-1.1.2/seq/aseqdump/Makefile.in 2016-08-02 17:14:23.000000000 +0000 +++ alsa-utils-1.1.3/seq/aseqdump/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -254,6 +254,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -264,7 +265,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ AM_CPPFLAGS = -I$(top_srcdir)/include EXTRA_DIST = aseqdump.1 man_MANS = aseqdump.1 diff -Nru alsa-utils-1.1.2/seq/aseqnet/Makefile.in alsa-utils-1.1.3/seq/aseqnet/Makefile.in --- alsa-utils-1.1.2/seq/aseqnet/Makefile.in 2016-08-02 17:14:23.000000000 +0000 +++ alsa-utils-1.1.3/seq/aseqnet/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -255,6 +255,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -265,7 +266,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ AM_CPPFLAGS = -I$(top_srcdir)/include EXTRA_DIST = README.aseqnet aseqnet.1 aseqnet_SOURCES = aseqnet.c diff -Nru alsa-utils-1.1.2/seq/Makefile.in alsa-utils-1.1.3/seq/Makefile.in --- alsa-utils-1.1.2/seq/Makefile.in 2016-08-02 17:14:22.000000000 +0000 +++ alsa-utils-1.1.3/seq/Makefile.in 2016-12-20 09:13:57.000000000 +0000 @@ -246,6 +246,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -256,7 +257,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ SUBDIRS = aconnect aplaymidi aseqdump aseqnet all: all-recursive diff -Nru alsa-utils-1.1.2/speaker-test/Makefile.in alsa-utils-1.1.3/speaker-test/Makefile.in --- alsa-utils-1.1.2/speaker-test/Makefile.in 2016-08-02 17:14:23.000000000 +0000 +++ alsa-utils-1.1.3/speaker-test/Makefile.in 2016-12-20 09:13:58.000000000 +0000 @@ -294,6 +294,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -304,7 +305,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ AM_CPPFLAGS = -I$(top_srcdir)/include SUBDIRS = samples LDADD = $(LIBINTL) -lm diff -Nru alsa-utils-1.1.2/speaker-test/samples/Makefile.in alsa-utils-1.1.3/speaker-test/samples/Makefile.in --- alsa-utils-1.1.2/speaker-test/samples/Makefile.in 2016-08-02 17:14:23.000000000 +0000 +++ alsa-utils-1.1.3/speaker-test/samples/Makefile.in 2016-12-20 09:13:58.000000000 +0000 @@ -236,6 +236,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -246,7 +247,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ sounddir = $(datadir)/sounds/alsa wav_files = Front_Left.wav \ Rear_Center.wav \ diff -Nru alsa-utils-1.1.2/speaker-test/speaker-test.c alsa-utils-1.1.3/speaker-test/speaker-test.c --- alsa-utils-1.1.2/speaker-test/speaker-test.c 2016-08-02 17:09:45.000000000 +0000 +++ alsa-utils-1.1.3/speaker-test/speaker-test.c 2016-12-20 09:12:29.000000000 +0000 @@ -843,7 +843,7 @@ return check_wav_file(chn, given_test_wav_file); #ifdef CONFIG_SUPPORT_CHMAP - if (channel_map_set && chn < channel_map->channels) { + if (channel_map && chn < channel_map->channels) { int channel = channel_map->pos[chn] - SND_CHMAP_FL; if (channel >= 0 && channel < MAX_CHANNELS) return check_wav_file(chn, wavs[channel]); diff -Nru alsa-utils-1.1.2/topology/Makefile.in alsa-utils-1.1.3/topology/Makefile.in --- alsa-utils-1.1.2/topology/Makefile.in 2016-08-02 17:14:23.000000000 +0000 +++ alsa-utils-1.1.3/topology/Makefile.in 2016-12-20 09:13:58.000000000 +0000 @@ -224,6 +224,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -234,7 +235,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ alsatplg_SOURCES = topology.c AM_CPPFLAGS = \ -Wall -I$(top_srcdir)/include diff -Nru alsa-utils-1.1.2/utils/Makefile.in alsa-utils-1.1.3/utils/Makefile.in --- alsa-utils-1.1.2/utils/Makefile.in 2016-08-02 17:14:23.000000000 +0000 +++ alsa-utils-1.1.3/utils/Makefile.in 2016-12-20 09:13:58.000000000 +0000 @@ -207,6 +207,7 @@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +rst2man_available = @rst2man_available@ sbindir = @sbindir@ sharedstatedir = @sharedstatedir@ srcdir = @srcdir@ @@ -217,7 +218,7 @@ top_builddir = @top_builddir@ top_srcdir = @top_srcdir@ udevrulesdir = @udevrulesdir@ -xmlto = @xmlto@ +xmlto_available = @xmlto_available@ EXTRA_DIST = buildrpm all: all-am