Skip to content

Commit

Permalink
[ALSA] Update SNDRV_HWDEP_IFACE_LAST
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Takashi Iwai authored and Jaroslav Kysela committed Jan 31, 2008
1 parent 6bab533 commit 85db384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/sound/asound.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 85db384

Please sign in to comment.