diff options
author | Jochen Voss <voss@seehuhn.de> | 2006-08-08 15:12:44 -0400 |
---|---|---|
committer | Jaroslav Kysela <perex@suse.cz> | 2006-09-23 04:40:18 -0400 |
commit | 683fe1537e660c322c8af953773921e814791193 (patch) | |
tree | fda0252e756a3b276a7cacad778e795c49739006 /include | |
parent | f5a5ffad072ec3c1fd636174c30f0ba52fe0259f (diff) |
[ALSA] Revolution 5.1 - add AK5365 ADC support
Add support for the AK5365 ADC.
Signed-off-by: Jochen Voss <voss@seehuhn.de>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@suse.cz>
Diffstat (limited to 'include')
-rw-r--r-- | include/sound/ak4xxx-adda.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sound/ak4xxx-adda.h b/include/sound/ak4xxx-adda.h index 3d9888492026..65ddfa3cac1f 100644 --- a/include/sound/ak4xxx-adda.h +++ b/include/sound/ak4xxx-adda.h | |||
@@ -53,7 +53,8 @@ struct snd_akm4xxx { | |||
53 | unsigned int idx_offset; /* control index offset */ | 53 | unsigned int idx_offset; /* control index offset */ |
54 | enum { | 54 | enum { |
55 | SND_AK4524, SND_AK4528, SND_AK4529, | 55 | SND_AK4524, SND_AK4528, SND_AK4529, |
56 | SND_AK4355, SND_AK4358, SND_AK4381 | 56 | SND_AK4355, SND_AK4358, SND_AK4381, |
57 | SND_AK5365 | ||
57 | } type; | 58 | } type; |
58 | unsigned int *num_stereo; /* array of combined counts | 59 | unsigned int *num_stereo; /* array of combined counts |
59 | * for the mixer | 60 | * for the mixer |