Home
last modified time | relevance | path

Searched refs:spdif_str_bits (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/sound/pci/ca0106/
Dca0106_main.c512 if (chip->spdif_str_bits[idx] != chip->spdif_bits[idx]) { in restore_spdif_bits()
513 chip->spdif_str_bits[idx] = chip->spdif_bits[idx]; in restore_spdif_bits()
515 chip->spdif_str_bits[idx]); in restore_spdif_bits()
1496 chip->spdif_str_bits[0] = chip->spdif_bits[0] = def_bits; in ca0106_init_chip()
1497 chip->spdif_str_bits[1] = chip->spdif_bits[1] = def_bits; in ca0106_init_chip()
1498 chip->spdif_str_bits[2] = chip->spdif_bits[2] = def_bits; in ca0106_init_chip()
1499 chip->spdif_str_bits[3] = chip->spdif_bits[3] = def_bits; in ca0106_init_chip()
1502 snd_ca0106_ptr_write(chip, SPCS1, 0, chip->spdif_str_bits[1]); in ca0106_init_chip()
1503 snd_ca0106_ptr_write(chip, SPCS0, 0, chip->spdif_str_bits[0]); in ca0106_init_chip()
1504 snd_ca0106_ptr_write(chip, SPCS2, 0, chip->spdif_str_bits[2]); in ca0106_init_chip()
[all …]
Dca0106_mixer.c150 snd_ca0106_ptr_write(emu, SPCS0 + idx, 0, emu->spdif_str_bits[idx]); in ca0106_set_spdif_bits()
357 emu->spdif_str_bits[idx]); in snd_ca0106_spdif_get_stream()
392 emu->spdif_str_bits[idx] = val; in snd_ca0106_spdif_put_default()
407 if (val != emu->spdif_str_bits[idx]) { in snd_ca0106_spdif_put_stream()
408 emu->spdif_str_bits[idx] = val; in snd_ca0106_spdif_put_stream()
Dca0106.h699 u32 spdif_str_bits[4]; /* s/pdif out per-stream setup */ member