]> git.baikalelectronics.ru Git - kernel.git/commit
ALSA: pcm - remove the dead code from snd_pcm_open_file()
authorFeng Tang <feng.tang@intel.com>
Mon, 10 Oct 2011 02:31:48 +0000 (10:31 +0800)
committerTakashi Iwai <tiwai@suse.de>
Mon, 10 Oct 2011 10:53:53 +0000 (12:53 +0200)
commitf18d197d983ab53d969b349c95b3f191aa78dd51
treef346bbadc25197c5a159009e8f91c648c98b1066
parent63b7b20c9cf3c88013fbd307ff76c76628110d6b
ALSA: pcm - remove the dead code from snd_pcm_open_file()

The rpcm_file parameter is never used in current ALSA code, so remove
it to make it cleaner.

Signed-off-by: Feng Tang <feng.tang@intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/core/pcm_native.c