Re: [linux-audio-dev] [PATCH] oss support for jack

New Message Reply About this list Date view Thread view Subject view Author view Other groups

Subject: Re: [linux-audio-dev] [PATCH] oss support for jack
From: Kai Vehmanen (kai.vehmanen_AT_wakkanet.fi)
Date: Fri Nov 14 2003 - 23:05:32 EET


On 14 Nov 2003, Jussi Laako wrote:

> I've written preliminary OSS driver for JACK. Patch for jack 0.80
[...]
> If you are compiling with OSS Lite, please comment out the non-S16
> formats.

Workaround for this:

--cut--
#ifndef AFMT_S32_LE
#define AFMT_S32_LE 0x00001000
#endif

#ifndef AFMT_S32_BE
#define AFMT_S32_BE 0x00002000
#endif
--cut--

... and so on. This should be added before committing this to CVS as most
people have OSS-Lite.

-- 
 http://www.eca.cx
 Audio software for Linux!


New Message Reply About this list Date view Thread view Subject view Author view Other groups

This archive was generated by hypermail 2b28 : Fri Nov 14 2003 - 23:10:17 EET