mirror of
https://github.com/alsa-project/alsa-tools.git
synced 2026-02-05 04:06:31 -05:00
Karsten Wiese <annabellesgarden@yahoo.de>:
- this lets it work on kernel 2.6.1.
This commit is contained in:
parent
faf6dd864a
commit
671bda8147
1 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@ prefix=@prefix@
|
|||
exec_prefix=@exec_prefix@
|
||||
|
||||
LOADER=@bindir@/usx2yloader
|
||||
CONTROLLER=
|
||||
CONTROLLER=NOTUSED
|
||||
|
||||
if [ -x $LOADER ]; then
|
||||
if [ -x /usr/bin/logger ]; then
|
||||
|
|
@ -27,7 +27,7 @@ case $PRODUCT in
|
|||
;;
|
||||
esac
|
||||
|
||||
if [ -n $CONTROLLER ]; then
|
||||
if [ $CONTROLLER != NOTUSED ]; then
|
||||
if [ -x $CONTROLLER ]; then
|
||||
if [ -x /usr/bin/logger ]; then
|
||||
/usr/bin/logger -t $0 "starting $CONTROLLER for $DEVICE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue