Lines Matching refs:channel_id
430 int channel_id, reg; in snd_ca0106_volume_get() local
432 channel_id = (kcontrol->private_value >> 8) & 0xff; in snd_ca0106_volume_get()
435 value = snd_ca0106_ptr_read(emu, reg, channel_id); in snd_ca0106_volume_get()
446 int channel_id, reg; in snd_ca0106_volume_put() local
448 channel_id = (kcontrol->private_value >> 8) & 0xff; in snd_ca0106_volume_put()
451 oval = snd_ca0106_ptr_read(emu, reg, channel_id); in snd_ca0106_volume_put()
458 snd_ca0106_ptr_write(emu, reg, channel_id, nval); in snd_ca0106_volume_put()
672 int channel_id) in snd_ca0106_volume_spi_dac_ctl() argument
684 switch (channel_id) { in snd_ca0106_volume_spi_dac_ctl()
888 unsigned int channel_id; member
912 saved_volumes[i].channel_id); in snd_ca0106_mixer_suspend()
921 saved_volumes[i].channel_id, in snd_ca0106_mixer_resume()