/linux/sound/core/ |
A D | pcm.c | 40 struct snd_pcm *pcm; in snd_pcm_get() 51 struct snd_pcm *pcm; in snd_pcm_next() 64 struct snd_pcm *pcm; in snd_pcm_add() 106 struct snd_pcm *pcm; in snd_pcm_control_ioctl() 505 struct snd_pcm *pcm = pstr->pcm; in snd_pcm_stream_proc_init() 705 struct snd_pcm **rpcm) in _snd_pcm_new() 707 struct snd_pcm *pcm; in _snd_pcm_new() 803 struct snd_pcm **rpcm) in snd_pcm_new_internal() 1046 struct snd_pcm *pcm; in snd_pcm_dev_register() 1137 struct snd_pcm *pcm; in snd_pcm_notify() [all …]
|
A D | pcm_memory.c | 117 void snd_pcm_lib_preallocate_free_for_all(struct snd_pcm *pcm) in snd_pcm_lib_preallocate_free_for_all() 270 static int preallocate_pages_for_all(struct snd_pcm *pcm, int type, in preallocate_pages_for_all() 314 void snd_pcm_lib_preallocate_pages_for_all(struct snd_pcm *pcm, in snd_pcm_lib_preallocate_pages_for_all() 370 int snd_pcm_set_managed_buffer_all(struct snd_pcm *pcm, int type, in snd_pcm_set_managed_buffer_all()
|
/linux/include/sound/ |
A D | pcm.h | 443 struct snd_pcm *pcm; 490 struct snd_pcm *pcm; 509 struct snd_pcm { struct 522 void (*private_free) (struct snd_pcm *pcm); argument 539 struct snd_pcm **rpcm); argument 542 struct snd_pcm **rpcm); 547 int (*n_register) (struct snd_pcm * pcm); 548 int (*n_disconnect) (struct snd_pcm * pcm); 549 int (*n_unregister) (struct snd_pcm * pcm); 569 int snd_pcm_suspend_all(struct snd_pcm *pcm); [all …]
|
A D | pxa2xx-lib.h | 12 struct snd_pcm; 22 extern int pxa2xx_pcm_preallocate_dma_buffer(struct snd_pcm *pcm);
|
A D | emu10k1.h | 1725 struct snd_pcm *pcm; 1726 struct snd_pcm *pcm_mic; 1727 struct snd_pcm *pcm_efx; 1728 struct snd_pcm *pcm_multi; 1729 struct snd_pcm *pcm_p16v;
|
/linux/sound/soc/intel/boards/ |
A D | hda_dsp_common.c | 20 static struct snd_pcm *hda_dsp_hdmi_pcm_handle(struct snd_soc_card *card, in hda_dsp_hdmi_pcm_handle() 24 struct snd_pcm *spcm; in hda_dsp_hdmi_pcm_handle() 49 struct snd_pcm *spcm; in hda_dsp_hdmi_build_controls()
|
/linux/sound/pci/ymfpci/ |
A D | ymfpci.h | 320 struct snd_pcm *pcm; 321 struct snd_pcm *pcm2; 322 struct snd_pcm *pcm_spdif; 323 struct snd_pcm *pcm_4ch;
|
/linux/sound/usb/ |
A D | media.h | 56 int snd_media_stream_init(struct snd_usb_substream *subs, struct snd_pcm *pcm, 67 struct snd_pcm *pcm, int stream) in snd_media_stream_init()
|
A D | pcm.h | 5 void snd_usb_set_pcm_ops(struct snd_pcm *pcm, int stream);
|
/linux/drivers/staging/vc04_services/bcm2835-audio/ |
A D | bcm2835.h | 53 struct snd_pcm *pcm; 54 struct snd_pcm *pcm_spdif;
|
/linux/sound/pci/trident/ |
A D | trident.h | 378 struct snd_pcm *pcm; /* ADC/DAC PCM */ 379 struct snd_pcm *foldback; /* Foldback PCM */ 380 struct snd_pcm *spdif; /* SPDIF PCM */
|
/linux/sound/pci/mixart/ |
A D | mixart.h | 158 struct snd_pcm *pcm; /* PCM analog i/o */ 159 struct snd_pcm *pcm_dig; /* PCM digital i/o */
|
/linux/sound/soc/fsl/ |
A D | imx-pcm-fiq.c | 218 struct snd_pcm *pcm = rtd->pcm; in imx_pcm_new() 235 struct snd_pcm *pcm = rtd->pcm; in snd_imx_pcm_new() 264 struct snd_pcm *pcm) in snd_imx_pcm_free()
|
/linux/sound/arm/ |
A D | pxa2xx-pcm-lib.c | 125 int pxa2xx_pcm_preallocate_dma_buffer(struct snd_pcm *pcm) in pxa2xx_pcm_preallocate_dma_buffer() 138 struct snd_pcm *pcm = rtd->pcm; in pxa2xx_soc_pcm_new()
|
A D | pxa2xx-ac97.c | 59 static struct snd_pcm *pxa2xx_ac97_pcm; 183 struct snd_pcm *pcm; in pxa2xx_ac97_pcm_new()
|
/linux/sound/pci/aw2/ |
A D | aw2-alsa.c | 77 struct snd_pcm *pcm; 490 struct snd_pcm *pcm_playback_ana; in snd_aw2_new_pcm() 491 struct snd_pcm *pcm_playback_num; in snd_aw2_new_pcm() 492 struct snd_pcm *pcm_capture; in snd_aw2_new_pcm()
|
/linux/drivers/media/pci/solo6x10/ |
A D | solo6x10-g723.c | 79 &solo_dev->snd_pcm->streams[SNDRV_PCM_STREAM_CAPTURE]; in solo_g723_isr() 320 struct snd_pcm *pcm; in solo_snd_pcm_init() 347 solo_dev->snd_pcm = pcm; in solo_snd_pcm_init()
|
/linux/sound/pci/ice1712/ |
A D | ice1712.h | 298 struct snd_pcm *pcm; 299 struct snd_pcm *pcm_ds; 300 struct snd_pcm *pcm_pro;
|
/linux/sound/usb/line6/ |
A D | pcm.c | 469 static void line6_cleanup_pcm(struct snd_pcm *pcm) in line6_cleanup_pcm() 479 static int snd_line6_new_pcm(struct usb_line6 *line6, struct snd_pcm **pcm_ret) in snd_line6_new_pcm() 481 struct snd_pcm *pcm; in snd_line6_new_pcm() 523 struct snd_pcm *pcm; in line6_init_pcm()
|
/linux/sound/soc/mediatek/common/ |
A D | mtk-afe-platform-driver.h | 16 struct snd_pcm;
|
/linux/sound/soc/samsung/ |
A D | idma.c | 331 struct snd_pcm *pcm) in idma_free() 350 static int preallocate_idma_buffer(struct snd_pcm *pcm, int stream) in preallocate_idma_buffer() 371 struct snd_pcm *pcm = rtd->pcm; in idma_new()
|
/linux/sound/soc/pxa/ |
A D | mmp-pcm.c | 153 struct snd_pcm *pcm) in mmp_pcm_free_dma_buffers() 206 struct snd_pcm *pcm = rtd->pcm; in mmp_pcm_new()
|
/linux/sound/pci/lx6464es/ |
A D | lx6464es.h | 87 struct snd_pcm *pcm;
|
/linux/sound/usb/6fire/ |
A D | pcm.h | 48 struct snd_pcm *instance;
|
/linux/sound/pci/cs46xx/ |
A D | cs46xx.h | 1673 struct snd_pcm *pcm; 1700 struct snd_pcm *pcm_rear; 1701 struct snd_pcm *pcm_center_lfe; 1702 struct snd_pcm *pcm_iec958;
|