aboutsummaryrefslogtreecommitdiffstats
path: root/sound/pci/hda/patch_hdmi.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-12-08 09:07:38 +0100
committerTakashi Iwai <tiwai@suse.de>2010-12-08 09:07:38 +0100
commitd0fa15e0987bb5444244db111d485fb8819ceba5 (patch)
tree6dcee377eb73363b88438ebd7adee6e5d028c998 /sound/pci/hda/patch_hdmi.c
parent36e9c135e2c485cabb24084834ec29efe928bb5c (diff)
parent0bbaee3a58c379c4f7bab9635c71d7bad9c422a2 (diff)
Merge branch 'fix/hda' into topic/hda
Diffstat (limited to 'sound/pci/hda/patch_hdmi.c')
-rw-r--r--sound/pci/hda/patch_hdmi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/pci/hda/patch_hdmi.c b/sound/pci/hda/patch_hdmi.c
index f2267cfdd99..8f07719ef98 100644
--- a/sound/pci/hda/patch_hdmi.c
+++ b/sound/pci/hda/patch_hdmi.c
@@ -834,7 +834,6 @@ static int hdmi_pcm_open(struct hda_pcm_stream *hinfo,
return -ENODEV;
} else {
/* fallback to the codec default */
- hinfo->channels_min = codec_pars->channels_min;
hinfo->channels_max = codec_pars->channels_max;
hinfo->rates = codec_pars->rates;
hinfo->formats = codec_pars->formats;