Home
last modified time | relevance | path

Searched refs:periods_max (Results 1 – 25 of 207) sorted by relevance

123456789

/linux-6.3-rc2/sound/drivers/
A Ddummy.c117 unsigned int periods_max; member
167 .periods_max = 2,
177 .periods_max = 1024,
187 .periods_max = 255,
206 .periods_max = 8,
527 .periods_max = USE_PERIODS_MAX,
965 FIELD_ENTRY(periods_max, "%d"),
1073 if (m->periods_max) in snd_dummy_probe()
1074 dummy->pcm_hw.periods_max = m->periods_max; in snd_dummy_probe()
/linux-6.3-rc2/sound/usb/line6/
A Dpodhd.c73 .periods_max = 1024},
90 .periods_max = 1024},
115 .periods_max = 1024},
135 .periods_max = 1024},
/linux-6.3-rc2/sound/soc/mxs/
A Dmxs-pcm.c29 .periods_max = 52,
/linux-6.3-rc2/sound/soc/ti/
A Dudma-pcm.c26 .periods_max = UINT_MAX,
A Dedma-pcm.c31 .periods_max = 19, /* Limit by edma dmaengine driver */
A Dsdma-pcm.c27 .periods_max = 255,
/linux-6.3-rc2/sound/soc/spear/
A Dspear_pcm.c31 .periods_max = 8, /* max # of periods */
/linux-6.3-rc2/sound/pci/echoaudio/
A Ddarla20.c80 .periods_max = 220,
A Dgina20.c84 .periods_max = 220,
A Ddarla24.c87 .periods_max = 220,
A Dindigo.c89 .periods_max = 220,
A Dindigodj.c89 .periods_max = 220,
A Dindigodjx.c90 .periods_max = 220,
A Dindigoio.c90 .periods_max = 220,
A Dindigoiox.c91 .periods_max = 220,
A Dlayla20.c94 .periods_max = 220,
A Dmia.c99 .periods_max = 220,
A Dgina24.c107 .periods_max = 220,
A Dlayla24.c104 .periods_max = 220,
A Dmona.c116 .periods_max = 220,
A Decho3g.c103 .periods_max = 220,
/linux-6.3-rc2/sound/soc/cirrus/
A Dep93xx-pcm.c34 .periods_max = 32,
/linux-6.3-rc2/sound/pci/ctxfi/
A Dctpcm.c41 .periods_max = 1024,
63 .periods_max = 1024,
89 .periods_max = 1024,
/linux-6.3-rc2/sound/pci/au88x0/
A Dau88x0_pcm.c38 .periods_max = 1024,
59 .periods_max = 64,
81 .periods_max = 64,
99 .periods_max = 64,
/linux-6.3-rc2/sound/soc/sprd/
A Dsprd-pcm-dma.c45 .periods_max = PAGE_SIZE / SPRD_PCM_DMA_LINKLIST_SIZE,
81 size = runtime->hw.periods_max * SPRD_PCM_DMA_LINKLIST_SIZE; in sprd_pcm_open()
118 int size = runtime->hw.periods_max * SPRD_PCM_DMA_LINKLIST_SIZE; in sprd_pcm_close()

Completed in 19 milliseconds

123456789