ALSA: hda - Add a sanity check of pin / port mapping on i915 HDMI/DP
authorTakashi Iwai <tiwai@suse.de>
Thu, 10 Mar 2016 14:49:35 +0000 (15:49 +0100)
committerTakashi Iwai <tiwai@suse.de>
Thu, 10 Mar 2016 14:54:42 +0000 (15:54 +0100)
commit1a414f48d7ccb197b61c18888b72327c98171844
tree49bfce24deaa299602ebf9d0e3d52da40a611944
parent8cc1a8ab477e974a3516e73276ef4b6e546c4c65
ALSA: hda - Add a sanity check of pin / port mapping on i915 HDMI/DP

There is an implicit rule to map between pin NID and port number on
Intel HDMI/DP codec: the mapping is fixed only for NID 0x05, 0x06 and
0x07.  For avoiding the possible memory corruption, add a sanity check
for the NID value and splat WARN_ON() for invalid accesses.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/hda/hdac_i915.c