summaryrefslogtreecommitdiff
path: root/include/sound
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2009-01-22 17:07:06 +0100
committerTakashi Iwai <tiwai@suse.de>2009-01-22 17:07:06 +0100
commitfea68a235cca3f9921c79ff49f8f03dca0dc9751 (patch)
tree871392df97154335ff56389685bd14891b461804 /include/sound
parent6761c7a4c39c5e818f1ab71a15498d958316da4f (diff)
parenta17ac45a5da76f851faf0b6502f66c1205159469 (diff)
Merge branch 'topic/isa-misc' into for-next
Diffstat (limited to 'include/sound')
-rw-r--r--include/sound/ad1816a.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sound/ad1816a.h b/include/sound/ad1816a.h
index b3aa62ee3c8d..d010858c33c2 100644
--- a/include/sound/ad1816a.h
+++ b/include/sound/ad1816a.h
@@ -169,5 +169,7 @@ extern int snd_ad1816a_create(struct snd_card *card, unsigned long port,
extern int snd_ad1816a_pcm(struct snd_ad1816a *chip, int device, struct snd_pcm **rpcm);
extern int snd_ad1816a_mixer(struct snd_ad1816a *chip);
+extern int snd_ad1816a_timer(struct snd_ad1816a *chip, int device,
+ struct snd_timer **rtimer);
#endif /* __SOUND_AD1816A_H */