aboutsummaryrefslogtreecommitdiff
path: root/documentation/content/en/books/arch-handbook/sound/_index.adoc
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/en/books/arch-handbook/sound/_index.adoc')
-rw-r--r--documentation/content/en/books/arch-handbook/sound/_index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/content/en/books/arch-handbook/sound/_index.adoc b/documentation/content/en/books/arch-handbook/sound/_index.adoc
index 395cade887..f7a7d6c19f 100644
--- a/documentation/content/en/books/arch-handbook/sound/_index.adoc
+++ b/documentation/content/en/books/arch-handbook/sound/_index.adoc
@@ -152,7 +152,7 @@ When playing, the general transfer mechanism is as follows (reverse the idea for
==== channel_init
`xxxchannel_init()` is called to initialize each of the play or record channels.
-The calls are initiated from the sound driver attach routine. (See the crossref:sound[pcm-probe-and-attach,probe and attach section).
+The calls are initiated from the sound driver attach routine. (See the crossref:sound[pcm-probe-and-attach,probe and attach section]).
[.programlisting]
....