From: Takashi Iwai Date: Thu, 14 Apr 2005 11:36:24 +0000 (+0200) Subject: [ALSA] Remove dead code X-Git-Tag: upstream/snapshot3+hdmi~47454^2~304 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=01f66d2ccf83ee3ddc8276346f4e1113b9de50d9;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [ALSA] Remove dead code HDA Codec driver Removed the dead (duplicated) code. Signed-off-by: Takashi Iwai --- diff --git a/sound/pci/hda/hda_codec.c b/sound/pci/hda/hda_codec.c index be6cba3..890b756 100644 --- a/sound/pci/hda/hda_codec.c +++ b/sound/pci/hda/hda_codec.c @@ -1449,10 +1449,6 @@ static int set_pcm_default_values(struct hda_codec *codec, struct hda_pcm_stream snd_assert(info->nid, return -EINVAL); info->ops.prepare = hda_pcm_default_prepare; } - if (info->ops.prepare == NULL) { - snd_assert(info->nid, return -EINVAL); - info->ops.prepare = hda_pcm_default_prepare; - } if (info->ops.cleanup == NULL) { snd_assert(info->nid, return -EINVAL); info->ops.cleanup = hda_pcm_default_cleanup;