diff options
author | Takashi Iwai <tiwai@suse.de> | 2005-10-14 11:17:02 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2005-11-04 07:18:51 -0500 |
commit | 063859c854fcb42a04eec4e20c71885dc121edce (patch) | |
tree | e7d37f6c60986cbd8b7e86dd4d7d450d5b72b26b /Documentation/sound | |
parent | 6b172a853814fe52fb4d5942e660943cb9e6df37 (diff) |
[ALSA] Remove obsolete chip_t
Modules: Documentation,MIPS AU1x00 driver,PPC Beep,SPARC DBRI driver
Removed the use of chip_t, which was obsoleted.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'Documentation/sound')
-rw-r--r-- | Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl b/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl index 05ae29ac898c..260334c98d95 100644 --- a/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl +++ b/Documentation/sound/alsa/DocBook/writing-an-alsa-driver.tmpl | |||
@@ -3693,8 +3693,7 @@ struct _snd_pcm_runtime { | |||
3693 | <para> | 3693 | <para> |
3694 | Here, the chip instance is retrieved via | 3694 | Here, the chip instance is retrieved via |
3695 | <function>snd_kcontrol_chip()</function> macro. This macro | 3695 | <function>snd_kcontrol_chip()</function> macro. This macro |
3696 | converts from kcontrol->private_data to the type defined by | 3696 | just accesses to kcontrol->private_data. The |
3697 | <type>chip_t</type>. The | ||
3698 | kcontrol->private_data field is | 3697 | kcontrol->private_data field is |
3699 | given as the argument of <function>snd_ctl_new()</function> | 3698 | given as the argument of <function>snd_ctl_new()</function> |
3700 | (see the later subsection | 3699 | (see the later subsection |