Searched defs:snd_dummy (Results 1 – 1 of 1) sorted by relevance
128 struct snd_dummy { struct129 struct snd_card *card;130 const struct dummy_model *model;131 struct snd_pcm *pcm;132 struct snd_pcm_hardware pcm_hw;133 spinlock_t mixer_lock;134 int mixer_volume[MIXER_ADDR_LAST+1][2];135 int capture_source[MIXER_ADDR_LAST+1][2];136 int iobox;137 struct snd_kcontrol *cd_volume_ctl;[all …]