Home
last modified time | relevance | path

Searched defs:audio_soc_softc (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/dev/sound/fdt/
H A Daudio_soc.c59 struct audio_soc_softc { struct
64 struct snddev_info info;
65 device_t dev;
66 char *name;
67 struct intr_config_hook init_hook;
68 device_t cpu_dev;
69 device_t codec_dev;
71 unsigned int mclk_fs;
72 struct audio_soc_channel play_channel;
73 struct audio_soc_channel rec_channel;
[all …]