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)
commitffd3d5c6c7a20fb718daf98a6c8a476d228f3995
treef346bbadc25197c5a159009e8f91c648c98b1066
parent8d448162bda5ae3b5ecb26fe50c8fbbeae99faa4
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