Searched refs:i2c_capture_volume (Results 1 - 6 of 6) sorted by relevance

/linux-master/sound/pci/ca0106/
H A Dca0106_mixer.c103 ngain = emu->i2c_capture_volume[val][0]; /* Left */
104 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][0]; /* Left */
107 ngain = emu->i2c_capture_volume[val][1]; /* Right */
108 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][1]; /* Right */
466 ucontrol->value.integer.value[0] = emu->i2c_capture_volume[source_id][0];
467 ucontrol->value.integer.value[1] = emu->i2c_capture_volume[source_id][1];
481 ogain = emu->i2c_capture_volume[source_id][0]; /* Left */
488 emu->i2c_capture_volume[source_id][0] = ucontrol->value.integer.value[0];
491 ogain = emu->i2c_capture_volume[source_id][1]; /* Right */
498 emu->i2c_capture_volume[source_i
[all...]
H A Dca0106.h687 u8 i2c_capture_volume[4][2]; member in struct:snd_ca0106
H A Dca0106_main.c1533 chip->i2c_capture_volume[n][0] = 0xcf;
1534 chip->i2c_capture_volume[n][1] = 0xcf;
/linux-master/sound/pci/emu10k1/
H A Demumixer.c1207 /* emu->i2c_capture_volume */
1221 ngain = emu->i2c_capture_volume[source_id][0]; /* Left */
1222 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][0]; /* Left */
1225 ngain = emu->i2c_capture_volume[source_id][1]; /* Right */
1226 ogain = emu->i2c_capture_volume[emu->i2c_capture_source][1]; /* Right */
1263 /* Limit: emu->i2c_capture_volume */
1268 ucontrol->value.integer.value[0] = emu->i2c_capture_volume[source_id][0];
1269 ucontrol->value.integer.value[1] = emu->i2c_capture_volume[source_id][1];
1283 /* Limit: emu->i2c_capture_volume */
1293 ogain = emu->i2c_capture_volume[source_i
[all...]
H A Demu10k1_main.c255 emu->i2c_capture_volume[n][0] = 0xcf;
256 emu->i2c_capture_volume[n][1] = 0xcf;
/linux-master/include/sound/
H A Demu10k1.h1725 u8 i2c_capture_volume[4][2]; member in struct:snd_emu10k1

Completed in 172 milliseconds