Searched refs:sc_fmt (Results 1 – 4 of 4) sorted by relevance
/freebsd/sys/dev/sound/macio/ |
H A D | aoa.c | 339 static u_int32_t sc_fmt[] = { variable 343 static struct pcmchan_caps aoa_caps = {44100, 44100, sc_fmt, 0};
|
/freebsd/sys/arm64/rockchip/ |
H A D | rk_i2s.c | 166 static uint32_t sc_fmt[] = { variable 170 static struct pcmchan_caps rk_i2s_caps = {RK_I2S_SAMPLING_RATE, RK_I2S_SAMPLING_RATE, sc_fmt, 0};
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_i2s.c | 257 static uint32_t sc_fmt[] = { variable 261 static struct pcmchan_caps aw_i2s_caps = {AW_I2S_SAMPLE_RATE, AW_I2S_SAMPLE_RATE, sc_fmt, 0};
|
/freebsd/sys/dev/sound/pci/ |
H A D | vibes.c | 105 static u_int32_t sc_fmt[] = { variable 113 static struct pcmchan_caps sc_caps = {8000, 48000, sc_fmt, 0};
|