Hi Harald, On 5/16/07, Harald Welte <[EMAIL PROTECTED]> wrote:
On Tue, May 15, 2007 at 06:57:59PM +0800, Alec_Tsai wrote:> -static const snd_kcontrol_new_t wm8976_left_mixer_controls[] = { > +static const struct snd_kcontrol_new wm8976_left_mixer_controls[] = { I guess those kind of changes are neccessarry because our ASoC version is too old? Can anyone please advise me what those changes are and why they were made? Also, do those wm8976 codec driver changes originate at wolfson, or were they made by fiwin?
This change is due to an ALSA change in mainline, AFAIU commit 82e9bae6fd253af4aea9c690223c7800313632ad Author: Takashi Iwai <[EMAIL PROTECTED]> Date: Thu Nov 17 13:53:23 2005 +0100 [ALSA] Remove xxx_t typedefs: Controls Modules: Control Midlevel Remove xxx_t typedefs from the core controls. Signed-off-by: Takash cheers Philipp
