diff options
author | Takashi Iwai <tiwai@suse.de> | 2007-11-08 03:09:58 -0500 |
---|---|---|
committer | Jaroslav Kysela <perex@perex.cz> | 2008-01-31 11:29:20 -0500 |
commit | 85db3848c59610c47f64f67677e875abfcff1c3f (patch) | |
tree | 02030fe9b1d211e2354288f25ddea3720148be74 /include/sound | |
parent | 6bab53377eecc19d3d66bcbf2ec8d2f8d99abc43 (diff) |
[ALSA] Update SNDRV_HWDEP_IFACE_LAST
Updated the forgotten SNDRV_HWDEP_IFACE_LAST to point the really last member.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
Diffstat (limited to 'include/sound')
-rw-r--r-- | include/sound/asound.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sound/asound.h b/include/sound/asound.h index af9d11d315e9..3ad534149c06 100644 --- a/include/sound/asound.h +++ b/include/sound/asound.h | |||
@@ -95,7 +95,7 @@ enum { | |||
95 | SNDRV_HWDEP_IFACE_HDA, /* HD-audio */ | 95 | SNDRV_HWDEP_IFACE_HDA, /* HD-audio */ |
96 | 96 | ||
97 | /* Don't forget to change the following: */ | 97 | /* Don't forget to change the following: */ |
98 | SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_SB_RC | 98 | SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_HDA |
99 | }; | 99 | }; |
100 | 100 | ||
101 | struct snd_hwdep_info { | 101 | struct snd_hwdep_info { |