David Henningsson 4bd038f9d8 ALSA: hda - hdmi: Protect ELD buffer
Because the eld buffer can be simultaneously accessed from both
workqueue context (updating) and process context (kcontrol read),
we need to protect it with a mutex to guarantee consistency.

To avoid holding the mutex while reading the ELD info from the
codec, we introduce a temporary eld buffer.

Signed-off-by: David Henningsson <david.henningsson@canonical.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2013-02-19 18:28:30 +01:00
..
2012-11-04 09:20:58 +01:00
2012-12-07 07:29:45 +01:00
2013-02-19 18:28:30 +01:00
2012-12-07 07:33:30 +01:00
2012-12-07 07:33:47 +01:00
2013-02-16 15:48:48 +01:00