Searched refs:channel_buf (Results 1 – 2 of 2) sorted by relevance
| /linux/sound/pci/rme9652/ |
| H A D | rme9652.c | 1822 signed char *channel_buf; in snd_rme9652_playback_copy() local 1827 channel_buf = rme9652_channel_buffer_location (rme9652, in snd_rme9652_playback_copy() 1830 if (snd_BUG_ON(!channel_buf)) in snd_rme9652_playback_copy() 1832 if (copy_from_iter(channel_buf + pos, count, src) != count) in snd_rme9652_playback_copy() 1842 signed char *channel_buf; in snd_rme9652_capture_copy() local 1847 channel_buf = rme9652_channel_buffer_location (rme9652, in snd_rme9652_capture_copy() 1850 if (snd_BUG_ON(!channel_buf)) in snd_rme9652_capture_copy() 1852 if (copy_to_iter(channel_buf + pos, count, dst) != count) in snd_rme9652_capture_copy() 1862 signed char *channel_buf; in snd_rme9652_hw_silence() local 1864 channel_buf = rme9652_channel_buffer_location (rme9652, in snd_rme9652_hw_silence() [all …]
|
| H A D | hdsp.c | 3927 signed char *channel_buf; in snd_hdsp_playback_copy() local 3932 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel); in snd_hdsp_playback_copy() 3933 if (snd_BUG_ON(!channel_buf)) in snd_hdsp_playback_copy() 3935 if (copy_from_iter(channel_buf + pos, count, src) != count) in snd_hdsp_playback_copy() 3945 signed char *channel_buf; in snd_hdsp_capture_copy() local 3950 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel); in snd_hdsp_capture_copy() 3951 if (snd_BUG_ON(!channel_buf)) in snd_hdsp_capture_copy() 3953 if (copy_to_iter(channel_buf + pos, count, dst) != count) in snd_hdsp_capture_copy() 3963 signed char *channel_buf; in snd_hdsp_hw_silence() local 3965 channel_buf = hdsp_channel_buffer_location (hdsp, substream->pstr->stream, channel); in snd_hdsp_hw_silence() [all …]
|