diff options
Diffstat (limited to 'sound/pci/als4000.c')
-rw-r--r-- | sound/pci/als4000.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/pci/als4000.c b/sound/pci/als4000.c index 1904df650265..d496cc5ab35e 100644 --- a/sound/pci/als4000.c +++ b/sound/pci/als4000.c | |||
@@ -490,13 +490,6 @@ static snd_pcm_ops_t snd_als4000_capture_ops = { | |||
490 | .pointer = snd_als4000_capture_pointer | 490 | .pointer = snd_als4000_capture_pointer |
491 | }; | 491 | }; |
492 | 492 | ||
493 | static void snd_als4000_pcm_free(snd_pcm_t *pcm) | ||
494 | { | ||
495 | sb_t *chip = pcm->private_data; | ||
496 | chip->pcm = NULL; | ||
497 | snd_pcm_lib_preallocate_free_for_all(pcm); | ||
498 | } | ||
499 | |||
500 | static int __devinit snd_als4000_pcm(sb_t *chip, int device) | 493 | static int __devinit snd_als4000_pcm(sb_t *chip, int device) |
501 | { | 494 | { |
502 | snd_pcm_t *pcm; | 495 | snd_pcm_t *pcm; |
@@ -504,7 +497,6 @@ static int __devinit snd_als4000_pcm(sb_t *chip, int device) | |||
504 | 497 | ||
505 | if ((err = snd_pcm_new(chip->card, "ALS4000 DSP", device, 1, 1, &pcm)) < 0) | 498 | if ((err = snd_pcm_new(chip->card, "ALS4000 DSP", device, 1, 1, &pcm)) < 0) |
506 | return err; | 499 | return err; |
507 | pcm->private_free = snd_als4000_pcm_free; | ||
508 | pcm->private_data = chip; | 500 | pcm->private_data = chip; |
509 | pcm->info_flags = SNDRV_PCM_INFO_JOINT_DUPLEX; | 501 | pcm->info_flags = SNDRV_PCM_INFO_JOINT_DUPLEX; |
510 | snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_als4000_playback_ops); | 502 | snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_als4000_playback_ops); |