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
345
struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
sound/pci/aw2/aw2-alsa.c
346
struct aw2 *chip = pcm_device->chip;
sound/pci/aw2/aw2-alsa.c
356
pcm_device->stream_number,
sound/pci/aw2/aw2-alsa.c
361
snd_aw2_saa7146_define_it_playback_callback(pcm_device->stream_number,
sound/pci/aw2/aw2-alsa.c
372
struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
sound/pci/aw2/aw2-alsa.c
373
struct aw2 *chip = pcm_device->chip;
sound/pci/aw2/aw2-alsa.c
383
pcm_device->stream_number,
sound/pci/aw2/aw2-alsa.c
388
snd_aw2_saa7146_define_it_capture_callback(pcm_device->stream_number,
sound/pci/aw2/aw2-alsa.c
400
struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
sound/pci/aw2/aw2-alsa.c
401
struct aw2 *chip = pcm_device->chip;
sound/pci/aw2/aw2-alsa.c
407
pcm_device->
sound/pci/aw2/aw2-alsa.c
412
pcm_device->
sound/pci/aw2/aw2-alsa.c
425
struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
sound/pci/aw2/aw2-alsa.c
426
struct aw2 *chip = pcm_device->chip;
sound/pci/aw2/aw2-alsa.c
432
pcm_device->
sound/pci/aw2/aw2-alsa.c
437
pcm_device->
sound/pci/aw2/aw2-alsa.c
450
struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
sound/pci/aw2/aw2-alsa.c
451
struct aw2 *chip = pcm_device->chip;
sound/pci/aw2/aw2-alsa.c
458
pcm_device->stream_number,
sound/pci/aw2/aw2-alsa.c
469
struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
sound/pci/aw2/aw2-alsa.c
470
struct aw2 *chip = pcm_device->chip;
sound/pci/aw2/aw2-alsa.c
477
pcm_device->stream_number,
sound/pci/aw2/aw2-alsa.c
490
struct aw2_pcm_device *pcm_device;
sound/pci/aw2/aw2-alsa.c
503
pcm_device = &chip->device_playback[NUM_STREAM_PLAYBACK_ANA];
sound/pci/aw2/aw2-alsa.c
508
pcm_playback_ana->private_data = pcm_device;
sound/pci/aw2/aw2-alsa.c
513
pcm_device->pcm = pcm_playback_ana;
sound/pci/aw2/aw2-alsa.c
516
pcm_device->chip = chip;
sound/pci/aw2/aw2-alsa.c
518
pcm_device->stream_number = NUM_STREAM_PLAYBACK_ANA;
sound/pci/aw2/aw2-alsa.c
535
pcm_device = &chip->device_playback[NUM_STREAM_PLAYBACK_DIG];
sound/pci/aw2/aw2-alsa.c
540
pcm_playback_num->private_data = pcm_device;
sound/pci/aw2/aw2-alsa.c
545
pcm_device->pcm = pcm_playback_num;
sound/pci/aw2/aw2-alsa.c
548
pcm_device->chip = chip;
sound/pci/aw2/aw2-alsa.c
550
pcm_device->stream_number = NUM_STREAM_PLAYBACK_DIG;
sound/pci/aw2/aw2-alsa.c
568
pcm_device = &chip->device_capture[NUM_STREAM_CAPTURE_ANA];
sound/pci/aw2/aw2-alsa.c
573
pcm_capture->private_data = pcm_device;
sound/pci/aw2/aw2-alsa.c
578
pcm_device->pcm = pcm_capture;
sound/pci/aw2/aw2-alsa.c
581
pcm_device->chip = chip;
sound/pci/aw2/aw2-alsa.c
583
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;