Displaying 4 results from an estimated 4 matches for "alsa_computecap".
Did you mean:
alsa_computecaps
2011 Jan 15
5
Wave audio problem
...int checkDevice(const WAVEOUTCAPS* caps,void* param_through)
{
printDevCaps(caps,(FILE*)param_through);
return 1;
}
int main()
{
enumDevices(checkDevice,stdout);
return 0;
}
And get this output:
fixme:mixer:ALSA_MixerInit No master control found on UA-25, disabling mixer
fixme:wave:ALSA_ComputeCaps Device has a minimum of 2 channels
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:wave:ALSA_ComputeCaps Device has a minimum of 2 channels
err:alsa:ALSA_CheckSetVolume Could not find 'PCM Playback Volume' element
fixme:wave:ALSA_ComputeCaps Device h...
2008 Jul 03
0
Re: Soulstorm Error
There has been no progress in the getting Soulstorm to run for me. Before the Debugger starts I get this in Terminal:
fixme:wave:ALSA_ComputeCaps Device has a minimum of 2 channels
fixme:ntdll:NtQueryInformationProcess (0xffffffff,info_class=34,0x188a408,0x00000004,0x188a404) Unknown information class
fixme:ntdll:NtQuerySystemInformation info_class SYSTEM_HANDLE_INFORMATION
fixme:ntdll:NtQueryObject Unsupported information class 3
fixme:deb...
2011 Aug 03
1
No sound on ThinkPad -- mixer issue
I have no sound in wine. I open my application (Dragon NaturallySpeaking) and it says the device is not responding. (Neither the mike jack nor the USB pod.)
When I run winecfg I get the following message.
fixme:wave:ALSA_ComputeCaps Device has a minimum of 2 channels
fixme:mixer:ALSA_MixerInit No master control found on ThinkPad Console Audio Control, disabling mixer
So it appears that my mixer is disabled.
The only Mixer Device shown in winecfg's Audio / ALSA Driver / Mixer Devices is "HDA Intel."
FYI -- My...
2007 Apr 28
2
Low FPS in app that requires DirectX6.1
...for example to DeusEx that runs _very_ smoothly.. I can say
it is not less than 50fps or even more(i just don't know how to enable fps counter).
Wine version is 0.9.35
Only messages i get from Wine while running SS2 is:
preloader: Warning: failed to reserve range 00000000-60000000
fixme:wave:ALSA_ComputeCaps Device has a minimum of 2 channels
fixme:d3d:IWineD3DDeviceImpl_GetAvailableTextureMem (0x7f055de0) : stub,
simulating 64MB for now, returning 64MB left
fixme:ddraw:IDirectDrawImpl_SetCooperativeLevel (0x7f054890)->((nil),00000008)
fixme:d3d:IWineD3DStateBlockImpl_Release Releasing primary sta...