Commit 018e8542 authored by Jaroslav Kysela's avatar Jaroslav Kysela

[ALSA] Add PCXHR hwdep iface type

ALSA Core
Added SNDRV_HWDEP_IFACE_PCXHR for Digigram PCXHR driver.
Signed-off-by: default avatarTakashi Iwai <tiwai@suse.de>
parent 482f8609
......@@ -112,9 +112,10 @@ enum sndrv_hwdep_iface {
SNDRV_HWDEP_IFACE_EMUX_WAVETABLE, /* EmuX wavetable */
SNDRV_HWDEP_IFACE_BLUETOOTH, /* Bluetooth audio */
SNDRV_HWDEP_IFACE_USX2Y_PCM, /* Tascam US122, US224 & US428 rawusb pcm */
SNDRV_HWDEP_IFACE_PCXHR, /* Digigram PCXHR */
/* Don't forget to change the following: */
SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_USX2Y_PCM,
SNDRV_HWDEP_IFACE_LAST = SNDRV_HWDEP_IFACE_PCXHR
};
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