From 4521384113e76d66fdd97e2d619eaa05ab63b478 Mon Sep 17 00:00:00 2001 From: Atsushi Nemoto Date: Tue, 11 Mar 2008 08:15:30 +0100 Subject: [PATCH] --- yaml --- r: 92126 b: refs/heads/master c: 9f2f0f7c4e997a74ff9fb8e2e2ed0daa21962e97 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/sound/spi/at73c213.c | 10 ---------- 2 files changed, 1 insertion(+), 11 deletions(-) diff --git a/[refs] b/[refs] index 60240ab84938..cc1a05909263 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 91662577979cadf945cd3ffc4c470e5b91378370 +refs/heads/master: 9f2f0f7c4e997a74ff9fb8e2e2ed0daa21962e97 diff --git a/trunk/sound/spi/at73c213.c b/trunk/sound/spi/at73c213.c index 1355fe0c6674..aa571152f034 100644 --- a/trunk/sound/spi/at73c213.c +++ b/trunk/sound/spi/at73c213.c @@ -325,15 +325,6 @@ static struct snd_pcm_ops at73c213_playback_ops = { .pointer = snd_at73c213_pcm_pointer, }; -static void snd_at73c213_pcm_free(struct snd_pcm *pcm) -{ - struct snd_at73c213 *chip = snd_pcm_chip(pcm); - if (chip->pcm) { - snd_pcm_lib_preallocate_free_for_all(chip->pcm); - chip->pcm = NULL; - } -} - static int __devinit snd_at73c213_pcm_new(struct snd_at73c213 *chip, int device) { struct snd_pcm *pcm; @@ -345,7 +336,6 @@ static int __devinit snd_at73c213_pcm_new(struct snd_at73c213 *chip, int device) goto out; pcm->private_data = chip; - pcm->private_free = snd_at73c213_pcm_free; pcm->info_flags = SNDRV_PCM_INFO_BLOCK_TRANSFER; strcpy(pcm->name, "at73c213"); chip->pcm = pcm;