[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>
This commit is contained in:
parent
6bab53377e
commit
85db3848c5
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue