From 6e7939bb4de289d4e5176b08f1d00e42e0a07d77 Mon Sep 17 00:00:00 2001 From: Herton Ronaldo Krzesinski Date: Wed, 19 Dec 2007 17:49:02 +0100 Subject: [PATCH] [ALSA] hda-codec - Fix capture mixers of ALC662 models The commit that added support for ASUS P701 eeepc also changed the mixers of other ALC662 models, duplicating entries for the Capture items, making them to not work anymore. This fixes it by removing duplicated entries using where possible the common alc662_capture_mixer. Also alc662_capture_mixer should use alc662* functions and not alc882 (I checked /proc/asound/card0/codec* on an eepc model and it's ok). Signed-off-by: Herton Ronaldo Krzesinski Signed-off-by: Takashi Iwai Signed-off-by: Jaroslav Kysela --- Reading git-format-patch failed