Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/tw686x/
H A Dtw686x-audio.c38 struct tw686x_audio_channel *ac = &dev->audio_channels[ch]; in tw686x_audio_irq()
107 struct tw686x_audio_channel *ac = &dev->audio_channels[ss->number]; in tw686x_pcm_open()
124 struct tw686x_audio_channel *ac = &dev->audio_channels[ss->number]; in tw686x_pcm_close()
133 struct tw686x_audio_channel *ac = &dev->audio_channels[ss->number]; in tw686x_pcm_prepare()
214 struct tw686x_audio_channel *ac = &dev->audio_channels[ss->number]; in tw686x_pcm_trigger()
253 struct tw686x_audio_channel *ac = &dev->audio_channels[ss->number]; in tw686x_pcm_pointer()
386 ac = &dev->audio_channels[ch]; in tw686x_audio_init()
406 if (!dev->audio_channels[ch].dev) in tw686x_audio_init()
408 tw686x_audio_dma_free(dev, &dev->audio_channels[ch]); in tw686x_audio_init()
H A Dtw686x-core.c235 kfree(dev->audio_channels); in tw686x_dev_release()
260 dev->audio_channels = kcalloc(max_channels(dev), in tw686x_probe()
261 sizeof(*dev->audio_channels), GFP_KERNEL); in tw686x_probe()
262 if (!dev->audio_channels) { in tw686x_probe()
356 kfree(dev->audio_channels); in tw686x_probe()
H A Dtw686x.h133 struct tw686x_audio_channel *audio_channels; member
/openbmc/linux/sound/soc/tegra/
H A Dtegra30_ahub.c136 cif_conf.audio_channels = 2; in tegra30_ahub_allocate_rx_fifo()
238 cif_conf.audio_channels = 2; in tegra30_ahub_allocate_tx_fifo()
627 ((conf->audio_channels - 1) << in tegra30_ahub_set_cif()
659 ((conf->audio_channels - 1) << in tegra124_ahub_set_cif()
H A Dtegra30_ahub.h476 unsigned int audio_channels; member
H A Dtegra30_i2s.c182 cif_conf.audio_channels = 2; in tegra30_i2s_hw_params()
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/fluidsynth/
H A D0002-fluid_synth_nwrite_float-Allow-zero-pointer-for-left.patch43 for(i = 0; i < synth->audio_channels; i++)
108 for(i = 0; i < synth->audio_channels; i++)
/openbmc/linux/drivers/media/i2c/
H A Dtda1997x.c265 int audio_channels; member
1328 state->audio_channels = frame.audio.channels; in tda1997x_parse_infoframe()
2005 if (state->audio_channels) { in tda1997x_log_status()
2006 v4l2_info(sd, "audio: %dch %dHz\n", state->audio_channels, in tda1997x_log_status()