[EMAIL PROTECTED] wrote:
> Modified: trunk/firmware/drivers/audio/tlv320.c
> ===================================================================
> --- trunk/firmware/drivers/audio/tlv320.c     2007-06-11 13:32:29 UTC (rev 
> 13619)
> +++ trunk/firmware/drivers/audio/tlv320.c     2007-06-11 23:39:07 UTC (rev 
> 13620)
> @@ -219,10 +219,10 @@
>  }
>  
>  /**
> - * Mute (mute=true) or enable sound (mute=false)
> + * Mute (mute=1) or enable sound (mute=0)
>   *
>   */
> -void audiohw_mute(bool mute)
> +void audiohw_mute(int mute)

Was there a reason for making this parameter an int in all drivers,
rather than bool?

I realise that only the tlv320 driver used bool before your commit, but
that would seem clearer IMO.

Dave.

Reply via email to