]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ALSA: hda - Add inputs[] to auto_pin_cfg struct
authorTakashi Iwai <tiwai@suse.de>
Mon, 30 Aug 2010 10:56:55 +0000 (12:56 +0200)
committerTakashi Iwai <tiwai@suse.de>
Mon, 30 Aug 2010 10:56:55 +0000 (12:56 +0200)
commit75e0eb24ee3ec3549c2e53707dcc87e5f7a2c791
treea2720891a361714fd4e9a287f4f1a407e0345c1d
parentf3268512c3a5dea587cfe875b8bca98d9e164cd9
ALSA: hda - Add inputs[] to auto_pin_cfg struct

Added the new fields to contain all input-pins to struct auto_pin_cfg.
Unlike the existing input_pins[], this array contains all input pins
even if the multiple pins are assigned for a single role (i.e. two
front mics).  The former input_pins[] still remains for a while, but
will be removed in near future.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/pci/hda/hda_codec.c
sound/pci/hda/hda_local.h