openvortex-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Openvortex-dev] feature news


From: J. Gordon Wolfe
Subject: Re: [Openvortex-dev] feature news
Date: 03 Jul 2003 01:47:26 -0400

On Wed, 2003-07-02 at 20:55, Manuel Jander wrote:
>  ____                        _          _
> / ___| _   _ _ __ _ __  _ __(_)___  ___| |
> \___ \| | | | '__| '_ \| '__| / __|/ _ \ |
>  ___) | |_| | |  | |_) | |  | \__ \  __/_|
> |____/ \__,_|_|  | .__/|_|  |_|___/\___(_)
>                  |_|
> 
> ...find out yourself :)
> 
> Best Regards
> 
> Manuel Jander

My god you're full of surprises... but its not building for me.  Looks
like maybe you changed au88x0.h and didn't commit it?  Just a guess. 
I'm getting these errors:

In file included from au8830_eq.c:2:
au88x0_eq.c: In function `vortex_EqHw_SetLeftCoefs':
au88x0_eq.c:31: structure has no member named `eq'
au88x0_eq.c: In function `vortex_EqHw_SetRightCoefs':
au88x0_eq.c:74: structure has no member named `eq'
au88x0_eq.c: In function `vortex_EqHw_SetLeftStates':
au88x0_eq.c:117: structure has no member named `eq'
au88x0_eq.c: In function `vortex_EqHw_SetRightStates':
au88x0_eq.c:142: structure has no member named `eq'
au88x0_eq.c: In function `vortex_EqHw_SetBypassGain':
au88x0_eq.c:166: structure has no member named `eq'
au88x0_eq.c: In function `vortex_EqHw_SetLeftGainsTarget':
au88x0_eq.c:213: structure has no member named `eq'
au88x0_eq.c: In function `vortex_EqHw_SetRightGainsTarget':
au88x0_eq.c:225: structure has no member named `eq'
au88x0_eq.c: In function `vortex_EqHw_GetLeftGainsTarget':
au88x0_eq.c:238: structure has no member named `eq'
au88x0_eq.c: In function `vortex_EqHw_GetRightGainsTarget':
au88x0_eq.c:251: structure has no member named `eq'
au88x0_eq.c: In function `vortex_EqHw_SetLeftGainsCurrent':
au88x0_eq.c:264: structure has no member named `eq'
au88x0_eq.c: In function `vortex_EqHw_SetRightGainsCurrent':
au88x0_eq.c:277: structure has no member named `eq'
au88x0_eq.c: In function `vortex_EqHw_GetLeftGainsCurrent':
au88x0_eq.c:290: structure has no member named `eq'
au88x0_eq.c: In function `vortex_EqHw_GetRightGainsCurrent':
au88x0_eq.c:303: structure has no member named `eq'
au88x0_eq.c: In function `vortex_EqHw_SetLevels':
au88x0_eq.c:316: structure has no member named `eq'
au88x0_eq.c: In function `vortex_EqHw_GetLevels':
au88x0_eq.c:342: structure has no member named `eq'
au88x0_eq.c: In function `vortex_Eqlzr_GetLeftGain':
au88x0_eq.c:463: structure has no member named `eq'
au88x0_eq.c: In function `vortex_Eqlzr_SetLeftGain':
au88x0_eq.c:473: structure has no member named `eq'
au88x0_eq.c: In function `vortex_Eqlzr_GetRightGain':
au88x0_eq.c:486: structure has no member named `eq'
au88x0_eq.c: In function `vortex_Eqlzr_SetRightGain':
au88x0_eq.c:496: structure has no member named `eq'
au88x0_eq.c: In function `vortex_Eqlzr_GetAllBands':
au88x0_eq.c:510: structure has no member named `eq'
au88x0_eq.c: In function `vortex_Eqlzr_SetAllBandsFromActiveCoeffSet':
au88x0_eq.c:528: structure has no member named `eq'
au88x0_eq.c: In function `vortex_Eqlzr_SetAllBands':
au88x0_eq.c:537: structure has no member named `eq'
au88x0_eq.c: In function `vortex_Eqlzr_ProgramA3dBypassGain':
au88x0_eq.c:553: structure has no member named `eq'
au88x0_eq.c: In function `vortex_Eqlzr_SetBypass':
au88x0_eq.c:566: structure has no member named `eq'
au88x0_eq.c: In function `vortex_Eqlzr_ReadAndSetActiveCoefSet':
au88x0_eq.c:581: structure has no member named `eq'
au88x0_eq.c: In function `vortex_Eqlzr_GetActiveCoefSet':
au88x0_eq.c:604: structure has no member named `eq'
au88x0_eq.c: In function `vortex_Eqlzr_init':
au88x0_eq.c:610: structure has no member named `eq'
au88x0_eq.c: In function `snd_vortex_eq_get':
au88x0_eq.c:652: `chip_t' undeclared (first use in this function)
au88x0_eq.c:652: (Each undeclared identifier is reported only once
au88x0_eq.c:652: for each function it appears in.)
au88x0_eq.c:652: parse error before ')' token
au88x0_eq.c: In function `snd_vortex_eq_put':
au88x0_eq.c:665: `chip_t' undeclared (first use in this function)
au88x0_eq.c:665: parse error before ')' token
au88x0_eq.c: In function `snd_vortex_eqtoggle_get':
au88x0_eq.c:694: `chip_t' undeclared (first use in this function)
au88x0_eq.c:694: parse error before ')' token
au88x0_eq.c:695: structure has no member named `eq'
au88x0_eq.c: In function `snd_vortex_eqtoggle_put':
au88x0_eq.c:704: `chip_t' undeclared (first use in this function)
au88x0_eq.c:704: parse error before ')' token
au88x0_eq.c:705: structure has no member named `eq'
au88x0_eq.c: In function `vortex_eq_init':
au88x0_eq.c:771: structure has no member named `eqctrl'
make[2]: *** [au8830_eq.o] Error 1

I wiped out my cvs tree and checked it out again, and it has the same
problem.
-- 
J. Gordon Wolfe <address@hidden>





reply via email to

[Prev in Thread] Current Thread [Next in Thread]