From: Takashi Iwai Date: Tue, 25 Nov 2008 07:17:20 +0000 (+0100) Subject: ALSA: hda - Fix caching of SPDIF status bits X-Git-Tag: v2.6.28-rc7~50^2^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9e97697666d0e7494946cfb639f6a9faacd5f1b0;p=pandora-kernel.git ALSA: hda - Fix caching of SPDIF status bits SPDIF status bits controls are written via snd_hda_codec_write() without caching. This causes a regression at resume that the bits are lost. Simply replacing it with the cached version fixes the problem. Reference: http://lkml.org/lkml/2008/11/24/324 Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed