Home
last modified time | relevance | path

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

/sound/pci/nm256/
Dnm256.c224 u32 coeff_buf[2]; /* coefficient buffer for each stream */ member
346 u32 coeff_buf = chip->coeff_buf[stream]; in snd_nm256_load_one_coefficient() local
350 snd_nm256_write_buffer(chip, coefficients + offset, coeff_buf, size); in snd_nm256_load_one_coefficient()
351 snd_nm256_writel(chip, port, coeff_buf); in snd_nm256_load_one_coefficient()
355 snd_nm256_writel(chip, port + 4, coeff_buf + size); in snd_nm256_load_one_coefficient()
1607 chip->coeff_buf[SNDRV_PCM_STREAM_PLAYBACK] = addr; in snd_nm256_create()
1609 chip->coeff_buf[SNDRV_PCM_STREAM_CAPTURE] = addr; in snd_nm256_create()