[ALSA] snd:emu10k1: E-Mu updates. Fixes to firmware loading and support for 0404.
Signed-off-by: James Courtier-Dutton <James@superbug.co.uk> Signed-off-by: Jaroslav Kysela <perex@perex.cz>
This commit is contained in:
committed by
Mercurial server
parent
44893a36ba
commit
190d2c46e5
@@ -1261,7 +1261,7 @@ static int __devinit _snd_emu10k1_audigy_init_efx(struct snd_emu10k1 *emu)
|
||||
A_OP(icode, &ptr, iMAC0, A_GPR(var), A_GPR(var), A_GPR(vol), A_EXTIN(input))
|
||||
|
||||
/* emu1212 DSP 0 and DSP 1 Capture */
|
||||
if (emu->card_capabilities->emu1010) {
|
||||
if (emu->card_capabilities->emu_model) {
|
||||
if (emu->card_capabilities->ca0108_chip) {
|
||||
/* Note:JCD:No longer bit shift lower 16bits to upper 16bits of 32bit value. */
|
||||
A_OP(icode, &ptr, iMACINT0, A_GPR(tmp), A_C_00000000, A3_EMU32IN(0x0), A_C_00000001);
|
||||
@@ -1515,7 +1515,7 @@ A_OP(icode, &ptr, iMAC0, A_GPR(var), A_GPR(var), A_GPR(vol), A_EXTIN(input))
|
||||
|
||||
/* digital outputs */
|
||||
/* A_PUT_STEREO_OUTPUT(A_EXTOUT_FRONT_L, A_EXTOUT_FRONT_R, playback + SND_EMU10K1_PLAYBACK_CHANNELS); */
|
||||
if (emu->card_capabilities->emu1010) {
|
||||
if (emu->card_capabilities->emu_model) {
|
||||
/* EMU1010 Outputs from PCM Front, Rear, Center, LFE, Side */
|
||||
snd_printk("EMU outputs on\n");
|
||||
for (z = 0; z < 8; z++) {
|
||||
@@ -1563,7 +1563,7 @@ A_OP(icode, &ptr, iMAC0, A_GPR(var), A_GPR(var), A_GPR(vol), A_EXTIN(input))
|
||||
A_PUT_OUTPUT(A_EXTOUT_ADC_CAP_R, capture+1);
|
||||
#endif
|
||||
|
||||
if (emu->card_capabilities->emu1010) {
|
||||
if (emu->card_capabilities->emu_model) {
|
||||
if (emu->card_capabilities->ca0108_chip) {
|
||||
snd_printk("EMU2 inputs on\n");
|
||||
for (z = 0; z < 0x10; z++) {
|
||||
|
Reference in New Issue
Block a user