aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2005-08-03 08:02:47 -0400
committerJaroslav Kysela <perex@suse.cz>2005-08-30 02:43:43 -0400
commit5b8f7f7329289fa3b74ef8cdbaa9d2929787d3e6 (patch)
treea90354362cd044d3ef6b2e272eb73124b973e3f3 /include
parent5549d54992391d81a8cbfbaac45a958876fbc9cb (diff)
[ALSA] ad1816a - Add clockfreq module option
Documentation,AD1816A driver Added clockfreq module option for the card with a different clock frequency than 33kHz. Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include')
-rw-r--r--include/sound/ad1816a.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sound/ad1816a.h b/include/sound/ad1816a.h
index 395978e375cf..ca2e0e4fa937 100644
--- a/include/sound/ad1816a.h
+++ b/include/sound/ad1816a.h
@@ -138,6 +138,7 @@ struct _snd_ad1816a {
138 spinlock_t lock; 138 spinlock_t lock;
139 139
140 unsigned short mode; 140 unsigned short mode;
141 unsigned int clock_freq;
141 142
142 snd_card_t *card; 143 snd_card_t *card;
143 snd_pcm_t *pcm; 144 snd_pcm_t *pcm;