Re: ice712 -set mpu401 info flags from card info, patch

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

 



At Wed, 24 May 2006 22:35:31 +0100,
Alan Horstmann wrote:
> 
> @@ -2736,9 +2737,10 @@
>  		}
> 
>  	if (! c->no_mpu401) {
> +		c->mpu401_1_info_flags |= MPU401_INFO_INTEGRATED;

Don't change the contents of card info here, instead...

>  		if ((err = snd_mpu401_uart_new(card, 0, MPU401_HW_ICE1712,
> -					       ICEREG(ice, MPU1_CTRL),
> -					       MPU401_INFO_INTEGRATED,
> +					       ICEREG(ice, MPU1_CTRL),
> +					       c->mpu401_1_info_flags,

... add "| MPU401_INFO_INTEGRETED" at this point.
(Ditto for mpu401_2_info_flags)

Could you repost the fixed patch?


thanks,

Takashi


_______________________________________________
Alsa-devel mailing list
Alsa-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/alsa-devel

[Index of Archives]     [ALSA User]     [Linux Audio Users]     [Kernel Archive]     [Asterisk PBX]     [Photo Sharing]     [Linux Sound]     [Video 4 Linux]     [Gimp]     [Yosemite News]

  Powered by Linux