Home
last modified time | relevance | path

Searched refs:pc (Results 1 – 6 of 6) sorted by relevance

/sound/pci/emu10k1/
Demuproc.c279 u32 pc; in snd_emu10k1_proc_acode_read() local
284 for (pc = 0; pc < (emu->audigy ? 1024 : 512); pc++) { in snd_emu10k1_proc_acode_read()
287 low = snd_emu10k1_efx_read(emu, pc * 2); in snd_emu10k1_proc_acode_read()
288 high = snd_emu10k1_efx_read(emu, pc * 2 + 1); in snd_emu10k1_proc_acode_read()
296 pc, in snd_emu10k1_proc_acode_read()
305 pc, in snd_emu10k1_proc_acode_read()
Demufx.c493 static void snd_emu10k1_efx_write(struct snd_emu10k1 *emu, unsigned int pc, unsigned int data) in snd_emu10k1_efx_write() argument
495 pc += emu->audigy ? A_MICROCODEBASE : MICROCODEBASE; in snd_emu10k1_efx_write()
496 snd_emu10k1_ptr_write(emu, pc, 0, data); in snd_emu10k1_efx_write()
499 unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc) in snd_emu10k1_efx_read() argument
501 pc += emu->audigy ? A_MICROCODEBASE : MICROCODEBASE; in snd_emu10k1_efx_read()
502 return snd_emu10k1_ptr_read(emu, pc, 0); in snd_emu10k1_efx_read()
595 u32 pc, lo, hi; in snd_emu10k1_code_poke() local
597 for (pc = 0; pc < (emu->audigy ? 2*1024 : 2*512); pc += 2) { in snd_emu10k1_code_poke()
598 if (!test_bit(pc / 2, icode->code_valid)) in snd_emu10k1_code_poke()
601 lo = *(__force u32 *)&icode->code[pc + 0]; in snd_emu10k1_code_poke()
[all …]
/sound/soc/uniphier/
Daio-compress.c299 u16 pc = be16_to_cpu((__be16)frm_a); in aio_compr_send_to_hw() local
301 if (sub->iec_header && sub->iec_pc != pc) { in aio_compr_send_to_hw()
303 sub->iec_pc = pc; in aio_compr_send_to_hw()
304 ret = aio_oport_set_stream_type(sub, pc); in aio_compr_send_to_hw()
Daio.h336 enum IEC61937_PC pc);
Daio-core.c837 enum IEC61937_PC pc) in aio_oport_set_stream_type() argument
842 switch (pc) { in aio_oport_set_stream_type()
/sound/drivers/
DKconfig65 pc-speaker a default sound device. Which is likely not
71 You don't need this driver if you only want your pc-speaker to beep.