Home
last modified time | relevance | path

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

/linux-5.10/sound/drivers/
Ddummy.c118 struct snd_dummy { struct
119 struct snd_card *card;
120 const struct dummy_model *model;
121 struct snd_pcm *pcm;
122 struct snd_pcm_hardware pcm_hw;
123 spinlock_t mixer_lock;
124 int mixer_volume[MIXER_ADDR_LAST+1][2];
125 int capture_source[MIXER_ADDR_LAST+1][2];
126 int iobox;
127 struct snd_kcontrol *cd_volume_ctl;
[all …]