Displaying 3 results from an estimated 3 matches for "snd_pcm_channel_status_t".
2001 Jun 12
3
libao and recent ALSA builds
I had a go at building libao-0.6.0 and it barfed on the alsa output part,
complaining that snd_pcm_channel_status_t is undeclared - probably due to me
running alsa 0.9.0 beta4. So the question is, should I try and beat the
configure stuff into letting me disable alsa support and just use OSS, or
would I be better off trying my luck with the nightly builds?
And if so, can I get away with just grabbing the lat...
2001 Jun 12
3
libao and recent ALSA builds
I had a go at building libao-0.6.0 and it barfed on the alsa output part,
complaining that snd_pcm_channel_status_t is undeclared - probably due to me
running alsa 0.9.0 beta4. So the question is, should I try and beat the
configure stuff into letting me disable alsa support and just use OSS, or
would I be better off trying my luck with the nightly builds?
And if so, can I get away with just grabbing the lat...
2001 Mar 03
1
libao: alsa plugin won't compile
...CK' undeclared (first use in this
function)
ao_alsa.c:133: `SND_PCM_OPEN_NONBLOCK' undeclared (first use in this
function)
ao_alsa.c:133: warning: passing arg 2 of `snd_pcm_open' makes pointer from
integer without a cast
ao_alsa.c: In function `ao_alsa_write_buffer':
ao_alsa.c:165: `snd_pcm_channel_status_t' undeclared (first use in this
function)
ao_alsa.c:165: parse error before `status'
ao_alsa.c:171: `status' undeclared (first use in this function)
ao_alsa.c:178: `SND_PCM_CHANNEL_PLAYBACK' undeclared (first use in this
function)
ao_alsa.c: In function `plugin_get_latency':
ao_a...