diff options
author | Garnet MacPhee <dhubsith@comcast.net> | 2010-08-21 14:37:34 -0600 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2010-08-23 08:05:46 +0200 |
commit | 23b224d9d42a111ce451e4300304415a0ba5da75 (patch) | |
tree | 0d82f93a9e4f7c789426f09a259c95fc8012f6c9 /sound/pci/ice1712/delta.h | |
parent | bd76af0f87f7a1815b311bde269a3f18305b3169 (diff) | |
download | linux-23b224d9d42a111ce451e4300304415a0ba5da75.tar.bz2 |
ALSA: ice1712: Add support for Edirol DA-2496
This device is similar to the M-Audio Delta 1010LT in that it uses the
AK4524VF ADC/DAC, but it does not use the CS8427 for SPDIF.
The SPDIF appears to be set up correctly, but I am not able to test it
as I do not have any devices that use it.
This patch makes the ADC/DAC's and the hardware mixer visible to apps
such as alsamixer and envy24control.
Signed-off-by: Garnet MacPhee <dhubsith@comcast.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/pci/ice1712/delta.h')
-rw-r--r-- | sound/pci/ice1712/delta.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sound/pci/ice1712/delta.h b/sound/pci/ice1712/delta.h index f7f14df81f26..1a0ac6cd6501 100644 --- a/sound/pci/ice1712/delta.h +++ b/sound/pci/ice1712/delta.h @@ -34,7 +34,8 @@ "{MidiMan M Audio,Delta 410},"\ "{MidiMan M Audio,Audiophile 24/96},"\ "{Digigram,VX442},"\ - "{Lionstracs,Mediastation}," + "{Lionstracs,Mediastation},"\ + "{Edirol,DA2496}," #define ICE1712_SUBDEVICE_DELTA1010 0x121430d6 #define ICE1712_SUBDEVICE_DELTA1010E 0xff1430d6 @@ -47,6 +48,7 @@ #define ICE1712_SUBDEVICE_DELTA1010LT 0x12143bd6 #define ICE1712_SUBDEVICE_VX442 0x12143cd6 #define ICE1712_SUBDEVICE_MEDIASTATION 0x694c0100 +#define ICE1712_SUBDEVICE_EDIROLDA2496 0xce164010 /* entry point */ extern struct snd_ice1712_card_info snd_ice1712_delta_cards[]; |