Lines Matching refs:private_value
432 channel_id = (kcontrol->private_value >> 8) & 0xff; in snd_ca0106_volume_get()
433 reg = kcontrol->private_value & 0xff; in snd_ca0106_volume_get()
448 channel_id = (kcontrol->private_value >> 8) & 0xff; in snd_ca0106_volume_put()
449 reg = kcontrol->private_value & 0xff; in snd_ca0106_volume_put()
478 source_id = kcontrol->private_value; in snd_ca0106_i2c_volume_get()
494 source_id = kcontrol->private_value; in snd_ca0106_i2c_volume_put()
525 unsigned int reg = kcontrol->private_value >> SPI_REG_SHIFT; in spi_mute_get()
526 unsigned int bit = kcontrol->private_value & SPI_REG_MASK; in spi_mute_get()
536 unsigned int reg = kcontrol->private_value >> SPI_REG_SHIFT; in spi_mute_put()
537 unsigned int bit = kcontrol->private_value & SPI_REG_MASK; in spi_mute_put()
564 .private_value = ((chid) << 8) | (reg) \
645 .private_value = chid \
709 spi_switch.private_value = (reg << SPI_REG_SHIFT) | bit; in snd_ca0106_volume_spi_dac_ctl()