From 023838542dc8a4eac9650f98942671078a4ce73d Mon Sep 17 00:00:00 2001 From: Mengdong Lin Date: Thu, 31 Oct 2013 18:31:51 -0400 Subject: [PATCH] ALSA: hda - not choose assigned converters for unused pins of Valleyview For Valleyview display codec, if an unused pin chooses an assgined converter selected by a used pin, playback on the unused pin can also give sound to the output device of the used pin. It's because data flows from the same convertor to the display port of the used pin. This issue is same as Haswell. So this patch avoids using assinged convertors for unused pins. The related function haswell_config_cvts() is renamed for code reuse. Signed-off-by: Mengdong Lin Signed-off-by: Takashi Iwai --- Reading git-format-patch failed