commit | d2c6b63df5c143ea1535398e0874432277285765 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Mon Aug 17 14:44:24 2015 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Aug 17 15:10:15 2015 +0200 |
tree | 500b01216d52e419dd36cb5b0dcaeaf7839b888d | |
parent | 395ae54bd8775508a9616817188cabbcd6f53260 [diff] |
ALSA: hda - Make some helper functions local A few helper functions to convert the pin information to strings have been exported with assumption that they were used by other drivers. But they are referred only in the proc interface in the end. Let's make them local so that we can get rid of a few exports. Signed-off-by: Takashi Iwai <tiwai@suse.de>