From: Takashi Iwai Date: Thu, 17 Oct 2013 16:03:24 +0000 (+0200) Subject: ALSA: hda - Fix possible races in HDMI driver X-Git-Tag: omap-for-v3.13/fixes-for-merge-window-take2~14^2~92 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cbbaa603a03cc46681e24d6b2804b62fde95a2af;p=pandora-kernel.git ALSA: hda - Fix possible races in HDMI driver Some per_pin fields and ELD contents might be changed dynamically in multiple ways where the concurrent accesses are still opened in the current code. This patch fixes such possible races by using eld->lock in appropriate places. Reported-by: Anssi Hannula Signed-off-by: Takashi Iwai --- Reading git-diff-tree failed