From: eblennerhassett Date: Tue, 18 Oct 2011 20:48:49 +0000 (+0000) Subject: Update header authors, copyrights, HPI url. Remove Ludwig Schwardt bugreport email. X-Git-Tag: pa_stable_v19_20111121_r1788~17 X-Git-Url: https://andrewgundersen.net/repos?a=commitdiff_plain;h=3130f5c1af1335c2d954511473caee43c45258f6;p=portaudio Update header authors, copyrights, HPI url. Remove Ludwig Schwardt bugreport email. --- diff --git a/src/hostapi/asihpi/pa_linux_asihpi.c b/src/hostapi/asihpi/pa_linux_asihpi.c index ebb458b..244a00c 100644 --- a/src/hostapi/asihpi/pa_linux_asihpi.c +++ b/src/hostapi/asihpi/pa_linux_asihpi.c @@ -1,12 +1,16 @@ /* + * $Id:$ * PortAudio Portable Real-Time Audio Library * Latest Version at: http://www.portaudio.com + * AudioScience HPI implementation by Fred Gleason, Ludwig Schwardt and + * Eliot Blennerhassett * - * PortAudio v18 version of AudioScience HPI driver by Fred Gleason - * PortAudio v19 version of AudioScience HPI driver by Ludwig Schwardt + * Copyright (c) 2003 Fred Gleason + * Copyright (c) 2005,2006 Ludwig Schwardt + * Copyright (c) 2011 Eliot Blennerhassett * - * Copyright (c) 2003 Fred Gleason - * Copyright (c) 2005,2006 Ludwig Schwardt + * Based on the Open Source API proposed by Ross Bencina + * Copyright (c) 1999-2008 Ross Bencina, Phil Burk * * Permission is hereby granted, free of charge, to any person obtaining * a copy of this software and associated documentation files @@ -61,7 +65,7 @@ Documentation for the HPI API can be found at: - http://www.audioscience.com/internet/download/sdk/spchpi.pdf + http://www.audioscience.com/internet/download/sdk/hpi_usermanual_html/html/index.html The Linux HPI driver itself (a kernel module + library) can be downloaded from: @@ -134,8 +138,6 @@ Output buffer priming via the user callback (i.e. paPrimeOutputBuffersUsingStreamCallback and friends) is not implemented yet. All output is primed with silence. - - Please send bug reports etc. to Ludwig Schwardt */ #include @@ -553,7 +555,7 @@ static PaError PaAsiHpi_BuildDeviceList( PaAsiHpiHostApiRepresentation *hpiHostA PA_ASIHPI_REPORT_ERROR_( hpiError ); continue; } - hpiError = HPI_AdapterGetInfo( NULL, idx, &outStreams, &inStreams, + hpiError = HPI_AdapterGetInfo( NULL, idx, &outStreams, &inStreams, &version, &serial, &type ); /* Skip to next device on failure */ if( hpiError )