[ALSA] Use standard bitmap functions
Modules: ALSA<-OSS emulation Use standard bitmap functions instead of in-house ones. Signed-off-by: Takashi Iwai <tiwai@suse.de>
This commit is contained in:
committed by
Jaroslav Kysela
parent
230b5c1a61
commit
47eaebfd31
@ -37,7 +37,7 @@
|
||||
|
||||
static snd_pcm_sframes_t io_playback_transfer(snd_pcm_plugin_t *plugin,
|
||||
const snd_pcm_plugin_channel_t *src_channels,
|
||||
snd_pcm_plugin_channel_t *dst_channels ATTRIBUTE_UNUSED,
|
||||
snd_pcm_plugin_channel_t *dst_channels,
|
||||
snd_pcm_uframes_t frames)
|
||||
{
|
||||
snd_assert(plugin != NULL, return -ENXIO);
|
||||
@ -59,7 +59,7 @@ static snd_pcm_sframes_t io_playback_transfer(snd_pcm_plugin_t *plugin,
|
||||
}
|
||||
|
||||
static snd_pcm_sframes_t io_capture_transfer(snd_pcm_plugin_t *plugin,
|
||||
const snd_pcm_plugin_channel_t *src_channels ATTRIBUTE_UNUSED,
|
||||
const snd_pcm_plugin_channel_t *src_channels,
|
||||
snd_pcm_plugin_channel_t *dst_channels,
|
||||
snd_pcm_uframes_t frames)
|
||||
{
|
||||
|
Reference in New Issue
Block a user