diff options
| author | Takashi Iwai <tiwai@suse.de> | 2005-11-16 12:43:35 -0500 |
|---|---|---|
| committer | Jaroslav Kysela <perex@suse.cz> | 2006-01-03 06:16:21 -0500 |
| commit | c3e6f7d8763fa0400d28c57633eb323515ba05fc (patch) | |
| tree | b0803843b710ac74fc1399910445a8ff2cf396a5 /sound/pci/fm801.c | |
| parent | f31a31b9024f21b2ad8f5a7c30e265a652e2e211 (diff) | |
[ALSA] Remove superfluous pcm_free callbacks
Remove superflous pcm_free callbacks.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
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; |
