mirror of https://gitee.com/openkylin/linux.git
[ALSA] Remove dead code
HDA Codec driver Removed the dead (duplicated) code. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
parent
4a3fdf3dba
commit
01f66d2ccf
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue