]> 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)
commit2a6703cc757427b92e124b65457e6e3141061703
treef346bbadc25197c5a159009e8f91c648c98b1066
parent900bdcaed4c86d670a720a0eb3aa32a84d69b3cc
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