Lines Matching defs:runtime
1421 struct snd_pcm_runtime *runtime = substream->runtime;
1422 struct snd_azf3328_codec_data *codec = runtime->private_data;
1428 codec->dma_base = runtime->dma_addr;
1432 runtime->rate,
1433 snd_pcm_format_width(runtime->format),
1434 runtime->channels);
1436 runtime->dma_addr, count, size);
1445 struct snd_pcm_runtime *runtime = substream->runtime;
1446 struct snd_azf3328_codec_data *codec = runtime->private_data;
1465 runtime->rate,
1466 snd_pcm_format_width(runtime->format),
1467 runtime->channels);
1481 snd_azf3328_codec_setdmaa(chip, codec, runtime->dma_addr,
1602 substream->runtime->private_data;
1614 frmres = bytes_to_frames( substream->runtime, result);
2011 struct snd_pcm_runtime *runtime = substream->runtime;
2017 runtime->hw = snd_azf3328_hardware;
2019 snd_pcm_hw_constraint_list(runtime, 0, SNDRV_PCM_HW_PARAM_RATE,
2021 runtime->private_data = codec;
2048 substream->runtime->private_data;