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