OSDN Git Service

ALSA: hda/realtek - Rename add_new_out_path() with add_new_nid_path()
authorTakashi Iwai <tiwai@suse.de>
Tue, 18 Dec 2012 10:46:37 +0000 (11:46 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 12 Jan 2013 07:30:27 +0000 (08:30 +0100)
commit965ccebccdf7199bef866414e56817b18ea6268e
tree2d03d7eb3beec85c090847f438699f02fa523e7e
parent62343997e475b8c33fef0d8549eef49f6855ae0a
ALSA: hda/realtek - Rename add_new_out_path() with add_new_nid_path()

Make the function more generic for both input and output directions,
and returns the assigned path pointer.  The argument order is changed
to follow the standard (from, to) way.

Now this new function is used for analog input and loopback path
parser codes, too.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/patch_realtek.c