mirror of
https://github.com/alsa-project/alsa-lib.git
synced 2025-11-03 09:01:52 -05:00
- updated asound.h and asequencer.h from alsa-kernel.
This commit is contained in:
parent
7716fd1e3d
commit
60035f4fae
2 changed files with 10 additions and 6 deletions
|
|
@ -105,9 +105,10 @@ enum sndrv_hwdep_iface {
|
|||
SNDRV_HWDEP_IFACE_ICS2115, /* Wavetable synth */
|
||||
SNDRV_HWDEP_IFACE_SSCAPE, /* Ensoniq SoundScape ISA card (MC68EC000) */
|
||||
SNDRV_HWDEP_IFACE_VX, /* Digigram VX cards */
|
||||
SNDRV_HWDEP_IFACE_MIXART, /* Digigram miXart cards */
|
||||
|
||||
/* Don't forget to change the following: */
|
||||
SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_VX,
|
||||
SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_MIXART,
|
||||
};
|
||||
|
||||
struct sndrv_hwdep_info {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue