summaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/hda_local.h
diff options
context:
space:
mode:
authorWu Fengguang <fengguang.wu@intel.com>2009-02-06 15:02:27 +0800
committerTakashi Iwai <tiwai@suse.de>2009-02-06 08:45:25 +0100
commitb25c9da19889e33bb4ee2dff369fc46caa4543b0 (patch)
tree62239389b7267da86ca1a671410004cd17a37882 /sound/pci/hda/hda_local.h
parent939778aedd9386e13051a9e1d57c14cba2b6ae13 (diff)
downloadop-kernel-dev-b25c9da19889e33bb4ee2dff369fc46caa4543b0.zip
op-kernel-dev-b25c9da19889e33bb4ee2dff369fc46caa4543b0.tar.gz
ALSA: enable concurrent digital outputs for ALC1200
Add the SPDIF pin as slave digital out to enable concurrent HDMI/SPDIF outputs for ASUS M3A-H/HDMI with ALC1200 codec. Tested-by: Thomas Schneider <nailstudio@gmx.net> Signed-off-by: Wu Fengguang <fengguang.wu@intel.com> Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/hda/hda_local.h')
-rw-r--r--sound/pci/hda/hda_local.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_local.h b/sound/pci/hda/hda_local.h
index ec687b2..4086491 100644
--- a/sound/pci/hda/hda_local.h
+++ b/sound/pci/hda/hda_local.h
@@ -229,6 +229,7 @@ struct hda_multi_out {
hda_nid_t hp_nid; /* optional DAC for HP, 0 when not exists */
hda_nid_t extra_out_nid[3]; /* optional DACs, 0 when not exists */
hda_nid_t dig_out_nid; /* digital out audio widget */
+ hda_nid_t *slave_dig_outs;
int max_channels; /* currently supported analog channels */
int dig_out_used; /* current usage of digital out (HDA_DIG_XXX) */
int no_share_stream; /* don't share a stream with multiple pins */
OpenPOWER on IntegriCloud