diff options
author | Takashi Iwai <tiwai@suse.de> | 2009-01-29 14:47:56 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2009-01-29 14:47:56 +0100 |
commit | de2cf591bc876f7a63809d8955855ab074588c30 (patch) | |
tree | ebc0b87e181ef3989a048589ca882b94a218c5d2 /sound/pci/hda/patch_sigmatel.c | |
parent | c9de36f2a230919bee95f05ba27ed10ce4850409 (diff) | |
parent | 2a88464ceb1bda2571f88902fd8068a6168e3f7b (diff) |
Merge branch 'fix/hda' into for-linus
Diffstat (limited to 'sound/pci/hda/patch_sigmatel.c')
-rw-r--r-- | sound/pci/hda/patch_sigmatel.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sound/pci/hda/patch_sigmatel.c b/sound/pci/hda/patch_sigmatel.c index 3dd4eee70b7c..b787b3cc096f 100644 --- a/sound/pci/hda/patch_sigmatel.c +++ b/sound/pci/hda/patch_sigmatel.c @@ -2539,6 +2539,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; |