From 30e703d2adc88a0fb9af6b8785e171a43a7c3262 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Tue, 29 Jan 2013 12:56:27 +0100 Subject: [PATCH] --- yaml --- r: 353225 b: refs/heads/master c: 04044b819b21826f11f32e11aba54def635d8457 h: refs/heads/master i: 353223: d600a6059ea578192e42269c388e19b3da7ebdca v: v3 --- [refs] | 2 +- trunk/Documentation/DocBook/writing-an-alsa-driver.tmpl | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 37ea2ccad013..824e6d435ffd 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 019d80db5727707faa2108fcd4fbbfac9defb3a6 +refs/heads/master: 04044b819b21826f11f32e11aba54def635d8457 diff --git a/trunk/Documentation/DocBook/writing-an-alsa-driver.tmpl b/trunk/Documentation/DocBook/writing-an-alsa-driver.tmpl index fb32aead5a0b..da2f443ab8ec 100644 --- a/trunk/Documentation/DocBook/writing-an-alsa-driver.tmpl +++ b/trunk/Documentation/DocBook/writing-an-alsa-driver.tmpl @@ -871,9 +871,8 @@ This function itself doesn't allocate the data space. The data must be allocated manually beforehand, and its pointer is passed - as the argument. This pointer is used as the - (chip identifier in the above example) - for the instance. + as the argument. This pointer (chip in the + above example) is used as the identifier for the instance. @@ -2304,7 +2303,7 @@ struct _snd_pcm_runtime { SNDRV_PCM_INFO_XXX. Here, at least, you have to specify whether the mmap is supported and which interleaved format is supported. - When the is supported, add the + When the hardware supports mmap, add the SNDRV_PCM_INFO_MMAP flag here. When the hardware supports the interleaved or the non-interleaved formats, SNDRV_PCM_INFO_INTERLEAVED or