Re: [alsa-devel] [PATCH 2/2] ALSA: ice1712: remove unused variable

2014-11-14 Thread Sudip Mukherjee
On Thu, Nov 13, 2014 at 04:22:45PM +0100, Takashi Iwai wrote: > At Thu, 13 Nov 2014 20:44:17 +0530, > Sudip Mukherjee wrote: > > > > if (snd_pcm_format_width(runtime->format) == 16) > > tmp &= ~0x04; > > diff --git a/sound/pci/ice1712/revo.c b/sound/pci/ice1712/revo.c > > index

Re: [alsa-devel] [PATCH 2/2] ALSA: ice1712: remove unused variable

2014-11-14 Thread Sudip Mukherjee
On Thu, Nov 13, 2014 at 04:22:45PM +0100, Takashi Iwai wrote: At Thu, 13 Nov 2014 20:44:17 +0530, Sudip Mukherjee wrote: snip if (snd_pcm_format_width(runtime-format) == 16) tmp = ~0x04; diff --git a/sound/pci/ice1712/revo.c b/sound/pci/ice1712/revo.c index

Re: [alsa-devel] [PATCH 2/2] ALSA: ice1712: remove unused variable

2014-11-13 Thread Takashi Iwai
At Thu, 13 Nov 2014 20:44:17 +0530, Sudip Mukherjee wrote: > > these variable were initialized with some value, but never used. > and so they are safe to be deleted. > > Signed-off-by: Sudip Mukherjee > --- > > i have not given Jaroslav Kysela in the To list, > as in my last mail, all mails

Re: [alsa-devel] [PATCH 2/2] ALSA: ice1712: remove unused variable

2014-11-13 Thread Takashi Iwai
At Thu, 13 Nov 2014 20:44:17 +0530, Sudip Mukherjee wrote: these variable were initialized with some value, but never used. and so they are safe to be deleted. Signed-off-by: Sudip Mukherjee su...@vectorindia.org --- i have not given Jaroslav Kysela pe...@perex.cz in the To list, as in