projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
390244f
)
ALSA: pcmtest: Update comment about PCM copy ops
author
Takashi Iwai
<tiwai@suse.de>
Tue, 15 Aug 2023 19:01:27 +0000
(21:01 +0200)
committer
Takashi Iwai
<tiwai@suse.de>
Fri, 18 Aug 2023 10:18:26 +0000
(12:18 +0200)
Just an update of a comment mentioning the old PCM callbacks to
correct to the new PCM copy ops.
Link:
https://lore.kernel.org/r/20230815190136.8987-17-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/drivers/pcmtest.c
patch
|
blob
|
history
diff --git
a/sound/drivers/pcmtest.c
b/sound/drivers/pcmtest.c
index 7f170429eb8f19fc2810cbac7df3a45a6e6b22d1..27cbb9d38f08894fabe5d6c7b3508af628b7a15a 100644
(file)
--- a/
sound/drivers/pcmtest.c
+++ b/
sound/drivers/pcmtest.c
@@
-227,7
+227,7
@@
static void check_buf_block(struct pcmtst_buf_iter *v_iter, struct snd_pcm_runti
/*
* Fill buffer in the non-interleaved mode. The order of samples is C0, ..., C0, C1, ..., C1, C2...
- * The channel buffers lay in the DMA buffer continuously (see default copy
_user and copy_kernel
+ * The channel buffers lay in the DMA buffer continuously (see default copy
* handlers in the pcm_lib.c file).
*
* Here we increment the DMA buffer position every time we write a byte to any channel 'buffer'.