diff options
| author | Jeff Garzik <jgarzik@pobox.com> | 2005-10-06 05:51:07 -0400 |
|---|---|---|
| committer | Jeff Garzik <jgarzik@pobox.com> | 2005-10-06 05:51:07 -0400 |
| commit | 012e060c95e547eceea4a12c6f58592473bf4011 (patch) | |
| tree | b57d3eafb50ce517577d2cf366c9ef0b4b286589 /include/sound/pcm_oss.h | |
| parent | 923f122573851d18a3832ca808269fa2d5046fb1 (diff) | |
| parent | ed39f731ab2e77e58122232f6e27333331d7793d (diff) | |
Merge branch 'master'
Diffstat (limited to 'include/sound/pcm_oss.h')
| -rw-r--r-- | include/sound/pcm_oss.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/pcm_oss.h b/include/sound/pcm_oss.h index 518728536bc6..0b67c9d105af 100644 --- a/include/sound/pcm_oss.h +++ b/include/sound/pcm_oss.h | |||
| @@ -32,7 +32,8 @@ struct _snd_pcm_oss_setup { | |||
| 32 | block:1, | 32 | block:1, |
| 33 | nonblock:1, | 33 | nonblock:1, |
| 34 | partialfrag:1, | 34 | partialfrag:1, |
| 35 | nosilence:1; | 35 | nosilence:1, |
| 36 | buggyptr:1; | ||
| 36 | unsigned int periods; | 37 | unsigned int periods; |
| 37 | unsigned int period_size; | 38 | unsigned int period_size; |
| 38 | snd_pcm_oss_setup_t *next; | 39 | snd_pcm_oss_setup_t *next; |
