Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 353226
b: refs/heads/master
c: d4dab5a
h: refs/heads/master
v: v3
  • Loading branch information
Antonio Ospite authored and Takashi Iwai committed Jan 29, 2013
1 parent 30e703d commit ffcd8bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 04044b819b21826f11f32e11aba54def635d8457
refs/heads/master: d4dab5ab5bd0445420aa090185409bf3ae6ccd37
4 changes: 2 additions & 2 deletions trunk/Documentation/DocBook/writing-an-alsa-driver.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -2897,7 +2897,7 @@ struct _snd_pcm_runtime {

<para>
When the pcm supports the pause operation (given in the info
field of the hardware table), the <constant>PAUSE_PUSE</constant>
field of the hardware table), the <constant>PAUSE_PUSH</constant>
and <constant>PAUSE_RELEASE</constant> commands must be
handled here, too. The former is the command to pause the pcm,
and the latter to restart the pcm again.
Expand Down Expand Up @@ -3084,7 +3084,7 @@ struct _snd_pcm_runtime {
<section id="pcm-interface-interrupt-handler-timer">
<title>High frequency timer interrupts</title>
<para>
This happense when the hardware doesn't generate interrupts
This happens when the hardware doesn't generate interrupts
at the period boundary but issues timer interrupts at a fixed
timer rate (e.g. es1968 or ymfpci drivers).
In this case, you need to check the current hardware
Expand Down

0 comments on commit ffcd8bc

Please sign in to comment.