diff options
Diffstat (limited to 'sound/pci/fm801.c')
-rw-r--r-- | sound/pci/fm801.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/pci/fm801.c b/sound/pci/fm801.c index 4e1d3434888d..261061b76c7f 100644 --- a/sound/pci/fm801.c +++ b/sound/pci/fm801.c | |||
@@ -665,13 +665,6 @@ static snd_pcm_ops_t snd_fm801_capture_ops = { | |||
665 | .pointer = snd_fm801_capture_pointer, | 665 | .pointer = snd_fm801_capture_pointer, |
666 | }; | 666 | }; |
667 | 667 | ||
668 | static void snd_fm801_pcm_free(snd_pcm_t *pcm) | ||
669 | { | ||
670 | fm801_t *chip = pcm->private_data; | ||
671 | chip->pcm = NULL; | ||
672 | snd_pcm_lib_preallocate_free_for_all(pcm); | ||
673 | } | ||
674 | |||
675 | static int __devinit snd_fm801_pcm(fm801_t *chip, int device, snd_pcm_t ** rpcm) | 668 | static int __devinit snd_fm801_pcm(fm801_t *chip, int device, snd_pcm_t ** rpcm) |
676 | { | 669 | { |
677 | snd_pcm_t *pcm; | 670 | snd_pcm_t *pcm; |
@@ -686,7 +679,6 @@ static int __devinit snd_fm801_pcm(fm801_t *chip, int device, snd_pcm_t ** rpcm) | |||
686 | snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &snd_fm801_capture_ops); | 679 | snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &snd_fm801_capture_ops); |
687 | 680 | ||
688 | pcm->private_data = chip; | 681 | pcm->private_data = chip; |
689 | pcm->private_free = snd_fm801_pcm_free; | ||
690 | pcm->info_flags = 0; | 682 | pcm->info_flags = 0; |
691 | strcpy(pcm->name, "FM801"); | 683 | strcpy(pcm->name, "FM801"); |
692 | chip->pcm = pcm; | 684 | chip->pcm = pcm; |