#!/bin/bash i=0 file=/dev/media$1 while :; do echo $file i=$((i+1)) R=$(./media_device_open -d $file); # clear echo -e "Loop $i\n$R" done rnate' title='Atom feed' href='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/sound/pci/als4000.c?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sound/pci/als4000.c
AgeCommit message (Expand)AuthorFilesLines