Searched refs:pcm (Results 26 - 50 of 952) sorted by relevance

1234567891011>>

/linux-master/sound/soc/amd/vangogh/
H A DMakefile5 snd-acp5x-pcm-dma-objs := acp5x-pcm-dma.o
10 obj-$(CONFIG_SND_SOC_AMD_ACP5x) += snd-acp5x-pcm-dma.o
/linux-master/sound/soc/codecs/
H A Dhda.c21 struct hda_pcm *pcm; local
28 pcm = list_first_entry(&codec->pcm_list_head, struct hda_pcm, list);
30 for (i = 0; i < pcm_count; i++, pcm = list_next_entry(pcm, list)) {
34 dev_info(dev, "creating for %s %d\n", pcm->name, i);
36 drvs[i].name = pcm->name;
41 if (!pcm->stream[dir].substreams) {
42 dev_info(dev, "skipping playback dai for %s\n", pcm->name);
47 devm_kasprintf(dev, GFP_KERNEL, "%s %s", pcm->name,
51 stream->channels_min = pcm
87 struct hda_pcm *pcm; local
128 struct hda_pcm *pcm; local
[all...]
H A Dhdac_hda.h27 struct hdac_hda_pcm pcm[HDAC_DAI_ID_NUM]; member in struct:hdac_hda_priv
/linux-master/sound/soc/mediatek/mt8173/
H A DMakefile3 obj-$(CONFIG_SND_SOC_MT8173) += mt8173-afe-pcm.o
/linux-master/sound/soc/mediatek/mt8183/
H A DMakefile5 mt8183-afe-pcm.o \
9 mt8183-dai-pcm.o \
/linux-master/sound/soc/spear/
H A DMakefile3 snd-soc-spear-pcm-objs := spear_pcm.o
7 obj-$(CONFIG_SND_SPEAR_SOC) += snd-soc-spear-pcm.o
/linux-master/sound/soc/xilinx/
H A DMakefile4 snd-soc-xlnx-formatter-pcm-objs := xlnx_formatter_pcm.o
5 obj-$(CONFIG_SND_SOC_XILINX_AUDIO_FORMATTER) += snd-soc-xlnx-formatter-pcm.o
/linux-master/sound/usb/6fire/
H A DMakefile2 snd-usb-6fire-objs += chip.o comm.o midi.o control.o firmware.o pcm.o
/linux-master/sound/soc/bcm/
H A DMakefile8 snd-soc-cygnus-objs := cygnus-pcm.o cygnus-ssp.o
13 snd-soc-63xx-objs := bcm63xx-i2s-whistler.o bcm63xx-pcm-whistler.o
/linux-master/sound/soc/mediatek/mt8192/
H A DMakefile5 mt8192-afe-pcm.o \
11 mt8192-dai-pcm.o \
/linux-master/arch/x86/include/asm/
H A Dmemtype.h17 enum page_cache_mode pcm);
20 enum page_cache_mode *pcm);
/linux-master/sound/core/
H A DMakefile17 snd-pcm-y := pcm.o pcm_native.o pcm_lib.o pcm_misc.o \
19 snd-pcm-$(CONFIG_SND_PCM_TIMER) += pcm_timer.o
20 snd-pcm-$(CONFIG_SND_PCM_ELD) += pcm_drm_eld.o
21 snd-pcm-$(CONFIG_SND_PCM_IEC958) += pcm_iec958.o
27 snd-pcm-dmaengine-objs := pcm_dmaengine.o
45 obj-$(CONFIG_SND_PCM) += snd-pcm.o
46 obj-$(CONFIG_SND_DMAENGINE_PCM) += snd-pcm-dmaengine.o
H A Dpcm_memory.c15 #include <sound/pcm.h>
103 struct snd_card *card = substream->pcm->card;
118 substream->pcm->card->number, substream->pcm->device,
120 substream->pcm->name, orig_size);
126 * @substream: the pcm substream instance
132 do_free_pages(substream->pcm->card, &substream->dma_buffer);
136 * snd_pcm_lib_preallocate_free_for_all - release all pre-allocated buffers on the pcm
137 * @pcm: the pcm instanc
141 snd_pcm_lib_preallocate_free_for_all(struct snd_pcm *pcm) argument
295 preallocate_pages_for_all(struct snd_pcm *pcm, int type, void *data, size_t size, size_t max, bool managed) argument
339 snd_pcm_lib_preallocate_pages_for_all(struct snd_pcm *pcm, int type, void *data, size_t size, size_t max) argument
399 snd_pcm_set_managed_buffer_all(struct snd_pcm *pcm, int type, struct device *data, size_t size, size_t max) argument
[all...]
H A Dpcm_timer.c10 #include <sound/pcm.h>
43 pcm_err(substream->pcm,
44 "pcm timer resolution out of range (rate = %u, period_size = %lu)\n",
105 tid.card = substream->pcm->card->number;
106 tid.device = substream->pcm->device;
108 if (snd_timer_new(substream->pcm->card, "PCM", &tid, &timer) < 0)
127 snd_device_free(substream->pcm->card, substream->timer);
/linux-master/sound/pci/lola/
H A Dlola_pcm.c14 #include <sound/pcm.h>
24 return &chip->pcm[substream->stream];
29 struct lola_pcm *pcm = lola_get_pcm(substream); local
31 return &pcm->streams[idx];
128 if (s->pcm->card != substream->pcm->card)
159 if (s->pcm->card != substream->pcm->card)
213 struct lola_pcm *pcm = lola_get_pcm(substream); local
226 runtime->hw.channels_max = pcm
246 lola_cleanup_slave_streams(struct lola_pcm *pcm, struct lola_stream *str) argument
291 struct lola_pcm *pcm = lola_get_pcm(substream); local
340 lola_setup_periods(struct lola *chip, struct lola_pcm *pcm, struct snd_pcm_substream *substream, struct lola_stream *str) argument
427 lola_setup_controller(struct lola *chip, struct lola_pcm *pcm, struct lola_stream *str) argument
454 struct lola_pcm *pcm = lola_get_pcm(substream); local
561 lola_pcm_update(struct lola *chip, struct lola_pcm *pcm, unsigned int bits) argument
588 struct snd_pcm *pcm; local
678 struct lola_pcm *pcm = &chip->pcm[dir]; local
[all...]
/linux-master/sound/firewire/fireface/
H A Damdtp-ff.c8 #include <sound/pcm.h>
30 static void write_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm, argument
36 struct snd_pcm_runtime *runtime = pcm->runtime;
60 static void read_pcm_s32(struct amdtp_stream *s, struct snd_pcm_substream *pcm, argument
66 struct snd_pcm_runtime *runtime = pcm->runtime;
116 unsigned int count, struct snd_pcm_substream *pcm)
125 if (pcm) {
126 write_pcm_s32(s, pcm, buf, data_blocks, pcm_frames);
137 unsigned int count, struct snd_pcm_substream *pcm)
146 if (pcm) {
115 process_it_ctx_payloads(struct amdtp_stream *s, const struct pkt_desc *desc, unsigned int count, struct snd_pcm_substream *pcm) argument
136 process_ir_ctx_payloads(struct amdtp_stream *s, const struct pkt_desc *desc, unsigned int count, struct snd_pcm_substream *pcm) argument
[all...]
/linux-master/sound/soc/mediatek/mt2701/
H A DMakefile3 snd-soc-mt2701-afe-objs := mt2701-afe-pcm.o mt2701-afe-clock-ctrl.o
/linux-master/sound/usb/line6/
H A Dcapture.h11 #include <sound/pcm.h>
14 #include "pcm.h"
/linux-master/sound/soc/intel/catpt/
H A DMakefile1 snd-soc-catpt-objs := device.o dsp.o loader.o ipc.o messages.o pcm.o sysfs.o
/linux-master/sound/usb/
H A Dpcm.h5 void snd_usb_set_pcm_ops(struct snd_pcm *pcm, int stream);
/linux-master/include/linux/platform_data/
H A Dasoc-pxa.h6 #include <sound/pcm.h>
/linux-master/sound/soc/mediatek/mt7986/
H A DMakefile5 mt7986-afe-pcm.o \
/linux-master/sound/soc/sof/
H A Dcompress.c172 struct sof_ipc_pcm_params *pcm; local
195 if (sizeof(*pcm) + ext_data_size > sdev->ipc->max_payload_size)
198 pcm = kzalloc(sizeof(*pcm) + ext_data_size, GFP_KERNEL);
199 if (!pcm)
212 pcm->params.buffer.pages = PFN_UP(crtd->dma_bytes);
213 pcm->hdr.size = sizeof(*pcm) + ext_data_size;
214 pcm->hdr.cmd = SOF_IPC_GLB_STREAM_MSG | SOF_IPC_STREAM_PCM_PARAMS;
216 pcm
[all...]
/linux-master/sound/pci/au88x0/
H A Dau88x0_pcm.c14 #include <sound/pcm.h>
146 if (VORTEX_PCM_TYPE(substream->pcm) != VORTEX_PCM_WT) {
148 if (VORTEX_PCM_TYPE(substream->pcm) == VORTEX_PCM_A3D) {
152 if (VORTEX_PCM_TYPE(substream->pcm) == VORTEX_PCM_SPDIF) {
166 if (VORTEX_PCM_TYPE(substream->pcm) == VORTEX_PCM_ADB
167 || VORTEX_PCM_TYPE(substream->pcm) == VORTEX_PCM_I2S)
172 VORTEX_PCM_TYPE(substream->pcm) == VORTEX_PCM_ADB) {
219 if (VORTEX_PCM_TYPE(substream->pcm) != VORTEX_PCM_WT) {
220 int dma, type = VORTEX_PCM_TYPE(substream->pcm);
243 if (VORTEX_PCM_TYPE(substream->pcm)
597 struct snd_pcm *pcm; local
[all...]
/linux-master/sound/pci/emu10k1/
H A Demupcm.c1434 struct snd_pcm *pcm; local
1438 err = snd_pcm_new(emu->card, "emu10k1", device, 32, 1, &pcm);
1442 pcm->private_data = emu;
1444 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_PLAYBACK, &snd_emu10k1_playback_ops);
1445 snd_pcm_set_ops(pcm, SNDRV_PCM_STREAM_CAPTURE, &snd_emu10k1_capture_ops);
1447 pcm->info_flags = 0;
1448 pcm->dev_subclass = SNDRV_PCM_SUBCLASS_GENERIC_MIX;
1449 strcpy(pcm->name, "ADC Capture/Standard PCM Playback");
1450 emu->pcm = pcm;
1467 struct snd_pcm *pcm; local
1503 struct snd_pcm *pcm; local
1629 struct snd_emu10k1_fx8010_pcm *pcm = &emu->fx8010.pcm[substream->number]; local
1657 struct snd_emu10k1_fx8010_pcm *pcm = &emu->fx8010.pcm[substream->number]; local
1666 struct snd_emu10k1_fx8010_pcm *pcm = &emu->fx8010.pcm[substream->number]; local
1678 struct snd_emu10k1_fx8010_pcm *pcm = &emu->fx8010.pcm[substream->number]; local
1708 struct snd_emu10k1_fx8010_pcm *pcm = &emu->fx8010.pcm[substream->number]; local
1755 struct snd_emu10k1_fx8010_pcm *pcm = &emu->fx8010.pcm[substream->number]; local
1788 struct snd_emu10k1_fx8010_pcm *pcm = &emu->fx8010.pcm[substream->number]; local
1806 struct snd_emu10k1_fx8010_pcm *pcm = &emu->fx8010.pcm[substream->number]; local
1826 struct snd_pcm *pcm; local
[all...]

Completed in 371 milliseconds

1234567891011>>