mirror of
https://github.com/smxi/inxi.git
synced 2024-11-17 00:31:19 +00:00
debugger test
This commit is contained in:
parent
14453dcd11
commit
69687a2f46
4
inxi
4
inxi
|
@ -2718,7 +2718,7 @@ get_audio_usb_data()
|
||||||
log_function_data 'raw' "usb_data:\n$lsusb_data"
|
log_function_data 'raw' "usb_data:\n$lsusb_data"
|
||||||
if [[ -n $lsusb_data ]];then
|
if [[ -n $lsusb_data ]];then
|
||||||
# for every sound card symlink in /proc/asound - display information about it
|
# for every sound card symlink in /proc/asound - display information about it
|
||||||
time for usb_proc_file in /proc/asound/*
|
what usb_proc_file in /proc/asound/*
|
||||||
do
|
do
|
||||||
# If the file is a symlink, and contains an important usb exclusive file: continue
|
# If the file is a symlink, and contains an important usb exclusive file: continue
|
||||||
if [[ -L $usb_proc_file && -e $usb_proc_file/usbid ]]; then
|
if [[ -L $usb_proc_file && -e $usb_proc_file/usbid ]]; then
|
||||||
|
@ -2765,7 +2765,7 @@ get_audio_usb_data()
|
||||||
|
|
||||||
eval $LOGFE
|
eval $LOGFE
|
||||||
}
|
}
|
||||||
get_audio_usb_data;exit
|
|
||||||
get_audio_alsa_data()
|
get_audio_alsa_data()
|
||||||
{
|
{
|
||||||
eval $LOGFS
|
eval $LOGFS
|
||||||
|
|
Loading…
Reference in a new issue