12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589 |
- /*
- * Copyright (c) by Jaroslav Kysela <perex@suse.cz>,
- * Takashi Iwai <tiwai@suse.de>
- * Creative Labs, Inc.
- * Routines for control of EMU10K1 chips / mixer routines
- * Multichannel PCM support Copyright (c) Lee Revell <rlrevell@joe-job.com>
- *
- * Copyright (c) by James Courtier-Dutton <James@superbug.co.uk>
- * Added EMU 1010 support.
- *
- * BUGS:
- * --
- *
- * TODO:
- * --
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- */
- #include <sound/driver.h>
- #include <linux/time.h>
- #include <linux/init.h>
- #include <sound/core.h>
- #include <sound/emu10k1.h>
- #include <linux/delay.h>
- #define AC97_ID_STAC9758 0x83847658
- static int snd_emu10k1_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
- {
- uinfo->type = SNDRV_CTL_ELEM_TYPE_IEC958;
- uinfo->count = 1;
- return 0;
- }
- static int snd_emu10k1_spdif_get(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
- unsigned long flags;
- spin_lock_irqsave(&emu->reg_lock, flags);
- ucontrol->value.iec958.status[0] = (emu->spdif_bits[idx] >> 0) & 0xff;
- ucontrol->value.iec958.status[1] = (emu->spdif_bits[idx] >> 8) & 0xff;
- ucontrol->value.iec958.status[2] = (emu->spdif_bits[idx] >> 16) & 0xff;
- ucontrol->value.iec958.status[3] = (emu->spdif_bits[idx] >> 24) & 0xff;
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return 0;
- }
- static int snd_emu10k1_spdif_get_mask(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- ucontrol->value.iec958.status[0] = 0xff;
- ucontrol->value.iec958.status[1] = 0xff;
- ucontrol->value.iec958.status[2] = 0xff;
- ucontrol->value.iec958.status[3] = 0xff;
- return 0;
- }
- static char *emu1010_src_texts[] = {
- "Silence",
- "Dock Mic A",
- "Dock Mic B",
- "Dock ADC1 Left",
- "Dock ADC1 Right",
- "Dock ADC2 Left",
- "Dock ADC2 Right",
- "Dock ADC3 Left",
- "Dock ADC3 Right",
- "0202 ADC Left",
- "0202 ADC Right",
- "0202 SPDIF Left",
- "0202 SPDIF Right",
- "ADAT 0",
- "ADAT 1",
- "ADAT 2",
- "ADAT 3",
- "ADAT 4",
- "ADAT 5",
- "ADAT 6",
- "ADAT 7",
- "DSP 0",
- "DSP 1",
- "DSP 2",
- "DSP 3",
- "DSP 4",
- "DSP 5",
- "DSP 6",
- "DSP 7",
- "DSP 8",
- "DSP 9",
- "DSP 10",
- "DSP 11",
- "DSP 12",
- "DSP 13",
- "DSP 14",
- "DSP 15",
- "DSP 16",
- "DSP 17",
- "DSP 18",
- "DSP 19",
- "DSP 20",
- "DSP 21",
- "DSP 22",
- "DSP 23",
- "DSP 24",
- "DSP 25",
- "DSP 26",
- "DSP 27",
- "DSP 28",
- "DSP 29",
- "DSP 30",
- "DSP 31",
- };
- static unsigned int emu1010_src_regs[] = {
- EMU_SRC_SILENCE,/* 0 */
- EMU_SRC_DOCK_MIC_A1, /* 1 */
- EMU_SRC_DOCK_MIC_B1, /* 2 */
- EMU_SRC_DOCK_ADC1_LEFT1, /* 3 */
- EMU_SRC_DOCK_ADC1_RIGHT1, /* 4 */
- EMU_SRC_DOCK_ADC2_LEFT1, /* 5 */
- EMU_SRC_DOCK_ADC2_RIGHT1, /* 6 */
- EMU_SRC_DOCK_ADC3_LEFT1, /* 7 */
- EMU_SRC_DOCK_ADC3_RIGHT1, /* 8 */
- EMU_SRC_HAMOA_ADC_LEFT1, /* 9 */
- EMU_SRC_HAMOA_ADC_RIGHT1, /* 10 */
- EMU_SRC_HANA_SPDIF_LEFT1, /* 11 */
- EMU_SRC_HANA_SPDIF_RIGHT1, /* 12 */
- EMU_SRC_HANA_ADAT, /* 13 */
- EMU_SRC_HANA_ADAT+1, /* 14 */
- EMU_SRC_HANA_ADAT+2, /* 15 */
- EMU_SRC_HANA_ADAT+3, /* 16 */
- EMU_SRC_HANA_ADAT+4, /* 17 */
- EMU_SRC_HANA_ADAT+5, /* 18 */
- EMU_SRC_HANA_ADAT+6, /* 19 */
- EMU_SRC_HANA_ADAT+7, /* 20 */
- EMU_SRC_ALICE_EMU32A, /* 21 */
- EMU_SRC_ALICE_EMU32A+1, /* 22 */
- EMU_SRC_ALICE_EMU32A+2, /* 23 */
- EMU_SRC_ALICE_EMU32A+3, /* 24 */
- EMU_SRC_ALICE_EMU32A+4, /* 25 */
- EMU_SRC_ALICE_EMU32A+5, /* 26 */
- EMU_SRC_ALICE_EMU32A+6, /* 27 */
- EMU_SRC_ALICE_EMU32A+7, /* 28 */
- EMU_SRC_ALICE_EMU32A+8, /* 29 */
- EMU_SRC_ALICE_EMU32A+9, /* 30 */
- EMU_SRC_ALICE_EMU32A+0xa, /* 31 */
- EMU_SRC_ALICE_EMU32A+0xb, /* 32 */
- EMU_SRC_ALICE_EMU32A+0xc, /* 33 */
- EMU_SRC_ALICE_EMU32A+0xd, /* 34 */
- EMU_SRC_ALICE_EMU32A+0xe, /* 35 */
- EMU_SRC_ALICE_EMU32A+0xf, /* 36 */
- EMU_SRC_ALICE_EMU32B, /* 37 */
- EMU_SRC_ALICE_EMU32B+1, /* 38 */
- EMU_SRC_ALICE_EMU32B+2, /* 39 */
- EMU_SRC_ALICE_EMU32B+3, /* 40 */
- EMU_SRC_ALICE_EMU32B+4, /* 41 */
- EMU_SRC_ALICE_EMU32B+5, /* 42 */
- EMU_SRC_ALICE_EMU32B+6, /* 43 */
- EMU_SRC_ALICE_EMU32B+7, /* 44 */
- EMU_SRC_ALICE_EMU32B+8, /* 45 */
- EMU_SRC_ALICE_EMU32B+9, /* 46 */
- EMU_SRC_ALICE_EMU32B+0xa, /* 47 */
- EMU_SRC_ALICE_EMU32B+0xb, /* 48 */
- EMU_SRC_ALICE_EMU32B+0xc, /* 49 */
- EMU_SRC_ALICE_EMU32B+0xd, /* 50 */
- EMU_SRC_ALICE_EMU32B+0xe, /* 51 */
- EMU_SRC_ALICE_EMU32B+0xf, /* 52 */
- };
- static unsigned int emu1010_output_dst[] = {
- EMU_DST_DOCK_DAC1_LEFT1, /* 0 */
- EMU_DST_DOCK_DAC1_RIGHT1, /* 1 */
- EMU_DST_DOCK_DAC2_LEFT1, /* 2 */
- EMU_DST_DOCK_DAC2_RIGHT1, /* 3 */
- EMU_DST_DOCK_DAC3_LEFT1, /* 4 */
- EMU_DST_DOCK_DAC3_RIGHT1, /* 5 */
- EMU_DST_DOCK_DAC4_LEFT1, /* 6 */
- EMU_DST_DOCK_DAC4_RIGHT1, /* 7 */
- EMU_DST_DOCK_PHONES_LEFT1, /* 8 */
- EMU_DST_DOCK_PHONES_RIGHT1, /* 9 */
- EMU_DST_DOCK_SPDIF_LEFT1, /* 10 */
- EMU_DST_DOCK_SPDIF_RIGHT1, /* 11 */
- EMU_DST_HANA_SPDIF_LEFT1, /* 12 */
- EMU_DST_HANA_SPDIF_RIGHT1, /* 13 */
- EMU_DST_HAMOA_DAC_LEFT1, /* 14 */
- EMU_DST_HAMOA_DAC_RIGHT1, /* 15 */
- EMU_DST_HANA_ADAT, /* 16 */
- EMU_DST_HANA_ADAT+1, /* 17 */
- EMU_DST_HANA_ADAT+2, /* 18 */
- EMU_DST_HANA_ADAT+3, /* 19 */
- EMU_DST_HANA_ADAT+4, /* 20 */
- EMU_DST_HANA_ADAT+5, /* 21 */
- EMU_DST_HANA_ADAT+6, /* 22 */
- EMU_DST_HANA_ADAT+7, /* 23 */
- };
- static unsigned int emu1010_input_dst[] = {
- EMU_DST_ALICE2_EMU32_0,
- EMU_DST_ALICE2_EMU32_1,
- EMU_DST_ALICE2_EMU32_2,
- EMU_DST_ALICE2_EMU32_3,
- EMU_DST_ALICE2_EMU32_4,
- EMU_DST_ALICE2_EMU32_5,
- EMU_DST_ALICE2_EMU32_6,
- EMU_DST_ALICE2_EMU32_7,
- EMU_DST_ALICE2_EMU32_8,
- EMU_DST_ALICE2_EMU32_9,
- EMU_DST_ALICE2_EMU32_A,
- EMU_DST_ALICE2_EMU32_B,
- EMU_DST_ALICE2_EMU32_C,
- EMU_DST_ALICE2_EMU32_D,
- EMU_DST_ALICE2_EMU32_E,
- EMU_DST_ALICE2_EMU32_F,
- EMU_DST_ALICE_I2S0_LEFT,
- EMU_DST_ALICE_I2S0_RIGHT,
- EMU_DST_ALICE_I2S1_LEFT,
- EMU_DST_ALICE_I2S1_RIGHT,
- EMU_DST_ALICE_I2S2_LEFT,
- EMU_DST_ALICE_I2S2_RIGHT,
- };
- static int snd_emu1010_input_output_source_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
- {
- uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
- uinfo->count = 1;
- uinfo->value.enumerated.items = 53;
- if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
- uinfo->value.enumerated.item = uinfo->value.enumerated.items - 1;
- strcpy(uinfo->value.enumerated.name, emu1010_src_texts[uinfo->value.enumerated.item]);
- return 0;
- }
- static int snd_emu1010_output_source_get(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- int channel;
- channel = (kcontrol->private_value) & 0xff;
- ucontrol->value.enumerated.item[0] = emu->emu1010.output_source[channel];
- return 0;
- }
- static int snd_emu1010_output_source_put(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- int change = 0;
- unsigned int val;
- int channel;
- channel = (kcontrol->private_value) & 0xff;
- if (emu->emu1010.output_source[channel] != ucontrol->value.enumerated.item[0]) {
- val = emu->emu1010.output_source[channel] = ucontrol->value.enumerated.item[0];
- change = 1;
- snd_emu1010_fpga_link_dst_src_write(emu,
- emu1010_output_dst[channel], emu1010_src_regs[val]);
- }
- return change;
- }
- static int snd_emu1010_input_source_get(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- int channel;
- channel = (kcontrol->private_value) & 0xff;
- ucontrol->value.enumerated.item[0] = emu->emu1010.input_source[channel];
- return 0;
- }
- static int snd_emu1010_input_source_put(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- int change = 0;
- unsigned int val;
- int channel;
- channel = (kcontrol->private_value) & 0xff;
- if (emu->emu1010.input_source[channel] != ucontrol->value.enumerated.item[0]) {
- val = emu->emu1010.input_source[channel] = ucontrol->value.enumerated.item[0];
- change = 1;
- snd_emu1010_fpga_link_dst_src_write(emu,
- emu1010_input_dst[channel], emu1010_src_regs[val]);
- }
- return change;
- }
- #define EMU1010_SOURCE_OUTPUT(xname,chid) \
- { \
- .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
- .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \
- .info = snd_emu1010_input_output_source_info, \
- .get = snd_emu1010_output_source_get, \
- .put = snd_emu1010_output_source_put, \
- .private_value = chid \
- }
- static struct snd_kcontrol_new snd_emu1010_output_enum_ctls[] __devinitdata = {
- EMU1010_SOURCE_OUTPUT("Dock DAC1 Left Playback Enum", 0),
- EMU1010_SOURCE_OUTPUT("Dock DAC1 Right Playback Enum", 1),
- EMU1010_SOURCE_OUTPUT("Dock DAC2 Left Playback Enum", 2),
- EMU1010_SOURCE_OUTPUT("Dock DAC2 Right Playback Enum", 3),
- EMU1010_SOURCE_OUTPUT("Dock DAC3 Left Playback Enum", 4),
- EMU1010_SOURCE_OUTPUT("Dock DAC3 Right Playback Enum", 5),
- EMU1010_SOURCE_OUTPUT("Dock DAC4 Left Playback Enum", 6),
- EMU1010_SOURCE_OUTPUT("Dock DAC4 Right Playback Enum", 7),
- EMU1010_SOURCE_OUTPUT("Dock Phones Left Playback Enum", 8),
- EMU1010_SOURCE_OUTPUT("Dock Phones Right Playback Enum", 9),
- EMU1010_SOURCE_OUTPUT("Dock SPDIF Left Playback Enum", 0xa),
- EMU1010_SOURCE_OUTPUT("Dock SPDIF Right Playback Enum", 0xb),
- EMU1010_SOURCE_OUTPUT("1010 SPDIF Left Playback Enum", 0xc),
- EMU1010_SOURCE_OUTPUT("1010 SPDIF Right Playback Enum", 0xd),
- EMU1010_SOURCE_OUTPUT("0202 DAC Left Playback Enum", 0xe),
- EMU1010_SOURCE_OUTPUT("0202 DAC Right Playback Enum", 0xf),
- EMU1010_SOURCE_OUTPUT("1010 ADAT 0 Playback Enum", 0x10),
- EMU1010_SOURCE_OUTPUT("1010 ADAT 1 Playback Enum", 0x11),
- EMU1010_SOURCE_OUTPUT("1010 ADAT 2 Playback Enum", 0x12),
- EMU1010_SOURCE_OUTPUT("1010 ADAT 3 Playback Enum", 0x13),
- EMU1010_SOURCE_OUTPUT("1010 ADAT 4 Playback Enum", 0x14),
- EMU1010_SOURCE_OUTPUT("1010 ADAT 5 Playback Enum", 0x15),
- EMU1010_SOURCE_OUTPUT("1010 ADAT 6 Playback Enum", 0x16),
- EMU1010_SOURCE_OUTPUT("1010 ADAT 7 Playback Enum", 0x17),
- };
- #define EMU1010_SOURCE_INPUT(xname,chid) \
- { \
- .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
- .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \
- .info = snd_emu1010_input_output_source_info, \
- .get = snd_emu1010_input_source_get, \
- .put = snd_emu1010_input_source_put, \
- .private_value = chid \
- }
- static struct snd_kcontrol_new snd_emu1010_input_enum_ctls[] __devinitdata = {
- EMU1010_SOURCE_INPUT("DSP 0 Capture Enum", 0),
- EMU1010_SOURCE_INPUT("DSP 1 Capture Enum", 1),
- EMU1010_SOURCE_INPUT("DSP 2 Capture Enum", 2),
- EMU1010_SOURCE_INPUT("DSP 3 Capture Enum", 3),
- EMU1010_SOURCE_INPUT("DSP 4 Capture Enum", 4),
- EMU1010_SOURCE_INPUT("DSP 5 Capture Enum", 5),
- EMU1010_SOURCE_INPUT("DSP 6 Capture Enum", 6),
- EMU1010_SOURCE_INPUT("DSP 7 Capture Enum", 7),
- EMU1010_SOURCE_INPUT("DSP 8 Capture Enum", 8),
- EMU1010_SOURCE_INPUT("DSP 9 Capture Enum", 9),
- EMU1010_SOURCE_INPUT("DSP A Capture Enum", 0xa),
- EMU1010_SOURCE_INPUT("DSP B Capture Enum", 0xb),
- EMU1010_SOURCE_INPUT("DSP C Capture Enum", 0xc),
- EMU1010_SOURCE_INPUT("DSP D Capture Enum", 0xd),
- EMU1010_SOURCE_INPUT("DSP E Capture Enum", 0xe),
- EMU1010_SOURCE_INPUT("DSP F Capture Enum", 0xf),
- EMU1010_SOURCE_INPUT("DSP 10 Capture Enum", 0x10),
- EMU1010_SOURCE_INPUT("DSP 11 Capture Enum", 0x11),
- EMU1010_SOURCE_INPUT("DSP 12 Capture Enum", 0x12),
- EMU1010_SOURCE_INPUT("DSP 13 Capture Enum", 0x13),
- EMU1010_SOURCE_INPUT("DSP 14 Capture Enum", 0x14),
- EMU1010_SOURCE_INPUT("DSP 15 Capture Enum", 0x15),
- };
- static int snd_emu1010_adc_pads_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
- {
- uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
- uinfo->count = 1;
- uinfo->value.integer.min = 0;
- uinfo->value.integer.max = 1;
- return 0;
- }
- static int snd_emu1010_adc_pads_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- unsigned int mask = kcontrol->private_value & 0xff;
- ucontrol->value.integer.value[0] = (emu->emu1010.adc_pads & mask) ? 1 : 0;
- return 0;
- }
- static int snd_emu1010_adc_pads_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- unsigned int mask = kcontrol->private_value & 0xff;
- unsigned int val, cache;
- val = ucontrol->value.integer.value[0];
- cache = emu->emu1010.adc_pads;
- if (val == 1)
- cache = cache | mask;
- else
- cache = cache & ~mask;
- if (cache != emu->emu1010.adc_pads) {
- snd_emu1010_fpga_write(emu, EMU_HANA_ADC_PADS, cache );
- emu->emu1010.adc_pads = cache;
- }
- return 0;
- }
- #define EMU1010_ADC_PADS(xname,chid) \
- { \
- .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
- .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \
- .info = snd_emu1010_adc_pads_info, \
- .get = snd_emu1010_adc_pads_get, \
- .put = snd_emu1010_adc_pads_put, \
- .private_value = chid \
- }
- static struct snd_kcontrol_new snd_emu1010_adc_pads[] __devinitdata = {
- EMU1010_ADC_PADS("ADC1 14dB PAD Audio Dock Capture Switch", EMU_HANA_DOCK_ADC_PAD1),
- EMU1010_ADC_PADS("ADC2 14dB PAD Audio Dock Capture Switch", EMU_HANA_DOCK_ADC_PAD2),
- EMU1010_ADC_PADS("ADC3 14dB PAD Audio Dock Capture Switch", EMU_HANA_DOCK_ADC_PAD3),
- EMU1010_ADC_PADS("ADC1 14dB PAD 0202 Capture Switch", EMU_HANA_0202_ADC_PAD1),
- };
- static int snd_emu1010_dac_pads_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
- {
- uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
- uinfo->count = 1;
- uinfo->value.integer.min = 0;
- uinfo->value.integer.max = 1;
- return 0;
- }
- static int snd_emu1010_dac_pads_get(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- unsigned int mask = kcontrol->private_value & 0xff;
- ucontrol->value.integer.value[0] = (emu->emu1010.dac_pads & mask) ? 1 : 0;
- return 0;
- }
- static int snd_emu1010_dac_pads_put(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- unsigned int mask = kcontrol->private_value & 0xff;
- unsigned int val, cache;
- val = ucontrol->value.integer.value[0];
- cache = emu->emu1010.dac_pads;
- if (val == 1)
- cache = cache | mask;
- else
- cache = cache & ~mask;
- if (cache != emu->emu1010.dac_pads) {
- snd_emu1010_fpga_write(emu, EMU_HANA_DAC_PADS, cache );
- emu->emu1010.dac_pads = cache;
- }
- return 0;
- }
- #define EMU1010_DAC_PADS(xname,chid) \
- { \
- .iface = SNDRV_CTL_ELEM_IFACE_MIXER, .name = xname, \
- .access = SNDRV_CTL_ELEM_ACCESS_READWRITE, \
- .info = snd_emu1010_dac_pads_info, \
- .get = snd_emu1010_dac_pads_get, \
- .put = snd_emu1010_dac_pads_put, \
- .private_value = chid \
- }
- static struct snd_kcontrol_new snd_emu1010_dac_pads[] __devinitdata = {
- EMU1010_DAC_PADS("DAC1 Audio Dock 14dB PAD Playback Switch", EMU_HANA_DOCK_DAC_PAD1),
- EMU1010_DAC_PADS("DAC2 Audio Dock 14dB PAD Playback Switch", EMU_HANA_DOCK_DAC_PAD2),
- EMU1010_DAC_PADS("DAC3 Audio Dock 14dB PAD Playback Switch", EMU_HANA_DOCK_DAC_PAD3),
- EMU1010_DAC_PADS("DAC4 Audio Dock 14dB PAD Playback Switch", EMU_HANA_DOCK_DAC_PAD4),
- EMU1010_DAC_PADS("DAC1 0202 14dB PAD Playback Switch", EMU_HANA_0202_DAC_PAD1),
- };
- static int snd_emu1010_internal_clock_info(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_info *uinfo)
- {
- static char *texts[2] = {
- "44100", "48000"
- };
- uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
- uinfo->count = 1;
- uinfo->value.enumerated.items = 2;
- if (uinfo->value.enumerated.item > 1)
- uinfo->value.enumerated.item = 1;
- strcpy(uinfo->value.enumerated.name, texts[uinfo->value.enumerated.item]);
- return 0;
- }
- static int snd_emu1010_internal_clock_get(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- ucontrol->value.enumerated.item[0] = emu->emu1010.internal_clock;
- return 0;
- }
- static int snd_emu1010_internal_clock_put(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- unsigned int val;
- int change = 0;
- val = ucontrol->value.enumerated.item[0] ;
- change = (emu->emu1010.internal_clock != val);
- if (change) {
- emu->emu1010.internal_clock = val;
- switch (val) {
- case 0:
- /* 44100 */
- /* Mute all */
- snd_emu1010_fpga_write(emu, EMU_HANA_UNMUTE, EMU_MUTE );
- /* Default fallback clock 48kHz */
- snd_emu1010_fpga_write(emu, EMU_HANA_DEFCLOCK, EMU_HANA_DEFCLOCK_44_1K );
- /* Word Clock source, Internal 44.1kHz x1 */
- snd_emu1010_fpga_write(emu, EMU_HANA_WCLOCK,
- EMU_HANA_WCLOCK_INT_44_1K | EMU_HANA_WCLOCK_1X );
- /* Set LEDs on Audio Dock */
- snd_emu1010_fpga_write(emu, EMU_HANA_DOCK_LEDS_2,
- EMU_HANA_DOCK_LEDS_2_44K | EMU_HANA_DOCK_LEDS_2_LOCK );
- /* Allow DLL to settle */
- msleep(10);
- /* Unmute all */
- snd_emu1010_fpga_write(emu, EMU_HANA_UNMUTE, EMU_UNMUTE );
- break;
- case 1:
- /* 48000 */
- /* Mute all */
- snd_emu1010_fpga_write(emu, EMU_HANA_UNMUTE, EMU_MUTE );
- /* Default fallback clock 48kHz */
- snd_emu1010_fpga_write(emu, EMU_HANA_DEFCLOCK, EMU_HANA_DEFCLOCK_48K );
- /* Word Clock source, Internal 48kHz x1 */
- snd_emu1010_fpga_write(emu, EMU_HANA_WCLOCK,
- EMU_HANA_WCLOCK_INT_48K | EMU_HANA_WCLOCK_1X );
- /* Set LEDs on Audio Dock */
- snd_emu1010_fpga_write(emu, EMU_HANA_DOCK_LEDS_2,
- EMU_HANA_DOCK_LEDS_2_48K | EMU_HANA_DOCK_LEDS_2_LOCK );
- /* Allow DLL to settle */
- msleep(10);
- /* Unmute all */
- snd_emu1010_fpga_write(emu, EMU_HANA_UNMUTE, EMU_UNMUTE );
- break;
- }
- }
- return change;
- }
- static struct snd_kcontrol_new snd_emu1010_internal_clock =
- {
- .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
- .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
- .name = "Clock Internal Rate",
- .count = 1,
- .info = snd_emu1010_internal_clock_info,
- .get = snd_emu1010_internal_clock_get,
- .put = snd_emu1010_internal_clock_put
- };
- #if 0
- static int snd_audigy_spdif_output_rate_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
- {
- static char *texts[] = {"44100", "48000", "96000"};
- uinfo->type = SNDRV_CTL_ELEM_TYPE_ENUMERATED;
- uinfo->count = 1;
- uinfo->value.enumerated.items = 3;
- if (uinfo->value.enumerated.item >= uinfo->value.enumerated.items)
- uinfo->value.enumerated.item = uinfo->value.enumerated.items - 1;
- strcpy(uinfo->value.enumerated.name, texts[uinfo->value.enumerated.item]);
- return 0;
- }
- static int snd_audigy_spdif_output_rate_get(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- unsigned int tmp;
- unsigned long flags;
-
- spin_lock_irqsave(&emu->reg_lock, flags);
- tmp = snd_emu10k1_ptr_read(emu, A_SPDIF_SAMPLERATE, 0);
- switch (tmp & A_SPDIF_RATE_MASK) {
- case A_SPDIF_44100:
- ucontrol->value.enumerated.item[0] = 0;
- break;
- case A_SPDIF_48000:
- ucontrol->value.enumerated.item[0] = 1;
- break;
- case A_SPDIF_96000:
- ucontrol->value.enumerated.item[0] = 2;
- break;
- default:
- ucontrol->value.enumerated.item[0] = 1;
- }
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return 0;
- }
- static int snd_audigy_spdif_output_rate_put(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- int change;
- unsigned int reg, val, tmp;
- unsigned long flags;
- switch(ucontrol->value.enumerated.item[0]) {
- case 0:
- val = A_SPDIF_44100;
- break;
- case 1:
- val = A_SPDIF_48000;
- break;
- case 2:
- val = A_SPDIF_96000;
- break;
- default:
- val = A_SPDIF_48000;
- break;
- }
-
- spin_lock_irqsave(&emu->reg_lock, flags);
- reg = snd_emu10k1_ptr_read(emu, A_SPDIF_SAMPLERATE, 0);
- tmp = reg & ~A_SPDIF_RATE_MASK;
- tmp |= val;
- if ((change = (tmp != reg)))
- snd_emu10k1_ptr_write(emu, A_SPDIF_SAMPLERATE, 0, tmp);
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return change;
- }
- static struct snd_kcontrol_new snd_audigy_spdif_output_rate =
- {
- .access = SNDRV_CTL_ELEM_ACCESS_READWRITE,
- .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
- .name = "Audigy SPDIF Output Sample Rate",
- .count = 1,
- .info = snd_audigy_spdif_output_rate_info,
- .get = snd_audigy_spdif_output_rate_get,
- .put = snd_audigy_spdif_output_rate_put
- };
- #endif
- static int snd_emu10k1_spdif_put(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- unsigned int idx = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
- int change;
- unsigned int val;
- unsigned long flags;
- val = (ucontrol->value.iec958.status[0] << 0) |
- (ucontrol->value.iec958.status[1] << 8) |
- (ucontrol->value.iec958.status[2] << 16) |
- (ucontrol->value.iec958.status[3] << 24);
- spin_lock_irqsave(&emu->reg_lock, flags);
- change = val != emu->spdif_bits[idx];
- if (change) {
- snd_emu10k1_ptr_write(emu, SPCS0 + idx, 0, val);
- emu->spdif_bits[idx] = val;
- }
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return change;
- }
- static struct snd_kcontrol_new snd_emu10k1_spdif_mask_control =
- {
- .access = SNDRV_CTL_ELEM_ACCESS_READ,
- .iface = SNDRV_CTL_ELEM_IFACE_PCM,
- .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,MASK),
- .count = 4,
- .info = snd_emu10k1_spdif_info,
- .get = snd_emu10k1_spdif_get_mask
- };
- static struct snd_kcontrol_new snd_emu10k1_spdif_control =
- {
- .iface = SNDRV_CTL_ELEM_IFACE_PCM,
- .name = SNDRV_CTL_NAME_IEC958("",PLAYBACK,DEFAULT),
- .count = 4,
- .info = snd_emu10k1_spdif_info,
- .get = snd_emu10k1_spdif_get,
- .put = snd_emu10k1_spdif_put
- };
- static void update_emu10k1_fxrt(struct snd_emu10k1 *emu, int voice, unsigned char *route)
- {
- if (emu->audigy) {
- snd_emu10k1_ptr_write(emu, A_FXRT1, voice,
- snd_emu10k1_compose_audigy_fxrt1(route));
- snd_emu10k1_ptr_write(emu, A_FXRT2, voice,
- snd_emu10k1_compose_audigy_fxrt2(route));
- } else {
- snd_emu10k1_ptr_write(emu, FXRT, voice,
- snd_emu10k1_compose_send_routing(route));
- }
- }
- static void update_emu10k1_send_volume(struct snd_emu10k1 *emu, int voice, unsigned char *volume)
- {
- snd_emu10k1_ptr_write(emu, PTRX_FXSENDAMOUNT_A, voice, volume[0]);
- snd_emu10k1_ptr_write(emu, PTRX_FXSENDAMOUNT_B, voice, volume[1]);
- snd_emu10k1_ptr_write(emu, PSST_FXSENDAMOUNT_C, voice, volume[2]);
- snd_emu10k1_ptr_write(emu, DSL_FXSENDAMOUNT_D, voice, volume[3]);
- if (emu->audigy) {
- unsigned int val = ((unsigned int)volume[4] << 24) |
- ((unsigned int)volume[5] << 16) |
- ((unsigned int)volume[6] << 8) |
- (unsigned int)volume[7];
- snd_emu10k1_ptr_write(emu, A_SENDAMOUNTS, voice, val);
- }
- }
- /* PCM stream controls */
- static int snd_emu10k1_send_routing_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
- uinfo->count = emu->audigy ? 3*8 : 3*4;
- uinfo->value.integer.min = 0;
- uinfo->value.integer.max = emu->audigy ? 0x3f : 0x0f;
- return 0;
- }
- static int snd_emu10k1_send_routing_get(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- unsigned long flags;
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- struct snd_emu10k1_pcm_mixer *mix =
- &emu->pcm_mixer[snd_ctl_get_ioffidx(kcontrol, &ucontrol->id)];
- int voice, idx;
- int num_efx = emu->audigy ? 8 : 4;
- int mask = emu->audigy ? 0x3f : 0x0f;
- spin_lock_irqsave(&emu->reg_lock, flags);
- for (voice = 0; voice < 3; voice++)
- for (idx = 0; idx < num_efx; idx++)
- ucontrol->value.integer.value[(voice * num_efx) + idx] =
- mix->send_routing[voice][idx] & mask;
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return 0;
- }
- static int snd_emu10k1_send_routing_put(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- unsigned long flags;
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- struct snd_emu10k1_pcm_mixer *mix =
- &emu->pcm_mixer[snd_ctl_get_ioffidx(kcontrol, &ucontrol->id)];
- int change = 0, voice, idx, val;
- int num_efx = emu->audigy ? 8 : 4;
- int mask = emu->audigy ? 0x3f : 0x0f;
- spin_lock_irqsave(&emu->reg_lock, flags);
- for (voice = 0; voice < 3; voice++)
- for (idx = 0; idx < num_efx; idx++) {
- val = ucontrol->value.integer.value[(voice * num_efx) + idx] & mask;
- if (mix->send_routing[voice][idx] != val) {
- mix->send_routing[voice][idx] = val;
- change = 1;
- }
- }
- if (change && mix->epcm) {
- if (mix->epcm->voices[0] && mix->epcm->voices[1]) {
- update_emu10k1_fxrt(emu, mix->epcm->voices[0]->number,
- &mix->send_routing[1][0]);
- update_emu10k1_fxrt(emu, mix->epcm->voices[1]->number,
- &mix->send_routing[2][0]);
- } else if (mix->epcm->voices[0]) {
- update_emu10k1_fxrt(emu, mix->epcm->voices[0]->number,
- &mix->send_routing[0][0]);
- }
- }
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return change;
- }
- static struct snd_kcontrol_new snd_emu10k1_send_routing_control =
- {
- .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE,
- .iface = SNDRV_CTL_ELEM_IFACE_PCM,
- .name = "EMU10K1 PCM Send Routing",
- .count = 32,
- .info = snd_emu10k1_send_routing_info,
- .get = snd_emu10k1_send_routing_get,
- .put = snd_emu10k1_send_routing_put
- };
- static int snd_emu10k1_send_volume_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
- uinfo->count = emu->audigy ? 3*8 : 3*4;
- uinfo->value.integer.min = 0;
- uinfo->value.integer.max = 255;
- return 0;
- }
- static int snd_emu10k1_send_volume_get(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- unsigned long flags;
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- struct snd_emu10k1_pcm_mixer *mix =
- &emu->pcm_mixer[snd_ctl_get_ioffidx(kcontrol, &ucontrol->id)];
- int idx;
- int num_efx = emu->audigy ? 8 : 4;
- spin_lock_irqsave(&emu->reg_lock, flags);
- for (idx = 0; idx < 3*num_efx; idx++)
- ucontrol->value.integer.value[idx] = mix->send_volume[idx/num_efx][idx%num_efx];
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return 0;
- }
- static int snd_emu10k1_send_volume_put(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- unsigned long flags;
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- struct snd_emu10k1_pcm_mixer *mix =
- &emu->pcm_mixer[snd_ctl_get_ioffidx(kcontrol, &ucontrol->id)];
- int change = 0, idx, val;
- int num_efx = emu->audigy ? 8 : 4;
- spin_lock_irqsave(&emu->reg_lock, flags);
- for (idx = 0; idx < 3*num_efx; idx++) {
- val = ucontrol->value.integer.value[idx] & 255;
- if (mix->send_volume[idx/num_efx][idx%num_efx] != val) {
- mix->send_volume[idx/num_efx][idx%num_efx] = val;
- change = 1;
- }
- }
- if (change && mix->epcm) {
- if (mix->epcm->voices[0] && mix->epcm->voices[1]) {
- update_emu10k1_send_volume(emu, mix->epcm->voices[0]->number,
- &mix->send_volume[1][0]);
- update_emu10k1_send_volume(emu, mix->epcm->voices[1]->number,
- &mix->send_volume[2][0]);
- } else if (mix->epcm->voices[0]) {
- update_emu10k1_send_volume(emu, mix->epcm->voices[0]->number,
- &mix->send_volume[0][0]);
- }
- }
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return change;
- }
- static struct snd_kcontrol_new snd_emu10k1_send_volume_control =
- {
- .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE,
- .iface = SNDRV_CTL_ELEM_IFACE_PCM,
- .name = "EMU10K1 PCM Send Volume",
- .count = 32,
- .info = snd_emu10k1_send_volume_info,
- .get = snd_emu10k1_send_volume_get,
- .put = snd_emu10k1_send_volume_put
- };
- static int snd_emu10k1_attn_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
- {
- uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
- uinfo->count = 3;
- uinfo->value.integer.min = 0;
- uinfo->value.integer.max = 0xffff;
- return 0;
- }
- static int snd_emu10k1_attn_get(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- struct snd_emu10k1_pcm_mixer *mix =
- &emu->pcm_mixer[snd_ctl_get_ioffidx(kcontrol, &ucontrol->id)];
- unsigned long flags;
- int idx;
- spin_lock_irqsave(&emu->reg_lock, flags);
- for (idx = 0; idx < 3; idx++)
- ucontrol->value.integer.value[idx] = mix->attn[idx];
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return 0;
- }
- static int snd_emu10k1_attn_put(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- unsigned long flags;
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- struct snd_emu10k1_pcm_mixer *mix =
- &emu->pcm_mixer[snd_ctl_get_ioffidx(kcontrol, &ucontrol->id)];
- int change = 0, idx, val;
- spin_lock_irqsave(&emu->reg_lock, flags);
- for (idx = 0; idx < 3; idx++) {
- val = ucontrol->value.integer.value[idx] & 0xffff;
- if (mix->attn[idx] != val) {
- mix->attn[idx] = val;
- change = 1;
- }
- }
- if (change && mix->epcm) {
- if (mix->epcm->voices[0] && mix->epcm->voices[1]) {
- snd_emu10k1_ptr_write(emu, VTFT_VOLUMETARGET, mix->epcm->voices[0]->number, mix->attn[1]);
- snd_emu10k1_ptr_write(emu, VTFT_VOLUMETARGET, mix->epcm->voices[1]->number, mix->attn[2]);
- } else if (mix->epcm->voices[0]) {
- snd_emu10k1_ptr_write(emu, VTFT_VOLUMETARGET, mix->epcm->voices[0]->number, mix->attn[0]);
- }
- }
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return change;
- }
- static struct snd_kcontrol_new snd_emu10k1_attn_control =
- {
- .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE,
- .iface = SNDRV_CTL_ELEM_IFACE_PCM,
- .name = "EMU10K1 PCM Volume",
- .count = 32,
- .info = snd_emu10k1_attn_info,
- .get = snd_emu10k1_attn_get,
- .put = snd_emu10k1_attn_put
- };
- /* Mutichannel PCM stream controls */
- static int snd_emu10k1_efx_send_routing_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
- uinfo->count = emu->audigy ? 8 : 4;
- uinfo->value.integer.min = 0;
- uinfo->value.integer.max = emu->audigy ? 0x3f : 0x0f;
- return 0;
- }
- static int snd_emu10k1_efx_send_routing_get(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- unsigned long flags;
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- struct snd_emu10k1_pcm_mixer *mix =
- &emu->efx_pcm_mixer[snd_ctl_get_ioffidx(kcontrol, &ucontrol->id)];
- int idx;
- int num_efx = emu->audigy ? 8 : 4;
- int mask = emu->audigy ? 0x3f : 0x0f;
- spin_lock_irqsave(&emu->reg_lock, flags);
- for (idx = 0; idx < num_efx; idx++)
- ucontrol->value.integer.value[idx] =
- mix->send_routing[0][idx] & mask;
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return 0;
- }
- static int snd_emu10k1_efx_send_routing_put(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- unsigned long flags;
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- int ch = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
- struct snd_emu10k1_pcm_mixer *mix = &emu->efx_pcm_mixer[ch];
- int change = 0, idx, val;
- int num_efx = emu->audigy ? 8 : 4;
- int mask = emu->audigy ? 0x3f : 0x0f;
- spin_lock_irqsave(&emu->reg_lock, flags);
- for (idx = 0; idx < num_efx; idx++) {
- val = ucontrol->value.integer.value[idx] & mask;
- if (mix->send_routing[0][idx] != val) {
- mix->send_routing[0][idx] = val;
- change = 1;
- }
- }
- if (change && mix->epcm) {
- if (mix->epcm->voices[ch]) {
- update_emu10k1_fxrt(emu, mix->epcm->voices[ch]->number,
- &mix->send_routing[0][0]);
- }
- }
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return change;
- }
- static struct snd_kcontrol_new snd_emu10k1_efx_send_routing_control =
- {
- .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE,
- .iface = SNDRV_CTL_ELEM_IFACE_PCM,
- .name = "Multichannel PCM Send Routing",
- .count = 16,
- .info = snd_emu10k1_efx_send_routing_info,
- .get = snd_emu10k1_efx_send_routing_get,
- .put = snd_emu10k1_efx_send_routing_put
- };
- static int snd_emu10k1_efx_send_volume_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
- uinfo->count = emu->audigy ? 8 : 4;
- uinfo->value.integer.min = 0;
- uinfo->value.integer.max = 255;
- return 0;
- }
- static int snd_emu10k1_efx_send_volume_get(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- unsigned long flags;
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- struct snd_emu10k1_pcm_mixer *mix =
- &emu->efx_pcm_mixer[snd_ctl_get_ioffidx(kcontrol, &ucontrol->id)];
- int idx;
- int num_efx = emu->audigy ? 8 : 4;
- spin_lock_irqsave(&emu->reg_lock, flags);
- for (idx = 0; idx < num_efx; idx++)
- ucontrol->value.integer.value[idx] = mix->send_volume[0][idx];
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return 0;
- }
- static int snd_emu10k1_efx_send_volume_put(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- unsigned long flags;
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- int ch = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
- struct snd_emu10k1_pcm_mixer *mix = &emu->efx_pcm_mixer[ch];
- int change = 0, idx, val;
- int num_efx = emu->audigy ? 8 : 4;
- spin_lock_irqsave(&emu->reg_lock, flags);
- for (idx = 0; idx < num_efx; idx++) {
- val = ucontrol->value.integer.value[idx] & 255;
- if (mix->send_volume[0][idx] != val) {
- mix->send_volume[0][idx] = val;
- change = 1;
- }
- }
- if (change && mix->epcm) {
- if (mix->epcm->voices[ch]) {
- update_emu10k1_send_volume(emu, mix->epcm->voices[ch]->number,
- &mix->send_volume[0][0]);
- }
- }
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return change;
- }
- static struct snd_kcontrol_new snd_emu10k1_efx_send_volume_control =
- {
- .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE,
- .iface = SNDRV_CTL_ELEM_IFACE_PCM,
- .name = "Multichannel PCM Send Volume",
- .count = 16,
- .info = snd_emu10k1_efx_send_volume_info,
- .get = snd_emu10k1_efx_send_volume_get,
- .put = snd_emu10k1_efx_send_volume_put
- };
- static int snd_emu10k1_efx_attn_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
- {
- uinfo->type = SNDRV_CTL_ELEM_TYPE_INTEGER;
- uinfo->count = 1;
- uinfo->value.integer.min = 0;
- uinfo->value.integer.max = 0xffff;
- return 0;
- }
- static int snd_emu10k1_efx_attn_get(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- struct snd_emu10k1_pcm_mixer *mix =
- &emu->efx_pcm_mixer[snd_ctl_get_ioffidx(kcontrol, &ucontrol->id)];
- unsigned long flags;
- spin_lock_irqsave(&emu->reg_lock, flags);
- ucontrol->value.integer.value[0] = mix->attn[0];
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return 0;
- }
- static int snd_emu10k1_efx_attn_put(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- unsigned long flags;
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- int ch = snd_ctl_get_ioffidx(kcontrol, &ucontrol->id);
- struct snd_emu10k1_pcm_mixer *mix = &emu->efx_pcm_mixer[ch];
- int change = 0, val;
- spin_lock_irqsave(&emu->reg_lock, flags);
- val = ucontrol->value.integer.value[0] & 0xffff;
- if (mix->attn[0] != val) {
- mix->attn[0] = val;
- change = 1;
- }
- if (change && mix->epcm) {
- if (mix->epcm->voices[ch]) {
- snd_emu10k1_ptr_write(emu, VTFT_VOLUMETARGET, mix->epcm->voices[ch]->number, mix->attn[0]);
- }
- }
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return change;
- }
- static struct snd_kcontrol_new snd_emu10k1_efx_attn_control =
- {
- .access = SNDRV_CTL_ELEM_ACCESS_READWRITE | SNDRV_CTL_ELEM_ACCESS_INACTIVE,
- .iface = SNDRV_CTL_ELEM_IFACE_PCM,
- .name = "Multichannel PCM Volume",
- .count = 16,
- .info = snd_emu10k1_efx_attn_info,
- .get = snd_emu10k1_efx_attn_get,
- .put = snd_emu10k1_efx_attn_put
- };
- static int snd_emu10k1_shared_spdif_info(struct snd_kcontrol *kcontrol, struct snd_ctl_elem_info *uinfo)
- {
- uinfo->type = SNDRV_CTL_ELEM_TYPE_BOOLEAN;
- uinfo->count = 1;
- uinfo->value.integer.min = 0;
- uinfo->value.integer.max = 1;
- return 0;
- }
- static int snd_emu10k1_shared_spdif_get(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- if (emu->audigy)
- ucontrol->value.integer.value[0] = inl(emu->port + A_IOCFG) & A_IOCFG_GPOUT0 ? 1 : 0;
- else
- ucontrol->value.integer.value[0] = inl(emu->port + HCFG) & HCFG_GPOUT0 ? 1 : 0;
- return 0;
- }
- static int snd_emu10k1_shared_spdif_put(struct snd_kcontrol *kcontrol,
- struct snd_ctl_elem_value *ucontrol)
- {
- unsigned long flags;
- struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
- unsigned int reg, val;
- int change = 0;
- spin_lock_irqsave(&emu->reg_lock, flags);
- if (emu->audigy) {
- reg = inl(emu->port + A_IOCFG);
- val = ucontrol->value.integer.value[0] ? A_IOCFG_GPOUT0 : 0;
- change = (reg & A_IOCFG_GPOUT0) != val;
- if (change) {
- reg &= ~A_IOCFG_GPOUT0;
- reg |= val;
- outl(reg | val, emu->port + A_IOCFG);
- }
- }
- reg = inl(emu->port + HCFG);
- val = ucontrol->value.integer.value[0] ? HCFG_GPOUT0 : 0;
- change |= (reg & HCFG_GPOUT0) != val;
- if (change) {
- reg &= ~HCFG_GPOUT0;
- reg |= val;
- outl(reg | val, emu->port + HCFG);
- }
- spin_unlock_irqrestore(&emu->reg_lock, flags);
- return change;
- }
- static struct snd_kcontrol_new snd_emu10k1_shared_spdif __devinitdata =
- {
- .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
- .name = "SB Live Analog/Digital Output Jack",
- .info = snd_emu10k1_shared_spdif_info,
- .get = snd_emu10k1_shared_spdif_get,
- .put = snd_emu10k1_shared_spdif_put
- };
- static struct snd_kcontrol_new snd_audigy_shared_spdif __devinitdata =
- {
- .iface = SNDRV_CTL_ELEM_IFACE_MIXER,
- .name = "Audigy Analog/Digital Output Jack",
- .info = snd_emu10k1_shared_spdif_info,
- .get = snd_emu10k1_shared_spdif_get,
- .put = snd_emu10k1_shared_spdif_put
- };
- /*
- */
- static void snd_emu10k1_mixer_free_ac97(struct snd_ac97 *ac97)
- {
- struct snd_emu10k1 *emu = ac97->private_data;
- emu->ac97 = NULL;
- }
- /*
- */
- static int remove_ctl(struct snd_card *card, const char *name)
- {
- struct snd_ctl_elem_id id;
- memset(&id, 0, sizeof(id));
- strcpy(id.name, name);
- id.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
- return snd_ctl_remove_id(card, &id);
- }
- static struct snd_kcontrol *ctl_find(struct snd_card *card, const char *name)
- {
- struct snd_ctl_elem_id sid;
- memset(&sid, 0, sizeof(sid));
- strcpy(sid.name, name);
- sid.iface = SNDRV_CTL_ELEM_IFACE_MIXER;
- return snd_ctl_find_id(card, &sid);
- }
- static int rename_ctl(struct snd_card *card, const char *src, const char *dst)
- {
- struct snd_kcontrol *kctl = ctl_find(card, src);
- if (kctl) {
- strcpy(kctl->id.name, dst);
- return 0;
- }
- return -ENOENT;
- }
- int __devinit snd_emu10k1_mixer(struct snd_emu10k1 *emu,
- int pcm_device, int multi_device)
- {
- int err, pcm;
- struct snd_kcontrol *kctl;
- struct snd_card *card = emu->card;
- char **c;
- static char *emu10k1_remove_ctls[] = {
- /* no AC97 mono, surround, center/lfe */
- "Master Mono Playback Switch",
- "Master Mono Playback Volume",
- "PCM Out Path & Mute",
- "Mono Output Select",
- "Front Playback Switch",
- "Front Playback Volume",
- "Surround Playback Switch",
- "Surround Playback Volume",
- "Center Playback Switch",
- "Center Playback Volume",
- "LFE Playback Switch",
- "LFE Playback Volume",
- NULL
- };
- static char *emu10k1_rename_ctls[] = {
- "Surround Digital Playback Volume", "Surround Playback Volume",
- "Center Digital Playback Volume", "Center Playback Volume",
- "LFE Digital Playback Volume", "LFE Playback Volume",
- NULL
- };
- static char *audigy_remove_ctls[] = {
- /* Master/PCM controls on ac97 of Audigy has no effect */
- /* On the Audigy2 the AC97 playback is piped into
- * the Philips ADC for 24bit capture */
- "PCM Playback Switch",
- "PCM Playback Volume",
- "Master Mono Playback Switch",
- "Master Mono Playback Volume",
- "Master Playback Switch",
- "Master Playback Volume",
- "PCM Out Path & Mute",
- "Mono Output Select",
- /* remove unused AC97 capture controls */
- "Capture Source",
- "Capture Switch",
- "Capture Volume",
- "Mic Select",
- "Video Playback Switch",
- "Video Playback Volume",
- "Mic Playback Switch",
- "Mic Playback Volume",
- NULL
- };
- static char *audigy_rename_ctls[] = {
- /* use conventional names */
- "Wave Playback Volume", "PCM Playback Volume",
- /* "Wave Capture Volume", "PCM Capture Volume", */
- "Wave Master Playback Volume", "Master Playback Volume",
- "AMic Playback Volume", "Mic Playback Volume",
- NULL
- };
- static char *audigy_remove_ctls_1361t_adc[] = {
- /* On the Audigy2 the AC97 playback is piped into
- * the Philips ADC for 24bit capture */
- "PCM Playback Switch",
- "PCM Playback Volume",
- "Master Mono Playback Switch",
- "Master Mono Playback Volume",
- "Capture Source",
- "Capture Switch",
- "Capture Volume",
- "Mic Capture Volume",
- "Headphone Playback Switch",
- "Headphone Playback Volume",
- "3D Control - Center",
- "3D Control - Depth",
- "3D Control - Switch",
- "Line2 Playback Volume",
- "Line2 Capture Volume",
- NULL
- };
- static char *audigy_rename_ctls_1361t_adc[] = {
- "Master Playback Switch", "Master Capture Switch",
- "Master Playback Volume", "Master Capture Volume",
- "Wave Master Playback Volume", "Master Playback Volume",
- "PC Speaker Playback Switch", "PC Speaker Capture Switch",
- "PC Speaker Playback Volume", "PC Speaker Capture Volume",
- "Phone Playback Switch", "Phone Capture Switch",
- "Phone Playback Volume", "Phone Capture Volume",
- "Mic Playback Switch", "Mic Capture Switch",
- "Mic Playback Volume", "Mic Capture Volume",
- "Line Playback Switch", "Line Capture Switch",
- "Line Playback Volume", "Line Capture Volume",
- "CD Playback Switch", "CD Capture Switch",
- "CD Playback Volume", "CD Capture Volume",
- "Aux Playback Switch", "Aux Capture Switch",
- "Aux Playback Volume", "Aux Capture Volume",
- "Video Playback Switch", "Video Capture Switch",
- "Video Playback Volume", "Video Capture Volume",
- NULL
- };
- if (emu->card_capabilities->ac97_chip) {
- struct snd_ac97_bus *pbus;
- struct snd_ac97_template ac97;
- static struct snd_ac97_bus_ops ops = {
- .write = snd_emu10k1_ac97_write,
- .read = snd_emu10k1_ac97_read,
- };
- if ((err = snd_ac97_bus(emu->card, 0, &ops, NULL, &pbus)) < 0)
- return err;
- pbus->no_vra = 1; /* we don't need VRA */
-
- memset(&ac97, 0, sizeof(ac97));
- ac97.private_data = emu;
- ac97.private_free = snd_emu10k1_mixer_free_ac97;
- ac97.scaps = AC97_SCAP_NO_SPDIF;
- if ((err = snd_ac97_mixer(pbus, &ac97, &emu->ac97)) < 0) {
- if (emu->card_capabilities->ac97_chip == 1)
- return err;
- snd_printd(KERN_INFO "emu10k1: AC97 is optional on this board\n");
- snd_printd(KERN_INFO" Proceeding without ac97 mixers...\n");
- snd_device_free(emu->card, pbus);
- goto no_ac97; /* FIXME: get rid of ugly gotos.. */
- }
- if (emu->audigy) {
- /* set master volume to 0 dB */
- snd_ac97_write_cache(emu->ac97, AC97_MASTER, 0x0000);
- /* set capture source to mic */
- snd_ac97_write_cache(emu->ac97, AC97_REC_SEL, 0x0000);
- if (emu->card_capabilities->adc_1361t)
- c = audigy_remove_ctls_1361t_adc;
- else
- c = audigy_remove_ctls;
- } else {
- /*
- * Credits for cards based on STAC9758:
- * James Courtier-Dutton <James@superbug.demon.co.uk>
- * Voluspa <voluspa@comhem.se>
- */
- if (emu->ac97->id == AC97_ID_STAC9758) {
- emu->rear_ac97 = 1;
- snd_emu10k1_ptr_write(emu, AC97SLOT, 0, AC97SLOT_CNTR|AC97SLOT_LFE|AC97SLOT_REAR_LEFT|AC97SLOT_REAR_RIGHT);
- }
- /* remove unused AC97 controls */
- snd_ac97_write_cache(emu->ac97, AC97_SURROUND_MASTER, 0x0202);
- snd_ac97_write_cache(emu->ac97, AC97_CENTER_LFE_MASTER, 0x0202);
- c = emu10k1_remove_ctls;
- }
- for (; *c; c++)
- remove_ctl(card, *c);
- } else {
- no_ac97:
- if (emu->card_capabilities->ecard)
- strcpy(emu->card->mixername, "EMU APS");
- else if (emu->audigy)
- strcpy(emu->card->mixername, "SB Audigy");
- else
- strcpy(emu->card->mixername, "Emu10k1");
- }
- if (emu->audigy)
- if (emu->card_capabilities->adc_1361t)
- c = audigy_rename_ctls_1361t_adc;
- else
- c = audigy_rename_ctls;
- else
- c = emu10k1_rename_ctls;
- for (; *c; c += 2)
- rename_ctl(card, c[0], c[1]);
- if (emu->card_capabilities->subsystem == 0x20071102) { /* Audigy 4 Pro */
- rename_ctl(card, "Line2 Capture Volume", "Line1/Mic Capture Volume");
- rename_ctl(card, "Analog Mix Capture Volume", "Line2 Capture Volume");
- rename_ctl(card, "Aux2 Capture Volume", "Line3 Capture Volume");
- rename_ctl(card, "Mic Capture Volume", "Unknown1 Capture Volume");
- remove_ctl(card, "Headphone Playback Switch");
- remove_ctl(card, "Headphone Playback Volume");
- remove_ctl(card, "3D Control - Center");
- remove_ctl(card, "3D Control - Depth");
- remove_ctl(card, "3D Control - Switch");
- }
- if ((kctl = emu->ctl_send_routing = snd_ctl_new1(&snd_emu10k1_send_routing_control, emu)) == NULL)
- return -ENOMEM;
- kctl->id.device = pcm_device;
- if ((err = snd_ctl_add(card, kctl)))
- return err;
- if ((kctl = emu->ctl_send_volume = snd_ctl_new1(&snd_emu10k1_send_volume_control, emu)) == NULL)
- return -ENOMEM;
- kctl->id.device = pcm_device;
- if ((err = snd_ctl_add(card, kctl)))
- return err;
- if ((kctl = emu->ctl_attn = snd_ctl_new1(&snd_emu10k1_attn_control, emu)) == NULL)
- return -ENOMEM;
- kctl->id.device = pcm_device;
- if ((err = snd_ctl_add(card, kctl)))
- return err;
- if ((kctl = emu->ctl_efx_send_routing = snd_ctl_new1(&snd_emu10k1_efx_send_routing_control, emu)) == NULL)
- return -ENOMEM;
- kctl->id.device = multi_device;
- if ((err = snd_ctl_add(card, kctl)))
- return err;
-
- if ((kctl = emu->ctl_efx_send_volume = snd_ctl_new1(&snd_emu10k1_efx_send_volume_control, emu)) == NULL)
- return -ENOMEM;
- kctl->id.device = multi_device;
- if ((err = snd_ctl_add(card, kctl)))
- return err;
-
- if ((kctl = emu->ctl_efx_attn = snd_ctl_new1(&snd_emu10k1_efx_attn_control, emu)) == NULL)
- return -ENOMEM;
- kctl->id.device = multi_device;
- if ((err = snd_ctl_add(card, kctl)))
- return err;
- /* initialize the routing and volume table for each pcm playback stream */
- for (pcm = 0; pcm < 32; pcm++) {
- struct snd_emu10k1_pcm_mixer *mix;
- int v;
-
- mix = &emu->pcm_mixer[pcm];
- mix->epcm = NULL;
- for (v = 0; v < 4; v++)
- mix->send_routing[0][v] =
- mix->send_routing[1][v] =
- mix->send_routing[2][v] = v;
-
- memset(&mix->send_volume, 0, sizeof(mix->send_volume));
- mix->send_volume[0][0] = mix->send_volume[0][1] =
- mix->send_volume[1][0] = mix->send_volume[2][1] = 255;
-
- mix->attn[0] = mix->attn[1] = mix->attn[2] = 0xffff;
- }
-
- /* initialize the routing and volume table for the multichannel playback stream */
- for (pcm = 0; pcm < NUM_EFX_PLAYBACK; pcm++) {
- struct snd_emu10k1_pcm_mixer *mix;
- int v;
-
- mix = &emu->efx_pcm_mixer[pcm];
- mix->epcm = NULL;
- mix->send_routing[0][0] = pcm;
- mix->send_routing[0][1] = (pcm == 0) ? 1 : 0;
- for (v = 0; v < 2; v++)
- mix->send_routing[0][2+v] = 13+v;
- if (emu->audigy)
- for (v = 0; v < 4; v++)
- mix->send_routing[0][4+v] = 60+v;
-
- memset(&mix->send_volume, 0, sizeof(mix->send_volume));
- mix->send_volume[0][0] = 255;
-
- mix->attn[0] = 0xffff;
- }
-
- if (! emu->card_capabilities->ecard) { /* FIXME: APS has these controls? */
- /* sb live! and audigy */
- if ((kctl = snd_ctl_new1(&snd_emu10k1_spdif_mask_control, emu)) == NULL)
- return -ENOMEM;
- if (!emu->audigy)
- kctl->id.device = emu->pcm_efx->device;
- if ((err = snd_ctl_add(card, kctl)))
- return err;
- if ((kctl = snd_ctl_new1(&snd_emu10k1_spdif_control, emu)) == NULL)
- return -ENOMEM;
- if (!emu->audigy)
- kctl->id.device = emu->pcm_efx->device;
- if ((err = snd_ctl_add(card, kctl)))
- return err;
- }
- if ( emu->card_capabilities->emu1010) {
- ; /* Disable the snd_audigy_spdif_shared_spdif */
- } else if (emu->audigy) {
- if ((kctl = snd_ctl_new1(&snd_audigy_shared_spdif, emu)) == NULL)
- return -ENOMEM;
- if ((err = snd_ctl_add(card, kctl)))
- return err;
- #if 0
- if ((kctl = snd_ctl_new1(&snd_audigy_spdif_output_rate, emu)) == NULL)
- return -ENOMEM;
- if ((err = snd_ctl_add(card, kctl)))
- return err;
- #endif
- } else if (! emu->card_capabilities->ecard) {
- /* sb live! */
- if ((kctl = snd_ctl_new1(&snd_emu10k1_shared_spdif, emu)) == NULL)
- return -ENOMEM;
- if ((err = snd_ctl_add(card, kctl)))
- return err;
- }
- if (emu->card_capabilities->ca0151_chip) { /* P16V */
- if ((err = snd_p16v_mixer(emu)))
- return err;
- }
- if ( emu->card_capabilities->emu1010) {
- int i;
- for (i = 0; i < ARRAY_SIZE(snd_emu1010_output_enum_ctls); i++) {
- err = snd_ctl_add(card, snd_ctl_new1(&snd_emu1010_output_enum_ctls[i], emu));
- if (err < 0)
- return err;
- }
- for (i = 0; i < ARRAY_SIZE(snd_emu1010_input_enum_ctls); i++) {
- err = snd_ctl_add(card, snd_ctl_new1(&snd_emu1010_input_enum_ctls[i], emu));
- if (err < 0)
- return err;
- }
- for (i = 0; i < ARRAY_SIZE(snd_emu1010_adc_pads); i++) {
- err = snd_ctl_add(card, snd_ctl_new1(&snd_emu1010_adc_pads[i], emu));
- if (err < 0)
- return err;
- }
- for (i = 0; i < ARRAY_SIZE(snd_emu1010_dac_pads); i++) {
- err = snd_ctl_add(card, snd_ctl_new1(&snd_emu1010_dac_pads[i], emu));
- if (err < 0)
- return err;
- }
- err = snd_ctl_add(card, snd_ctl_new1(&snd_emu1010_internal_clock, emu));
- if (err < 0)
- return err;
- }
-
- return 0;
- }
|