Home
last modified time | relevance | path

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

/Linux-v6.6/sound/pci/rme9652/
Drme9652.c1850 signed char *channel_buf; in snd_rme9652_playback_copy() local
1855 channel_buf = rme9652_channel_buffer_location (rme9652, in snd_rme9652_playback_copy()
1858 if (snd_BUG_ON(!channel_buf)) in snd_rme9652_playback_copy()
1860 if (copy_from_iter(channel_buf + pos, count, src) != count) in snd_rme9652_playback_copy()
1870 signed char *channel_buf; in snd_rme9652_capture_copy() local
1875 channel_buf = rme9652_channel_buffer_location (rme9652, in snd_rme9652_capture_copy()
1878 if (snd_BUG_ON(!channel_buf)) in snd_rme9652_capture_copy()
1880 if (copy_to_iter(channel_buf + pos, count, dst) != count) in snd_rme9652_capture_copy()
1890 signed char *channel_buf; in snd_rme9652_hw_silence() local
1892 channel_buf = rme9652_channel_buffer_location (rme9652, in snd_rme9652_hw_silence()
[all …]
Dhdsp.c3967 signed char *channel_buf; in snd_hdsp_playback_copy() local
3972 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel); in snd_hdsp_playback_copy()
3973 if (snd_BUG_ON(!channel_buf)) in snd_hdsp_playback_copy()
3975 if (copy_from_iter(channel_buf + pos, count, src) != count) in snd_hdsp_playback_copy()
3985 signed char *channel_buf; in snd_hdsp_capture_copy() local
3990 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel); in snd_hdsp_capture_copy()
3991 if (snd_BUG_ON(!channel_buf)) in snd_hdsp_capture_copy()
3993 if (copy_to_iter(channel_buf + pos, count, dst) != count) in snd_hdsp_capture_copy()
4003 signed char *channel_buf; in snd_hdsp_hw_silence() local
4005 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel); in snd_hdsp_hw_silence()
[all …]