Searched refs:channel_buf (Results 1 – 2 of 2) sorted by relevance
/linux-6.12.1/sound/pci/rme9652/ |
D | rme9652.c | 1850 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 …]
|
D | hdsp.c | 3969 signed char *channel_buf; in snd_hdsp_playback_copy() local 3974 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel); in snd_hdsp_playback_copy() 3975 if (snd_BUG_ON(!channel_buf)) in snd_hdsp_playback_copy() 3977 if (copy_from_iter(channel_buf + pos, count, src) != count) in snd_hdsp_playback_copy() 3987 signed char *channel_buf; in snd_hdsp_capture_copy() local 3992 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel); in snd_hdsp_capture_copy() 3993 if (snd_BUG_ON(!channel_buf)) in snd_hdsp_capture_copy() 3995 if (copy_to_iter(channel_buf + pos, count, dst) != count) in snd_hdsp_capture_copy() 4005 signed char *channel_buf; in snd_hdsp_hw_silence() local 4007 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel); in snd_hdsp_hw_silence() [all …]
|