Searched defs:channel_buf (Results 1 - 2 of 2) sorted by relevance

/sound/pci/rme9652/
H A Drme9652.c1913 char *channel_buf; local
1918 channel_buf = rme9652_channel_buffer_location (rme9652,
1921 if (snd_BUG_ON(!channel_buf))
1923 if (copy_from_user(channel_buf + pos * 4, src, count * 4))
1932 char *channel_buf; local
1937 channel_buf = rme9652_channel_buffer_location (rme9652,
1940 if (snd_BUG_ON(!channel_buf))
1942 if (copy_to_user(dst, channel_buf + pos * 4, count * 4))
1951 char *channel_buf; local
1953 channel_buf
[all...]
H A Dhdsp.c4217 char *channel_buf; local
4222 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
4223 if (snd_BUG_ON(!channel_buf))
4225 if (copy_from_user(channel_buf + pos * 4, src, count * 4))
4234 char *channel_buf; local
4239 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel);
4240 if (snd_BUG_ON(!channel_buf))
4242 if (copy_to_user(dst, channel_buf + pos * 4, count * 4))
4251 char *channel_buf; local
4253 channel_buf
[all...]

Completed in 42 milliseconds