mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2026-02-20 01:40:08 -05:00
huge correction of tabulators and whitespaces
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
parent
b37ac0982b
commit
66a3d542ac
157 changed files with 2008 additions and 2008 deletions
|
|
@ -22,21 +22,21 @@ Slave PCMs can be defined asymmetrically for both directions.
|
|||
|
||||
\code
|
||||
pcm.name {
|
||||
type asym # Asym PCM
|
||||
playback STR # Playback slave name
|
||||
# or
|
||||
playback { # Playback slave definition
|
||||
pcm STR # Slave PCM name
|
||||
# or
|
||||
pcm { } # Slave PCM definition
|
||||
}
|
||||
capture STR # Capture slave name
|
||||
# or
|
||||
capture { # Capture slave definition
|
||||
pcm STR # Slave PCM name
|
||||
# or
|
||||
pcm { } # Slave PCM definition
|
||||
}
|
||||
type asym # Asym PCM
|
||||
playback STR # Playback slave name
|
||||
# or
|
||||
playback { # Playback slave definition
|
||||
pcm STR # Slave PCM name
|
||||
# or
|
||||
pcm { } # Slave PCM definition
|
||||
}
|
||||
capture STR # Capture slave name
|
||||
# or
|
||||
capture { # Capture slave definition
|
||||
pcm STR # Slave PCM name
|
||||
# or
|
||||
pcm { } # Slave PCM definition
|
||||
}
|
||||
}
|
||||
\endcode
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue