Browse Source

[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>
Takashi Iwai 17 năm trước cách đây
mục cha
commit
85db3848c5
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/sound/asound.h

+ 1 - 1
include/sound/asound.h

@@ -95,7 +95,7 @@ enum {
 	SNDRV_HWDEP_IFACE_HDA,		/* HD-audio */
 	SNDRV_HWDEP_IFACE_HDA,		/* HD-audio */
 
 
 	/* Don't forget to change the following: */
 	/* 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 {
 struct snd_hwdep_info {