mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-04 13:30:08 -05:00
Removed unused function
Clean up: Removed unused function.
This commit is contained in:
parent
d45d5a1470
commit
5240107559
1 changed files with 0 additions and 7 deletions
|
|
@ -338,13 +338,6 @@ static snd_pcm_sframes_t snd_pcm_dsnoop_forward(snd_pcm_t *pcm, snd_pcm_uframes_
|
||||||
return frames;
|
return frames;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int snd_pcm_dsnoop_resume(snd_pcm_t *pcm)
|
|
||||||
{
|
|
||||||
snd_pcm_direct_t *dsnoop = pcm->private_data;
|
|
||||||
snd_pcm_resume(dsnoop->spcm);
|
|
||||||
return 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
static snd_pcm_sframes_t snd_pcm_dsnoop_writei(snd_pcm_t *pcm ATTRIBUTE_UNUSED, const void *buffer ATTRIBUTE_UNUSED, snd_pcm_uframes_t size ATTRIBUTE_UNUSED)
|
static snd_pcm_sframes_t snd_pcm_dsnoop_writei(snd_pcm_t *pcm ATTRIBUTE_UNUSED, const void *buffer ATTRIBUTE_UNUSED, snd_pcm_uframes_t size ATTRIBUTE_UNUSED)
|
||||||
{
|
{
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue