Searched refs:pcm_rec (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/hda/
H A Dpatch_atihdmi.c35 struct hda_pcm pcm_rec; member in struct:atihdmi_spec
123 struct hda_pcm *info = &spec->pcm_rec;
H A Dpatch_cmedia.c68 struct hda_pcm pcm_rec[2]; /* PCM information */ member in struct:cmi_spec
581 struct hda_pcm *info = spec->pcm_rec;
H A Dhda_generic.c70 struct hda_pcm pcm_rec; /* PCM information */ member in struct:hda_gspec
993 struct hda_pcm *info = &spec->pcm_rec;
H A Dpatch_conexant.c78 struct hda_pcm pcm_rec[2]; /* used in build_pcms() */ member in struct:conexant_spec
224 struct hda_pcm *info = spec->pcm_rec;
H A Dpatch_via.c110 struct hda_pcm pcm_rec[2]; member in struct:via_spec
483 struct hda_pcm *info = spec->pcm_rec;
H A Dpatch_analog.c64 struct hda_pcm pcm_rec[2]; /* used in alc_build_pcms() */ member in struct:ad198x_spec
279 struct hda_pcm *info = spec->pcm_rec;
H A Dpatch_sigmatel.c122 struct hda_pcm pcm_rec[2]; /* PCM information */ member in struct:sigmatel_spec
945 struct hda_pcm *info = spec->pcm_rec;
H A Dpatch_realtek.c214 struct hda_pcm pcm_rec[3]; /* used in alc_build_pcms() */ member in struct:alc_spec
2124 struct hda_pcm *info = spec->pcm_rec;
2154 info = spec->pcm_rec + 1;
2175 info = spec->pcm_rec + 2;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/emu10k1/
H A Demupcm.c1550 snd_pcm_indirect_playback_transfer(substream, &pcm->pcm_rec, fx8010_pb_trans_copy);
1580 memset(&pcm->pcm_rec, 0, sizeof(pcm->pcm_rec));
1581 pcm->pcm_rec.hw_buffer_size = pcm->buffer_size * 2; /* byte size */
1582 pcm->pcm_rec.sw_buffer_size = snd_pcm_lib_buffer_bytes(substream);
1652 return snd_pcm_indirect_playback_pointer(substream, &pcm->pcm_rec, ptr);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/pci/cs46xx/
H A Dcs46xx_lib.c696 snd_pcm_indirect_playback_transfer(substream, &cpcm->pcm_rec, snd_cs46xx_pb_trans_copy);
712 snd_pcm_indirect_capture_transfer(substream, &chip->capt.pcm_rec, snd_cs46xx_cp_trans_copy);
745 return snd_pcm_indirect_playback_pointer(substream, &cpcm->pcm_rec, ptr);
759 return snd_pcm_indirect_capture_pointer(substream, &chip->capt.pcm_rec, ptr);
1060 memset(&cpcm->pcm_rec, 0, sizeof(cpcm->pcm_rec));
1061 cpcm->pcm_rec.sw_buffer_size = snd_pcm_lib_buffer_bytes(substream);
1062 cpcm->pcm_rec.hw_buffer_size = runtime->period_size * CS46XX_FRAGS << cpcm->shift;
1139 memset(&chip->capt.pcm_rec, 0, sizeof(chip->capt.pcm_rec));
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/sound/
H A Dcs46xx.h1640 struct snd_pcm_indirect pcm_rec; member in struct:snd_cs46xx_pcm
1678 struct snd_pcm_indirect pcm_rec; member in struct:snd_cs46xx::__anon10740
H A Demu10k1.h1364 struct snd_pcm_indirect pcm_rec; member in struct:snd_emu10k1_fx8010_pcm

Completed in 206 milliseconds