• Home
  • Raw
  • Download

Lines Matching refs:hw

172 		runtime->hw.rate_min =  in soc_pcm_open()
175 runtime->hw.rate_max = in soc_pcm_open()
178 runtime->hw.channels_min = in soc_pcm_open()
181 runtime->hw.channels_max = in soc_pcm_open()
184 runtime->hw.formats = in soc_pcm_open()
186 runtime->hw.rates = in soc_pcm_open()
189 runtime->hw.rate_min = in soc_pcm_open()
192 runtime->hw.rate_max = in soc_pcm_open()
195 runtime->hw.channels_min = in soc_pcm_open()
198 runtime->hw.channels_max = in soc_pcm_open()
201 runtime->hw.formats = in soc_pcm_open()
203 runtime->hw.rates = in soc_pcm_open()
208 if (!runtime->hw.rates) { in soc_pcm_open()
213 if (!runtime->hw.formats) { in soc_pcm_open()
218 if (!runtime->hw.channels_min || !runtime->hw.channels_max) { in soc_pcm_open()
225 pr_debug("asoc: rate mask 0x%x\n", runtime->hw.rates); in soc_pcm_open()
226 pr_debug("asoc: min ch %d max ch %d\n", runtime->hw.channels_min, in soc_pcm_open()
227 runtime->hw.channels_max); in soc_pcm_open()
228 pr_debug("asoc: min rate %d max rate %d\n", runtime->hw.rate_min, in soc_pcm_open()
229 runtime->hw.rate_max); in soc_pcm_open()
1461 const struct snd_pcm_hardware *hw) in snd_soc_set_runtime_hwparams() argument
1464 runtime->hw.info = hw->info; in snd_soc_set_runtime_hwparams()
1465 runtime->hw.formats = hw->formats; in snd_soc_set_runtime_hwparams()
1466 runtime->hw.period_bytes_min = hw->period_bytes_min; in snd_soc_set_runtime_hwparams()
1467 runtime->hw.period_bytes_max = hw->period_bytes_max; in snd_soc_set_runtime_hwparams()
1468 runtime->hw.periods_min = hw->periods_min; in snd_soc_set_runtime_hwparams()
1469 runtime->hw.periods_max = hw->periods_max; in snd_soc_set_runtime_hwparams()
1470 runtime->hw.buffer_bytes_max = hw->buffer_bytes_max; in snd_soc_set_runtime_hwparams()
1471 runtime->hw.fifo_size = hw->fifo_size; in snd_soc_set_runtime_hwparams()