Searched refs:pcm_hw (Results 1 - 7 of 7) sorted by relevance

/linux-master/sound/xen/
H A Dxen_snd_front_cfg.h22 struct snd_pcm_hardware pcm_hw; member in struct:xen_front_cfg_stream
28 struct snd_pcm_hardware pcm_hw; member in struct:xen_front_cfg_pcm_instance
38 struct snd_pcm_hardware pcm_hw; member in struct:xen_front_cfg_card
H A Dxen_snd_front_cfg.c151 const char *path, struct snd_pcm_hardware *pcm_hw)
180 pcm_hw->rates = rates;
181 pcm_hw->rate_min = rate_min;
182 pcm_hw->rate_max = rate_max;
187 const char *path, struct snd_pcm_hardware *pcm_hw)
203 pcm_hw->formats = formats;
241 struct snd_pcm_hardware *pcm_hw)
250 *pcm_hw = *parent_pcm_hw;
252 *pcm_hw = SND_DRV_PCM_HW_DEFAULT;
256 pcm_hw
150 cfg_hw_rates(char *list, unsigned int len, const char *path, struct snd_pcm_hardware *pcm_hw) argument
186 cfg_formats(char *list, unsigned int len, const char *path, struct snd_pcm_hardware *pcm_hw) argument
239 cfg_read_pcm_hw(const char *path, struct snd_pcm_hardware *parent_pcm_hw, struct snd_pcm_hardware *pcm_hw) argument
[all...]
H A Dxen_snd_front_alsa.c39 struct snd_pcm_hardware pcm_hw; member in struct:xen_snd_front_pcm_stream_info
52 struct snd_pcm_hardware pcm_hw; member in struct:xen_snd_front_pcm_instance_info
62 struct snd_pcm_hardware pcm_hw; member in struct:xen_snd_front_card_info
368 runtime->hw = stream->pcm_hw;
699 pcm_instance_info->pcm_hw = instance_cfg->pcm_hw;
727 pcm_instance_info->streams_pb[i].pcm_hw =
728 instance_cfg->streams_pb[i].pcm_hw;
734 pcm_instance_info->streams_cap[i].pcm_hw =
735 instance_cfg->streams_cap[i].pcm_hw;
[all...]
/linux-master/drivers/most/
H A Dmost_snd.c448 static int audio_set_hw_params(struct snd_pcm_hardware *pcm_hw, argument
472 pcm_hw->info = MOST_PCM_INFO;
473 pcm_hw->rates = SNDRV_PCM_RATE_48000;
474 pcm_hw->rate_min = 48000;
475 pcm_hw->rate_max = 48000;
476 pcm_hw->buffer_bytes_max = cfg->num_buffers * cfg->buffer_size;
477 pcm_hw->period_bytes_min = cfg->buffer_size;
478 pcm_hw->period_bytes_max = cfg->buffer_size;
479 pcm_hw->periods_min = 1;
480 pcm_hw
[all...]
/linux-master/sound/drivers/
H A Ddummy.c129 struct snd_pcm_hardware pcm_hw; member in struct:snd_dummy
561 runtime->hw = dummy->pcm_hw;
906 if (dummy->pcm_hw.formats & pcm_format_to_bits(i))
920 if (dummy->pcm_hw.rates & SNDRV_PCM_RATE_CONTINUOUS)
922 if (dummy->pcm_hw.rates & SNDRV_PCM_RATE_KNOT)
925 if (dummy->pcm_hw.rates & (1 << i))
930 (unsigned int *)((char *)&((dummy)->pcm_hw) + (ofs))
932 (unsigned long long *)((char *)&((dummy)->pcm_hw) + (ofs))
1053 dummy->pcm_hw = dummy_pcm_hardware;
1056 dummy->pcm_hw
[all...]
/linux-master/sound/usb/6fire/
H A Dpcm.c43 static const struct snd_pcm_hardware pcm_hw = { variable in typeref:struct:snd_pcm_hardware
396 alsa_rt->hw = pcm_hw;
/linux-master/sound/usb/hiface/
H A Dpcm.c72 static const struct snd_pcm_hardware pcm_hw = { variable in typeref:struct:snd_pcm_hardware
360 alsa_rt->hw = pcm_hw;

Completed in 131 milliseconds