Searched refs:spdif_str_bits (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/sound/pci/ca0106/ |
H A D | ca0106_main.c | 497 if (chip->spdif_str_bits[idx] != chip->spdif_bits[idx]) { in restore_spdif_bits() 498 chip->spdif_str_bits[idx] = chip->spdif_bits[idx]; in restore_spdif_bits() 500 chip->spdif_str_bits[idx]); in restore_spdif_bits() 1408 chip->spdif_str_bits[0] = chip->spdif_bits[0] = def_bits; in ca0106_init_chip() 1409 chip->spdif_str_bits[1] = chip->spdif_bits[1] = def_bits; in ca0106_init_chip() 1410 chip->spdif_str_bits[2] = chip->spdif_bits[2] = def_bits; in ca0106_init_chip() 1411 chip->spdif_str_bits[3] = chip->spdif_bits[3] = def_bits; in ca0106_init_chip() 1414 snd_ca0106_ptr_write(chip, SPCS1, 0, chip->spdif_str_bits[1]); in ca0106_init_chip() 1415 snd_ca0106_ptr_write(chip, SPCS0, 0, chip->spdif_str_bits[0]); in ca0106_init_chip() 1416 snd_ca0106_ptr_write(chip, SPCS2, 0, chip->spdif_str_bits[2]); in ca0106_init_chip() [all …]
|
H A D | ca0106_mixer.c | 136 snd_ca0106_ptr_write(emu, SPCS0 + idx, 0, emu->spdif_str_bits[idx]); in ca0106_set_spdif_bits() 343 emu->spdif_str_bits[idx]); in snd_ca0106_spdif_get_stream() 378 emu->spdif_str_bits[idx] = val; in snd_ca0106_spdif_put_default() 393 if (val != emu->spdif_str_bits[idx]) { in snd_ca0106_spdif_put_stream() 394 emu->spdif_str_bits[idx] = val; in snd_ca0106_spdif_put_stream()
|
H A D | ca0106.h | 683 u32 spdif_str_bits[4]; /* s/pdif out per-stream setup */ member
|