Searched refs:channel_buf (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/rme9652/
H A Drme9652.c1933 char *channel_buf; local
1937 channel_buf = rme9652_channel_buffer_location (rme9652,
1940 snd_assert(channel_buf != NULL, return -EIO);
1941 if (copy_from_user(channel_buf + pos * 4, src, count * 4))
1950 char *channel_buf; local
1954 channel_buf = rme9652_channel_buffer_location (rme9652,
1957 snd_assert(channel_buf != NULL, return -EIO);
1958 if (copy_to_user(dst, channel_buf + pos * 4, count * 4))
1967 char *channel_buf; local
1969 channel_buf
[all...]
H A Dhdspm.c3523 char *channel_buf; local
3528 channel_buf = hdspm_channel_buffer_location(hdspm,
3532 snd_assert(channel_buf != NULL, return -EIO);
3534 return copy_from_user(channel_buf + pos * 4, src, count * 4);
3542 char *channel_buf; local
3547 channel_buf = hdspm_channel_buffer_location(hdspm,
3550 snd_assert(channel_buf != NULL, return -EIO);
3551 return copy_to_user(dst, channel_buf + pos * 4, count * 4);
3559 char *channel_buf; local
3561 channel_buf
[all...]
H A Dhdsp.c3809 char *channel_buf; local
3813 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
3814 snd_assert(channel_buf != NULL, return -EIO);
3815 if (copy_from_user(channel_buf + pos * 4, src, count * 4))
3824 char *channel_buf; local
3828 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
3829 snd_assert(channel_buf != NULL, return -EIO);
3830 if (copy_to_user(dst, channel_buf + pos * 4, count * 4))
3839 char *channel_buf; local
3841 channel_buf
[all...]

Completed in 70 milliseconds