* freed here. The cpu DAI, codec DAI, machine and platform are also
  * shutdown.
  */
-static int soc_codec_close(struct snd_pcm_substream *substream)
+static int soc_pcm_close(struct snd_pcm_substream *substream)
 {
        struct snd_soc_pcm_runtime *rtd = substream->private_data;
        struct snd_soc_platform *platform = rtd->platform;
 /* ASoC PCM operations */
 static struct snd_pcm_ops soc_pcm_ops = {
        .open           = soc_pcm_open,
-       .close          = soc_codec_close,
+       .close          = soc_pcm_close,
        .hw_params      = soc_pcm_hw_params,
        .hw_free        = soc_pcm_hw_free,
        .prepare        = soc_pcm_prepare,