commit | f3268512c3a5dea587cfe875b8bca98d9e164cd9 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Aug 30 11:00:19 2010 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Aug 30 11:00:19 2010 +0200 |
tree | 3d9a79d10eb04d001840daf9c2606ecf8315cc02 | |
parent | 73413b120d5d6eb6c98451bbc19acf43e0e300ae [diff] |
ALSA: hda - Refactor input-pin parser for VIA codecs patch_via.c has redundant codes for parsing the input-pins. Although they are pretty similar, but all implemented in different functions just because of hard-coded ids and slight incompatibilities. This patch refactors the codes to use the common helper function, resulting in the reduction of many lines. Signed-off-by: Takashi Iwai <tiwai@suse.de>