aboutsummaryrefslogtreecommitdiffstats
path: root/include/sound/asound.h
diff options
context:
space:
mode:
authorTakashi Iwai <tiwai@suse.de>2007-11-08 09:09:58 +0100
committerJaroslav Kysela <perex@perex.cz>2008-01-31 17:29:20 +0100
commit85db3848c59610c47f64f67677e875abfcff1c3f (patch)
tree02030fe9b1d211e2354288f25ddea3720148be74 /include/sound/asound.h
parent[ALSA] sound/pci: remove line duplications in defines (diff)
downloadlinux-dev-85db3848c59610c47f64f67677e875abfcff1c3f.tar.xz
linux-dev-85db3848c59610c47f64f67677e875abfcff1c3f.zip
[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/asound.h')
-rw-r--r--include/sound/asound.h2
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 {
SNDRV_HWDEP_IFACE_HDA, /* HD-audio */
/* Don't forget to change the following: */
- SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_SB_RC
+ SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_HDA
};
struct snd_hwdep_info {