At Sun, 10 Feb 2008 21:17:08 +0100,
Pavel Hofman wrote:
>
> +static void snd_ak4114_proc_regs_read(struct snd_info_entry *entry,
> + struct snd_info_buffer *buffer)
> +{
> + struct ak4114 *ak4114 = (struct ak4114 *)entry->private_data;
You don't need this cast.
Otherwise the patch looks fine and was applied to HG tree. Thanks.
Takashi