Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 133000
b: refs/heads/master
c: 028b944
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jan 23, 2009
1 parent 9fd6d9a commit 1fec750
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8056d47e77a0f7e3c99c114deab4859d31496075
refs/heads/master: 028b9445b4b10fa8da61ba7cf14ff72cc877ef41
2 changes: 2 additions & 0 deletions trunk/sound/pci/hda/patch_sigmatel.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1fec750

Please sign in to comment.