mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2025-10-29 05:40:25 -04:00
echomixer update
- Big cleanup in the matrix mixer drawing code. It make is way smaller and readable. - New feature: echomixer can load and restore the status of nominal level switches. - Version number bumped to 1.0.3. Signed-off-by: Giuliano Pochini <pochini@shiny.it>
This commit is contained in:
parent
ecef9b6d60
commit
af8b81030d
2 changed files with 2 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
dnl Process this file with autoconf to produce a configure script.
|
||||
AC_INIT(echomixer.c)
|
||||
AM_INIT_AUTOMAKE(echomixer, 1.0.2)
|
||||
AM_INIT_AUTOMAKE(echomixer, 1.0.3)
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_HEADER_STDC
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
AC_INIT(echomixer.c)
|
||||
AM_INIT_AUTOMAKE(echomixer, 0.5.0)
|
||||
AM_INIT_AUTOMAKE(echomixer, 1.0.3)
|
||||
AC_PROG_CC
|
||||
AC_PROG_INSTALL
|
||||
AC_HEADER_STDC
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue