mbox series

[alsa-utils,00/11] alsa-info.sh: Improve output and fix file upload issues

Message ID 1576906331-5212-1-git-send-email-david.ward@ll.mit.edu (mailing list archive)
Headers show
Series alsa-info.sh: Improve output and fix file upload issues | expand

Message

David Ward Dec. 21, 2019, 5:32 a.m. UTC
David Ward (11):
  alsa-info.sh: Consolidate PCI device output
  alsa-info.sh: Read from /proc/modules and sort the result
  alsa-info.sh: Simplify iteration over cards when calling amixer
  alsa-info.sh: Use existing function to print ALSA configuration files
  alsa-info.sh: Exit script after writing information to stdout
  alsa-info.sh: Replace gauge with infobox for upload dialog
  alsa-info.sh: Remove progress spinner during upload without dialog
  alsa-info.sh: Condense nested commands for file upload
  alsa-info.sh: Condense nested commands for formatting upload result
  alsa-info.sh: Perform test for wget earlier
  alsa-info.sh: Warn after actual upload failure; do not ping server

 alsa-info/alsa-info.sh | 251 ++++++++++++++++++-------------------------------
 1 file changed, 90 insertions(+), 161 deletions(-)

Comments

Takashi Iwai Jan. 7, 2020, 1:07 p.m. UTC | #1
On Sat, 21 Dec 2019 06:32:00 +0100,
David Ward wrote:
> 
> David Ward (11):
>   alsa-info.sh: Consolidate PCI device output
>   alsa-info.sh: Read from /proc/modules and sort the result
>   alsa-info.sh: Simplify iteration over cards when calling amixer
>   alsa-info.sh: Use existing function to print ALSA configuration files
>   alsa-info.sh: Exit script after writing information to stdout
>   alsa-info.sh: Replace gauge with infobox for upload dialog
>   alsa-info.sh: Remove progress spinner during upload without dialog
>   alsa-info.sh: Condense nested commands for file upload
>   alsa-info.sh: Condense nested commands for formatting upload result
>   alsa-info.sh: Perform test for wget earlier
>   alsa-info.sh: Warn after actual upload failure; do not ping server

Applied all patches now.  Thanks!


Takashi