#!/usr/bin/awk -f # extract linker version number from stdin and turn into single number { gsub(".*\\)", ""); gsub(".*version ", ""); gsub("-.*", ""); split($1,a, "."); print a[1]*100000000 + a[2]*1000000 + a[3]*10000; exit } ='https://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/sound/usb/bcd2000?h=nds-private-remove' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/sound/usb/bcd2000
ound/soc/codecs/wm8741.c?h=nds-private-remove&id=b3f2d07f4649adcf6905953a10d217b5683e4077&showmsg=1'>Expand)
AgeCommit message (Expand)AuthorFilesLines
AuthorFilesLines