Home
last modified time | relevance | path

Searched refs:channel_buf (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/sound/pci/rme9652/
Drme9652.c1890 char *channel_buf; in snd_rme9652_playback_copy() local
1895 channel_buf = rme9652_channel_buffer_location (rme9652, in snd_rme9652_playback_copy()
1898 if (snd_BUG_ON(!channel_buf)) in snd_rme9652_playback_copy()
1900 if (copy_from_user(channel_buf + pos * 4, src, count * 4)) in snd_rme9652_playback_copy()
1909 char *channel_buf; in snd_rme9652_capture_copy() local
1914 channel_buf = rme9652_channel_buffer_location (rme9652, in snd_rme9652_capture_copy()
1917 if (snd_BUG_ON(!channel_buf)) in snd_rme9652_capture_copy()
1919 if (copy_to_user(dst, channel_buf + pos * 4, count * 4)) in snd_rme9652_capture_copy()
1928 char *channel_buf; in snd_rme9652_hw_silence() local
1930 channel_buf = rme9652_channel_buffer_location (rme9652, in snd_rme9652_hw_silence()
[all …]
Dhdsp.c3920 char *channel_buf; in snd_hdsp_playback_copy() local
3925 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel); in snd_hdsp_playback_copy()
3926 if (snd_BUG_ON(!channel_buf)) in snd_hdsp_playback_copy()
3928 if (copy_from_user(channel_buf + pos * 4, src, count * 4)) in snd_hdsp_playback_copy()
3937 char *channel_buf; in snd_hdsp_capture_copy() local
3942 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel); in snd_hdsp_capture_copy()
3943 if (snd_BUG_ON(!channel_buf)) in snd_hdsp_capture_copy()
3945 if (copy_to_user(dst, channel_buf + pos * 4, count * 4)) in snd_hdsp_capture_copy()
3954 char *channel_buf; in snd_hdsp_hw_silence() local
3956 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel); in snd_hdsp_hw_silence()
[all …]