aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-01-23 11:55:52 +0100
committerTakashi Iwai <tiwai@suse.de>2009-01-23 11:55:52 +0100
commit028b9445b4b10fa8da61ba7cf14ff72cc877ef41 (patch)
tree7bb237faad431dd7c0473aea656ae3a16d29110f
parent8056d47e77a0f7e3c99c114deab4859d31496075 (diff)
parent00a602db1ce9d61319d6f769dee206ec85f19bda (diff)
downloadkernel_samsung_crespo-028b9445b4b10fa8da61ba7cf14ff72cc877ef41.zip
kernel_samsung_crespo-028b9445b4b10fa8da61ba7cf14ff72cc877ef41.tar.gz
kernel_samsung_crespo-028b9445b4b10fa8da61ba7cf14ff72cc877ef41.tar.bz2
Merge branch 'fix/hda' into topic/hda
-rw-r--r--sound/pci/hda/patch_sigmatel.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c
index 4ee9f7f..b3c3a02 100644
--- a/sound/pci/hda/patch_sigmatel.c
+++ b/sound/pci/hda/patch_sigmatel.c
@@ -2568,6 +2568,8 @@ static int stac92xx_build_pcms(struct hda_codec *codec)
info->name = "STAC92xx Analog";
info->stream[SNDRV_PCM_STREAM_PLAYBACK] = stac92xx_pcm_analog_playback;
+ info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid =
+ spec->multiout.dac_nids[0];
info->stream[SNDRV_PCM_STREAM_CAPTURE] = stac92xx_pcm_analog_capture;
info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adc_nids[0];
info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_adcs;