| /sound/mips/ |
| A D | hal2.c | 358 struct hal2_pbus *pbus = &hal2->dac.pbus; in hal2_setup_dac() local 374 pbus->pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_setup_dac() 391 struct hal2_pbus *pbus = &hal2->adc.pbus; in hal2_setup_adc() local 399 pbus->pbus->pbdma_ctrl = HPC3_PDMACTRL_LD; in hal2_setup_adc() 415 struct hal2_pbus *pbus = &hal2->dac.pbus; in hal2_start_dac() local 418 pbus->pbus->pbdma_ctrl = pbus->ctrl | HPC3_PDMACTRL_ACT; in hal2_start_dac() 425 struct hal2_pbus *pbus = &hal2->adc.pbus; in hal2_start_adc() local 428 pbus->pbus->pbdma_ctrl = pbus->ctrl | HPC3_PDMACTRL_ACT; in hal2_start_adc() 570 dac->pbus.pbus->pbdma_bptr); in hal2_playback_pointer() 655 adc->pbus.pbus->pbdma_bptr); in hal2_capture_pointer() [all …]
|
| /sound/pci/au88x0/ |
| A D | au88x0_mixer.c | 25 struct snd_ac97_bus *pbus; in snd_vortex_mixer() local 33 err = snd_ac97_bus(vortex->card, 0, &ops, NULL, &pbus); in snd_vortex_mixer() 40 err = snd_ac97_mixer(pbus, &ac97, &vortex->codec); in snd_vortex_mixer()
|
| /sound/pci/cs5535audio/ |
| A D | cs5535audio.c | 138 struct snd_ac97_bus *pbus; in snd_cs5535audio_mixer() local 146 err = snd_ac97_bus(card, 0, &ops, NULL, &pbus); in snd_cs5535audio_mixer() 159 err = snd_ac97_mixer(pbus, &ac97, &cs5535au->ac97); in snd_cs5535audio_mixer()
|
| /sound/pci/ |
| A D | intel8x0.c | 2120 struct snd_ac97_bus *pbus; in snd_intel8x0_mixer() local 2198 pbus->clock = ac97_clock; in snd_intel8x0_mixer() 2201 pbus->no_vra = 1; in snd_intel8x0_mixer() 2203 pbus->dra = 1; in snd_intel8x0_mixer() 2204 chip->ac97_bus = pbus; in snd_intel8x0_mixer() 2223 pbus->isdin = 1; in snd_intel8x0_mixer() 2233 chip->ichd[ICHD_PCMOUT].pcm = &pbus->pcms[0]; in snd_intel8x0_mixer() 2234 chip->ichd[ICHD_PCMIN].pcm = &pbus->pcms[1]; in snd_intel8x0_mixer() 2235 chip->ichd[ICHD_MIC].pcm = &pbus->pcms[2]; in snd_intel8x0_mixer() 2240 chip->ichd[ICHD_MIC2].pcm = &pbus->pcms[5]; in snd_intel8x0_mixer() [all …]
|
| A D | atiixp.c | 1238 struct snd_ac97_bus *pbus = chip->ac97_bus; in snd_atiixp_pcm_new() local 1252 err = snd_ac97_pcm_assign(pbus, num_pcms, atiixp_pcm_defs); in snd_atiixp_pcm_new() 1256 chip->pcms[i] = &pbus->pcms[i]; in snd_atiixp_pcm_new() 1259 if (pbus->pcms[ATI_PCM_OUT].r[0].slots & (1 << AC97_SLOT_PCM_SLEFT)) { in snd_atiixp_pcm_new() 1260 if (pbus->pcms[ATI_PCM_OUT].r[0].slots & (1 << AC97_SLOT_LFE)) in snd_atiixp_pcm_new() 1400 struct snd_ac97_bus *pbus; in snd_atiixp_mixer_new() local 1417 err = snd_ac97_bus(chip->card, 0, &ops, chip, &pbus); in snd_atiixp_mixer_new() 1420 pbus->clock = clock; in snd_atiixp_mixer_new() 1421 chip->ac97_bus = pbus; in snd_atiixp_mixer_new() 1434 err = snd_ac97_mixer(pbus, &ac97, &chip->ac97[i]); in snd_atiixp_mixer_new()
|
| A D | intel8x0m.c | 782 struct snd_ac97_bus *pbus; in snd_intel8x0m_mixer() local 801 err = snd_ac97_bus(chip->card, 0, &ops, chip, &pbus); in snd_intel8x0m_mixer() 804 pbus->private_free = snd_intel8x0m_mixer_free_ac97_bus; in snd_intel8x0m_mixer() 806 pbus->clock = ac97_clock; in snd_intel8x0m_mixer() 807 chip->ac97_bus = pbus; in snd_intel8x0m_mixer() 811 err = snd_ac97_mixer(pbus, &ac97, &x97); in snd_intel8x0m_mixer()
|
| A D | atiixp_modem.c | 1042 struct snd_ac97_bus *pbus; in snd_atiixp_mixer_new() local 1059 err = snd_ac97_bus(chip->card, 0, &ops, chip, &pbus); in snd_atiixp_mixer_new() 1062 pbus->clock = clock; in snd_atiixp_mixer_new() 1063 chip->ac97_bus = pbus; in snd_atiixp_mixer_new() 1074 err = snd_ac97_mixer(pbus, &ac97, &chip->ac97[i]); in snd_atiixp_mixer_new()
|
| A D | es1968.c | 2000 struct snd_ac97_bus *pbus; in snd_es1968_mixer() local 2008 err = snd_ac97_bus(chip->card, 0, &ops, NULL, &pbus); in snd_es1968_mixer() 2011 pbus->no_vra = 1; /* ES1968 doesn't need VRA */ in snd_es1968_mixer() 2015 err = snd_ac97_mixer(pbus, &ac97, &chip->ac97); in snd_es1968_mixer()
|
| A D | maestro3.c | 2028 struct snd_ac97_bus *pbus; in snd_m3_mixer() local 2036 err = snd_ac97_bus(chip->card, 0, &ops, NULL, &pbus); in snd_m3_mixer() 2042 err = snd_ac97_mixer(pbus, &ac97, &chip->ac97); in snd_m3_mixer()
|
| A D | ens1370.c | 1589 struct snd_ac97_bus *pbus; in snd_ensoniq_1371_mixer() local 1598 err = snd_ac97_bus(card, 0, &ops, NULL, &pbus); in snd_ensoniq_1371_mixer() 1607 err = snd_ac97_mixer(pbus, &ac97, &ensoniq->u.es1371.ac97); in snd_ensoniq_1371_mixer()
|
| /sound/pci/nm256/ |
| A D | nm256.c | 1279 struct snd_ac97_bus *pbus; in snd_nm256_mixer() local 1294 err = snd_ac97_bus(chip->card, 0, &ops, NULL, &pbus); in snd_nm256_mixer() 1302 pbus->no_vra = 1; in snd_nm256_mixer() 1303 err = snd_ac97_mixer(pbus, &ac97, &chip->ac97); in snd_nm256_mixer()
|
| /sound/pci/emu10k1/ |
| A D | emu10k1x.c | 721 struct snd_ac97_bus *pbus; in snd_emu10k1x_ac97() local 729 err = snd_ac97_bus(chip->card, 0, &ops, NULL, &pbus); in snd_emu10k1x_ac97() 732 pbus->no_vra = 1; /* we don't need VRA */ in snd_emu10k1x_ac97() 737 return snd_ac97_mixer(pbus, &ac97, &chip->ac97); in snd_emu10k1x_ac97()
|
| A D | emumixer.c | 2126 struct snd_ac97_bus *pbus; in snd_emu10k1_mixer() local 2133 err = snd_ac97_bus(emu->card, 0, &ops, NULL, &pbus); in snd_emu10k1_mixer() 2136 pbus->no_vra = 1; /* we don't need VRA */ in snd_emu10k1_mixer() 2142 err = snd_ac97_mixer(pbus, &ac97, &emu->ac97); in snd_emu10k1_mixer() 2150 snd_device_free(emu->card, pbus); in snd_emu10k1_mixer()
|
| /sound/pci/ca0106/ |
| A D | ca0106_main.c | 1165 struct snd_ac97_bus *pbus; in snd_ca0106_ac97() local 1173 err = snd_ac97_bus(chip->card, 0, &ops, NULL, &pbus); in snd_ca0106_ac97() 1176 pbus->no_vra = 1; /* we don't need VRA */ in snd_ca0106_ac97() 1181 return snd_ac97_mixer(pbus, &ac97, &chip->ac97); in snd_ca0106_ac97()
|
| /sound/pci/ice1712/ |
| A D | ice1712.c | 1460 struct snd_ac97_bus *pbus; in snd_ice1712_ac97_mixer() local 1471 err = snd_ac97_bus(ice->card, bus_num++, &con_ops, NULL, &pbus); in snd_ice1712_ac97_mixer() 1477 err = snd_ac97_mixer(pbus, &ac97, &ice->ac97); in snd_ice1712_ac97_mixer() 1489 err = snd_ac97_bus(ice->card, bus_num, &pro_ops, NULL, &pbus); in snd_ice1712_ac97_mixer() 1495 err = snd_ac97_mixer(pbus, &ac97, &ice->ac97); in snd_ice1712_ac97_mixer()
|
| A D | ice1724.c | 1448 struct snd_ac97_bus *pbus; in snd_vt1724_ac97_mixer() local 1460 err = snd_ac97_bus(ice->card, 0, &ops, NULL, &pbus); in snd_vt1724_ac97_mixer() 1465 err = snd_ac97_mixer(pbus, &ac97, &ice->ac97); in snd_vt1724_ac97_mixer()
|
| /sound/pci/riptide/ |
| A D | riptide.c | 1941 struct snd_ac97_bus *pbus; in snd_riptide_mixer() local 1953 err = snd_ac97_bus(chip->card, 0, &ops, chip, &pbus); in snd_riptide_mixer() 1957 chip->ac97_bus = pbus; in snd_riptide_mixer() 1959 err = snd_ac97_mixer(pbus, &ac97, &chip->ac97); in snd_riptide_mixer()
|