Lines Matching defs:pcm_device

346 	struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
347 struct aw2 *chip = pcm_device->chip;
357 pcm_device->stream_number,
362 snd_aw2_saa7146_define_it_playback_callback(pcm_device->stream_number,
375 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
376 struct aw2 *chip = pcm_device->chip;
386 pcm_device->stream_number,
391 snd_aw2_saa7146_define_it_capture_callback(pcm_device->stream_number,
406 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
407 struct aw2 *chip = pcm_device->chip;
412 pcm_device->
417 pcm_device->
432 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
433 struct aw2 *chip = pcm_device->chip;
438 pcm_device->
443 pcm_device->
457 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
458 struct aw2 *chip = pcm_device->chip;
465 pcm_device->stream_number,
476 struct aw2_pcm_device *pcm_device = snd_pcm_substream_chip(substream);
477 struct aw2 *chip = pcm_device->chip;
484 pcm_device->stream_number,
497 struct aw2_pcm_device *pcm_device;
510 pcm_device = &chip->device_playback[NUM_STREAM_PLAYBACK_ANA];
515 pcm_playback_ana->private_data = pcm_device;
520 pcm_device->pcm = pcm_playback_ana;
523 pcm_device->chip = chip;
525 pcm_device->stream_number = NUM_STREAM_PLAYBACK_ANA;
542 pcm_device = &chip->device_playback[NUM_STREAM_PLAYBACK_DIG];
547 pcm_playback_num->private_data = pcm_device;
552 pcm_device->pcm = pcm_playback_num;
555 pcm_device->chip = chip;
557 pcm_device->stream_number = NUM_STREAM_PLAYBACK_DIG;
575 pcm_device = &chip->device_capture[NUM_STREAM_CAPTURE_ANA];
580 pcm_capture->private_data = pcm_device;
585 pcm_device->pcm = pcm_capture;
588 pcm_device->chip = chip;
590 pcm_device->stream_number = NUM_STREAM_CAPTURE_ANA;