Home
last modified time | relevance | path

Searched refs:src_stream_out_ofs (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/sound/pci/lola/
H A Dlola_mixer.c138 chip->mixer.src_stream_out_ofs = chip->mixer.src_phys_ins + in lola_init_mixer_widget()
191 if (chip->mixer.src_stream_out_ofs > MAX_AUDIO_INOUT_COUNT || in lola_init_mixer_widget()
199 << chip->mixer.src_stream_out_ofs); in lola_init_mixer_widget()
435 i + chip->mixer.src_stream_out_ofs, in init_mixer_values()
447 int src = chip->mixer.src_stream_out_ofs + i; in init_mixer_values()
806 chip->mixer.src_stream_out_ofs, in lola_create_mixer()
820 chip->mixer.src_stream_out_ofs, in lola_create_mixer()
834 chip->mixer.src_stream_out_ofs, in lola_create_mixer()
H A Dlola.h271 unsigned int src_stream_out_ofs; member