]> Pileus Git - ~andy/linux/blobdiff - Documentation/DocBook/writing-an-alsa-driver.tmpl
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/cooloney...
[~andy/linux] / Documentation / DocBook / writing-an-alsa-driver.tmpl
index bd6fee22c4dd0ee8d9ad982e42f6301ff48fd1ee..06741e9259850d43eaac5d287da48fa284992255 100644 (file)
@@ -6164,14 +6164,12 @@ struct _snd_pcm_runtime {
 
       <para>
         The macro takes an conditional expression to evaluate.
-       When <constant>CONFIG_SND_DEBUG</constant>, is set, the
-       expression is actually evaluated. If it's non-zero, it shows
-       the warning message such as
+       When <constant>CONFIG_SND_DEBUG</constant>, is set, if the
+       expression is non-zero, it shows the warning message such as
        <computeroutput>BUG? (xxx)</computeroutput>
-       normally followed by stack trace.  It returns the evaluated
-       value.
-       When no <constant>CONFIG_SND_DEBUG</constant> is set, this
-       macro always returns zero.
+       normally followed by stack trace.
+
+       In both cases it returns the evaluated value.
       </para>
 
     </section>