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