• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/sound/pci/aw2/

Lines Matching defs:pcm_device

464 	struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
465 struct aw2 *chip = pcm_device->chip;
475 pcm_device->stream_number,
480 snd_aw2_saa7146_define_it_playback_callback(pcm_device->stream_number,
493 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
494 struct aw2 *chip = pcm_device->chip;
504 pcm_device->stream_number,
509 snd_aw2_saa7146_define_it_capture_callback(pcm_device->stream_number,
524 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
525 struct aw2 *chip = pcm_device->chip;
530 pcm_device->
535 pcm_device->
550 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
551 struct aw2 *chip = pcm_device->chip;
556 pcm_device->
561 pcm_device->
575 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
576 struct aw2 *chip = pcm_device->chip;
583 pcm_device->stream_number,
594 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
595 struct aw2 *chip = pcm_device->chip;
602 pcm_device->stream_number,
615 struct aw2_pcm_device *pcm_device;
628 pcm_device = &chip->device_playback[NUM_STREAM_PLAYBACK_ANA];
633 pcm_playback_ana->private_data = pcm_device;
638 pcm_device->pcm = pcm_playback_ana;
641 pcm_device->chip = chip;
643 pcm_device->stream_number = NUM_STREAM_PLAYBACK_ANA;
664 pcm_device = &chip->device_playback[NUM_STREAM_PLAYBACK_DIG];
669 pcm_playback_num->private_data = pcm_device;
674 pcm_device->pcm = pcm_playback_num;
677 pcm_device->chip = chip;
679 pcm_device->stream_number = NUM_STREAM_PLAYBACK_DIG;
704 pcm_device = &chip->device_capture[NUM_STREAM_CAPTURE_ANA];
709 pcm_capture->private_data = pcm_device;
714 pcm_device->pcm = pcm_capture;
717 pcm_device->chip = chip;
719 pcm_device->stream_number = NUM_STREAM_CAPTURE_ANA;