Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231838
b: refs/heads/master
c: ad09fc9
h: refs/heads/master
v: v3
  • Loading branch information
Takashi Iwai committed Jan 14, 2011
1 parent 5025f88 commit 09ce994
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 5870112021fb38e73b25dad3baec4ca0819c594a
refs/heads/master: ad09fc9d2156f3d37537b34418a6b79309013d33
3 changes: 3 additions & 0 deletions trunk/sound/pci/hda/patch_hdmi.c
Original file line number Diff line number Diff line change
Expand Up @@ -1238,6 +1238,9 @@ static int simple_playback_pcm_open(struct hda_pcm_stream *hinfo,
snd_pcm_hw_constraint_list(substream->runtime, 0,
SNDRV_PCM_HW_PARAM_CHANNELS,
hw_constraints_channels);
} else {
snd_pcm_hw_constraint_step(substream->runtime, 0,
SNDRV_PCM_HW_PARAM_CHANNELS, 2);
}

return snd_hda_multi_out_dig_open(codec, &spec->multiout);
Expand Down

0 comments on commit 09ce994

Please sign in to comment.