]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitfd1ebc902e6af22bf305601200b4f4a9910b496d
tree2d03d7eb3beec85c090847f438699f02fa523e7e
parent6eb06253a0b01db28ee3fe93bcea74df6fd444dc
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