Home
last modified time | relevance | path

Searched refs:parent_pcm_hw (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/xen/
H A Dxen_snd_front_cfg.c240 struct snd_pcm_hardware *parent_pcm_hw, in cfg_read_pcm_hw() argument
249 if (parent_pcm_hw) in cfg_read_pcm_hw()
250 *pcm_hw = *parent_pcm_hw; in cfg_read_pcm_hw()
385 struct snd_pcm_hardware *parent_pcm_hw, in cfg_device() argument
412 cfg_read_pcm_hw(device_path, parent_pcm_hw, &pcm_instance->pcm_hw); in cfg_device()