Commit caae3a9f authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Add missing USX2Y_PCM hwdep entry

ALSA Core
Added the missing SNDRV_HWDEP_IFACE_USX2Y_PCM definition.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 301f38cc
...@@ -111,9 +111,10 @@ enum sndrv_hwdep_iface { ...@@ -111,9 +111,10 @@ enum sndrv_hwdep_iface {
SNDRV_HWDEP_IFACE_USX2Y, /* Tascam US122, US224 & US428 usb */ SNDRV_HWDEP_IFACE_USX2Y, /* Tascam US122, US224 & US428 usb */
SNDRV_HWDEP_IFACE_EMUX_WAVETABLE, /* EmuX wavetable */ SNDRV_HWDEP_IFACE_EMUX_WAVETABLE, /* EmuX wavetable */
SNDRV_HWDEP_IFACE_BLUETOOTH, /* Bluetooth audio */ SNDRV_HWDEP_IFACE_BLUETOOTH, /* Bluetooth audio */
SNDRV_HWDEP_IFACE_USX2Y_PCM, /* Tascam US122, US224 & US428 rawusb pcm */
/* Don't forget to change the following: */ /* Don't forget to change the following: */
SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_BLUETOOTH, SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_USX2Y_PCM,
}; };
struct sndrv_hwdep_info { struct sndrv_hwdep_info {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment