diff options
Diffstat (limited to 'sound/sparc/cs4231.c')
-rw-r--r-- | sound/sparc/cs4231.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/sound/sparc/cs4231.c b/sound/sparc/cs4231.c index 1f8d27a6152e..0fa482c9110b 100644 --- a/sound/sparc/cs4231.c +++ b/sound/sparc/cs4231.c | |||
@@ -1385,13 +1385,6 @@ static snd_pcm_ops_t snd_cs4231_capture_ops = { | |||
1385 | .pointer = snd_cs4231_capture_pointer, | 1385 | .pointer = snd_cs4231_capture_pointer, |
1386 | }; | 1386 | }; |
1387 | 1387 | ||
1388 | static void snd_cs4231_pcm_free(snd_pcm_t *pcm) | ||
1389 | { | ||
1390 | cs4231_t *chip = pcm->private_data; | ||
1391 | chip->pcm = NULL; | ||
1392 | snd_pcm_lib_preallocate_free_for_all(pcm); | ||
1393 | } | ||
1394 | |||
1395 | int snd_cs4231_pcm(cs4231_t *chip) | 1388 | int snd_cs4231_pcm(cs4231_t *chip) |
1396 | { | 1389 | { |
1397 | snd_pcm_t *pcm; | 1390 | snd_pcm_t *pcm; |
@@ -1405,7 +1398,6 @@ int snd_cs4231_pcm(cs4231_t *chip) | |||
1405 | 1398 | ||
1406 | /* global setup */ | 1399 | /* global setup */ |
1407 | pcm->private_data = chip; | 1400 | pcm->private_data = chip; |
1408 | pcm->private_free = snd_cs4231_pcm_free; | ||
1409 | pcm->info_flags = SNDRV_PCM_INFO_JOINT_DUPLEX; | 1401 | pcm->info_flags = SNDRV_PCM_INFO_JOINT_DUPLEX; |
1410 | strcpy(pcm->name, "CS4231"); | 1402 | strcpy(pcm->name, "CS4231"); |
1411 | 1403 | ||