Lines Matching refs:pcm_device

409 	struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
410 struct aw2 *chip = pcm_device->chip;
420 pcm_device->stream_number,
425 snd_aw2_saa7146_define_it_playback_callback(pcm_device->stream_number,
438 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
439 struct aw2 *chip = pcm_device->chip;
449 pcm_device->stream_number,
454 snd_aw2_saa7146_define_it_capture_callback(pcm_device->stream_number,
469 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
470 struct aw2 *chip = pcm_device->chip;
475 pcm_device->
480 pcm_device->
495 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
496 struct aw2 *chip = pcm_device->chip;
501 pcm_device->
506 pcm_device->
520 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
521 struct aw2 *chip = pcm_device->chip;
528 pcm_device->stream_number,
539 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
540 struct aw2 *chip = pcm_device->chip;
547 pcm_device->stream_number,
560 struct aw2_pcm_device *pcm_device;
573 pcm_device = &chip->device_playback[NUM_STREAM_PLAYBACK_ANA];
578 pcm_playback_ana->private_data = pcm_device;
583 pcm_device->pcm = pcm_playback_ana;
586 pcm_device->chip = chip;
588 pcm_device->stream_number = NUM_STREAM_PLAYBACK_ANA;
605 pcm_device = &chip->device_playback[NUM_STREAM_PLAYBACK_DIG];
610 pcm_playback_num->private_data = pcm_device;
615 pcm_device->pcm = pcm_playback_num;
618 pcm_device->chip = chip;
620 pcm_device->stream_number = NUM_STREAM_PLAYBACK_DIG;
638 pcm_device = &chip->device_capture[NUM_STREAM_CAPTURE_ANA];
643 pcm_capture->private_data = pcm_device;
648 pcm_device->pcm = pcm_capture;
651 pcm_device->chip = chip;
653 pcm_device->stream_number = NUM_STREAM_CAPTURE_ANA;