X-Git-Url: https://code.delx.au/pulseaudio/blobdiff_plain/230f97a4a4dc22510a19add8b2df0533a359846c..3ff68bd7a57186c6c6def975be3fc7e826c8bbcd:/src/utils/padsp diff --git a/src/utils/padsp b/src/utils/padsp index d9ebcbc5..bae5a728 100644 --- a/src/utils/padsp +++ b/src/utils/padsp @@ -22,8 +22,8 @@ while getopts 'hs:n:m:MSDd' param ; do case $param in s) - POLYP_SERVER="$OPTARG" - export POLYP_SERVER + PULSE_SERVER="$OPTARG" + export PULSE_SERVER ;; n) PADSP_CLIENT_NAME="$OPTARG"