Symbol: snd_pcm_str
drivers/media/pci/solo6x10/solo6x10-g723.c
78
struct snd_pcm_str *pstr =
include/sound/pcm.h
466
struct snd_pcm_str *pstr;
include/sound/pcm.h
543
struct snd_pcm_str streams[2];
sound/core/oss/pcm_oss.c
2953
struct snd_pcm_str *pstr = entry->private_data;
sound/core/oss/pcm_oss.c
2971
static void snd_pcm_oss_proc_free_setup_list(struct snd_pcm_str * pstr)
sound/core/oss/pcm_oss.c
2987
struct snd_pcm_str *pstr = entry->private_data;
sound/core/oss/pcm_oss.c
3063
struct snd_pcm_str *pstr = &pcm->streams[stream];
sound/core/oss/pcm_oss.c
3086
struct snd_pcm_str *pstr = &pcm->streams[stream];
sound/core/pcm.c
1012
struct snd_pcm_str *pstr = dev_get_drvdata(dev);
sound/core/pcm.c
106
struct snd_pcm_str *pstr;
sound/core/pcm.c
362
snd_pcm_proc_info_read(((struct snd_pcm_str *)entry->private_data)->substream,
sound/core/pcm.c
482
struct snd_pcm_str *pstr = entry->private_data;
sound/core/pcm.c
489
struct snd_pcm_str *pstr = entry->private_data;
sound/core/pcm.c
496
static int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr)
sound/core/pcm.c
525
static int snd_pcm_stream_proc_done(struct snd_pcm_str *pstr)
sound/core/pcm.c
584
static inline int snd_pcm_stream_proc_init(struct snd_pcm_str *pstr) { return 0; }
sound/core/pcm.c
585
static inline int snd_pcm_stream_proc_done(struct snd_pcm_str *pstr) { return 0; }
sound/core/pcm.c
597
struct snd_pcm_str *pstr = dev_get_drvdata(dev);
sound/core/pcm.c
630
struct snd_pcm_str *pstr = &pcm->streams[stream];
sound/core/pcm.c
804
static void free_chmap(struct snd_pcm_str *pstr)
sound/core/pcm.c
814
static void snd_pcm_free_stream(struct snd_pcm_str * pstr)
sound/core/pcm.c
879
struct snd_pcm_str * pstr;
sound/core/pcm_lib.c
513
struct snd_pcm_str *stream = &pcm->streams[direction];
sound/core/pcm_native.c
224
struct snd_pcm_str *pstr = substream->pstr;
sound/soc/rockchip/rockchip_i2s_tdm.c
536
struct snd_pcm_str *playback_str =
sound/soc/rockchip/rockchip_i2s_tdm.c
556
struct snd_pcm_str *capture_str =
sound/virtio/virtio_pcm.c
476
struct snd_pcm_str *ks = &vpcm->pcm->streams[i];