Lines Matching refs:alsa

4 CHANGELOG='https://www.alsa-project.org/alsa-info.sh.changelog'
47 SHFILE=$(mktemp -t alsa-info.XXXXXXXXXX) || exit 1
48 wget -O $SHFILE "https://www.alsa-project.org/alsa-info.sh" >/dev/null 2>&1
247 local PATTERN='(alsa-(lib|oss|plugins|tools|(topology|ucm)-conf|utils|sof-firmware)|libalsa|tinycompress|sof-firmware)'
274 ALSA_LIB_VERSION="$(grep VERSION_STR /usr/include/alsa/version.h 2>/dev/null | awk '{ print $3 }' | sed 's/"//g')"
331 WWWSERVICE='www.alsa-project.org'
399 TEMPDIR="$(mktemp -t -d alsa-info.XXXXXXXXXX)" || exit 1
400 FILE="$TEMPDIR/alsa-info.txt"
402 NFILE="$(mktemp -t alsa-info.txt.XXXXXXXXXX)" || exit 1
473 cat /proc/asound/card*/codec\#* > $TEMPDIR/alsa-hda-intel.tmp 2> /dev/null
476 cat /proc/asound/card*/codec97\#0/ac97\#0-0 > $TEMPDIR/alsa-ac97.tmp 2> /dev/null
477 cat /proc/asound/card*/codec97\#0/ac97\#0-0+regs > $TEMPDIR/alsa-ac97-regs.tmp 2> /dev/null
489 cat /proc/asound/card*/stream[0-9]* > $TEMPDIR/alsa-usbstream.tmp 2> /dev/null
492 cat /proc/asound/card*/usbmixer > $TEMPDIR/alsa-usbmixer.tmp 2> /dev/null
498 echo "name=$USER&type=33&description=/tmp/alsa-info.txt&expiry=&s=Submit+Post&content=" > $FILE
680 if [ -s "$TEMPDIR/alsa-hda-intel.tmp" ]; then
685 cat $TEMPDIR/alsa-hda-intel.tmp >> $FILE
691 if [ -s "$TEMPDIR/alsa-ac97.tmp" ]; then
696 cat $TEMPDIR/alsa-ac97.tmp >> $FILE
698 cat $TEMPDIR/alsa-ac97-regs.tmp >> $FILE
714 if [ -s "$TEMPDIR/alsa-usbstream.tmp" ]; then
719 cat $TEMPDIR/alsa-usbstream.tmp >> $FILE
725 if [ -s "$TEMPDIR/alsa-usbmixer.tmp" ]; then
730 cat $TEMPDIR/alsa-usbmixer.tmp >> $FILE
812 echo "Written/Tested by the following users of #alsa on irc.freenode.net:"
823 echo "alsa-info.sh version $SCRIPT_VERSION"
840 echo " instead www.alsa-project.org"
841 echo " --stdout (print alsa information to standard output"
868 dialog --backtitle "$BGTITLE" --msgbox "Could not automatically upload output to 'https://www.alsa-project.org'.\nPossible reasons are:\n\n 1. Couldn't find 'wget' in your PATH\n 2. Your version of wget is less than 1.8.2\n\nPlease manually upload $NFILE to 'https://www.alsa-project.org/cardinfo-db' and submit your post." 25 100
875 echo "Could not automatically upload output to 'https://www.alsa-project.org'"
880 echo "Please manually upload $NFILE to 'https://www.alsa-project.org/cardinfo-db' and submit your post."
943 wget -O - --tries=5 --timeout=60 --post-file="$FILE" 'https://www.alsa-project.org/cardinfo-db/' &> "$TEMPDIR/wget.tmp"
971 grep -v alsa-info.txt "$FILE" > "$TEMPDIR/uploaded.txt"