From: Takashi Iwai Date: Thu, 22 Nov 2012 07:16:31 +0000 (+0100) Subject: ALSA: hda - Don't overwrite the pin default configs X-Git-Tag: omap-for-v3.8/fixes-for-merge-window-v4-signed~39^2~76 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fdf1469ee7af4367de8f563f69681920844ec95;p=pandora-kernel.git ALSA: hda - Don't overwrite the pin default configs Since we keep the pin default config values anyway internally, we don't have to set the values in the codec. This patch removes the code writing the pincfg values. As a gratis bonus, we can remove also the code restoring the original pincfg values at PM resume or module free. This will give us more benefit, as it can reduce the unnecessary power-up of codecs. This won't change the driver functionality. The only difference would be that the codec proc file will show the original pincfg values instead of the actually referred values. The actually referred values can be determined from sysfs *_pin_configs files. (Also hda-emu was updated to follow this change.) Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed