summaryrefslogtreecommitdiff
path: root/sound/pci/hda/patch_intelhdmi.c
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2010-08-23 06:47:06 (GMT)
committerTakashi Iwai <tiwai@suse.de>2010-08-23 06:47:06 (GMT)
commitd2f927d42a87b712946dee72a0b96b6b6c6aff1d (patch)
tree879a34767b24e65569d24cb19490a4bdcb1beace /sound/pci/hda/patch_intelhdmi.c
parent9c77b846ec8b4e0c7107dd7f820172462dc84a61 (diff)
parent6f0ef6ea1d11ef242de584e345355b0de756fcb2 (diff)
downloadlinux-d2f927d42a87b712946dee72a0b96b6b6c6aff1d.tar.xz
Merge branch 'fix/hda' into for-linus
Diffstat (limited to 'sound/pci/hda/patch_intelhdmi.c')
-rw-r--r--sound/pci/hda/patch_intelhdmi.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/pci/hda/patch_intelhdmi.c b/sound/pci/hda/patch_intelhdmi.c
index d382d3c..36a9b83 100644
--- a/sound/pci/hda/patch_intelhdmi.c
+++ b/sound/pci/hda/patch_intelhdmi.c
@@ -69,20 +69,12 @@ static int intel_hdmi_playback_pcm_prepare(struct hda_pcm_stream *hinfo,
return hdmi_setup_stream(codec, hinfo->nid, stream_tag, format);
}
-static int intel_hdmi_playback_pcm_cleanup(struct hda_pcm_stream *hinfo,
- struct hda_codec *codec,
- struct snd_pcm_substream *substream)
-{
- return 0;
-}
-
static struct hda_pcm_stream intel_hdmi_pcm_playback = {
.substreams = 1,
.channels_min = 2,
.ops = {
.open = hdmi_pcm_open,
.prepare = intel_hdmi_playback_pcm_prepare,
- .cleanup = intel_hdmi_playback_pcm_cleanup,
},
};