Symbol: pcm_device
include/sound/emu10k1.h
1825
int snd_emu10k1_mixer(struct snd_emu10k1 * emu, int pcm_device, int multi_device);
sound/pci/aw2/aw2-alsa.c
344
struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
sound/pci/aw2/aw2-alsa.c
345
struct aw2 *chip = pcm_device->chip;
sound/pci/aw2/aw2-alsa.c
355
pcm_device->stream_number,
sound/pci/aw2/aw2-alsa.c
360
snd_aw2_saa7146_define_it_playback_callback(pcm_device->stream_number,
sound/pci/aw2/aw2-alsa.c
371
struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
sound/pci/aw2/aw2-alsa.c
372
struct aw2 *chip = pcm_device->chip;
sound/pci/aw2/aw2-alsa.c
382
pcm_device->stream_number,
sound/pci/aw2/aw2-alsa.c
387
snd_aw2_saa7146_define_it_capture_callback(pcm_device->stream_number,
sound/pci/aw2/aw2-alsa.c
399
struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
sound/pci/aw2/aw2-alsa.c
400
struct aw2 *chip = pcm_device->chip;
sound/pci/aw2/aw2-alsa.c
406
pcm_device->
sound/pci/aw2/aw2-alsa.c
411
pcm_device->
sound/pci/aw2/aw2-alsa.c
424
struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
sound/pci/aw2/aw2-alsa.c
425
struct aw2 *chip = pcm_device->chip;
sound/pci/aw2/aw2-alsa.c
431
pcm_device->
sound/pci/aw2/aw2-alsa.c
436
pcm_device->
sound/pci/aw2/aw2-alsa.c
449
struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
sound/pci/aw2/aw2-alsa.c
450
struct aw2 *chip = pcm_device->chip;
sound/pci/aw2/aw2-alsa.c
457
pcm_device->stream_number,
sound/pci/aw2/aw2-alsa.c
468
struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
sound/pci/aw2/aw2-alsa.c
469
struct aw2 *chip = pcm_device->chip;
sound/pci/aw2/aw2-alsa.c
476
pcm_device->stream_number,
sound/pci/aw2/aw2-alsa.c
489
struct aw2_pcm_device *pcm_device;
sound/pci/aw2/aw2-alsa.c
502
pcm_device = &chip->device_playback[NUM_STREAM_PLAYBACK_ANA];
sound/pci/aw2/aw2-alsa.c
507
pcm_playback_ana->private_data = pcm_device;
sound/pci/aw2/aw2-alsa.c
512
pcm_device->pcm = pcm_playback_ana;
sound/pci/aw2/aw2-alsa.c
515
pcm_device->chip = chip;
sound/pci/aw2/aw2-alsa.c
517
pcm_device->stream_number = NUM_STREAM_PLAYBACK_ANA;
sound/pci/aw2/aw2-alsa.c
534
pcm_device = &chip->device_playback[NUM_STREAM_PLAYBACK_DIG];
sound/pci/aw2/aw2-alsa.c
539
pcm_playback_num->private_data = pcm_device;
sound/pci/aw2/aw2-alsa.c
544
pcm_device->pcm = pcm_playback_num;
sound/pci/aw2/aw2-alsa.c
547
pcm_device->chip = chip;
sound/pci/aw2/aw2-alsa.c
549
pcm_device->stream_number = NUM_STREAM_PLAYBACK_DIG;
sound/pci/aw2/aw2-alsa.c
567
pcm_device = &chip->device_capture[NUM_STREAM_CAPTURE_ANA];
sound/pci/aw2/aw2-alsa.c
572
pcm_capture->private_data = pcm_device;
sound/pci/aw2/aw2-alsa.c
577
pcm_device->pcm = pcm_capture;
sound/pci/aw2/aw2-alsa.c
580
pcm_device->chip = chip;
sound/pci/aw2/aw2-alsa.c
582
pcm_device->stream_number = NUM_STREAM_CAPTURE_ANA;
sound/pci/emu10k1/emumixer.c
1988
int pcm_device, int multi_device)
sound/pci/emu10k1/emumixer.c
2211
kctl->id.device = pcm_device;
sound/pci/emu10k1/emumixer.c
2218
kctl->id.device = pcm_device;
sound/pci/emu10k1/emumixer.c
2225
kctl->id.device = pcm_device;