Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 148393
b: refs/heads/master
c: 6766726
h: refs/heads/master
i:
  148391: 8904b40
v: v3
  • Loading branch information
Takashi Iwai committed Apr 20, 2009
1 parent e8adbde commit c5bf917
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 18cb7109d3e83195b605ff2905981020e86f72ca
refs/heads/master: 67667263674663767ddf4250bab2437a00ee780e
3 changes: 2 additions & 1 deletion trunk/sound/pci/hda/patch_ca0110.c
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ static int ca0110_build_pcms(struct hda_codec *codec)
info->stream[SNDRV_PCM_STREAM_PLAYBACK] = ca0110_pcm_analog_playback;
info->stream[SNDRV_PCM_STREAM_PLAYBACK].nid = spec->dacs[0];
info->stream[SNDRV_PCM_STREAM_PLAYBACK].channels_max =
spec->multiout.num_dacs * 2;
spec->multiout.max_channels;
info->stream[SNDRV_PCM_STREAM_CAPTURE] = ca0110_pcm_analog_capture;
info->stream[SNDRV_PCM_STREAM_CAPTURE].substreams = spec->num_inputs;
info->stream[SNDRV_PCM_STREAM_CAPTURE].nid = spec->adcs[0];
Expand Down Expand Up @@ -418,6 +418,7 @@ static void parse_line_outs(struct hda_codec *codec)
}
spec->multiout.dac_nids = spec->dacs;
spec->multiout.num_dacs = n;
spec->multiout.max_channels = n * 2;
}

static void parse_hp_out(struct hda_codec *codec)
Expand Down

0 comments on commit c5bf917

Please sign in to comment.