Lines Matching defs:runtime
1430 struct snd_pcm_runtime *runtime = substream->runtime;
1431 struct snd_azf3328_codec_data *codec = runtime->private_data;
1437 codec->dma_base = runtime->dma_addr;
1441 runtime->rate,
1442 snd_pcm_format_width(runtime->format),
1443 runtime->channels);
1445 runtime->dma_addr, count, size);
1454 struct snd_pcm_runtime *runtime = substream->runtime;
1455 struct snd_azf3328_codec_data *codec = runtime->private_data;
1474 runtime->rate,
1475 snd_pcm_format_width(runtime->format),
1476 runtime->channels);
1490 snd_azf3328_codec_setdmaa(chip, codec, runtime->dma_addr,
1611 substream->runtime->private_data;
1623 frmres = bytes_to_frames( substream->runtime, result);
2020 struct snd_pcm_runtime *runtime = substream->runtime;
2026 runtime->hw = snd_azf3328_hardware;
2028 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
2030 runtime->private_data = codec;
2057 substream->runtime->private_data;