Home
last modified time | relevance | path

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

/openbmc/linux/sound/pci/nm256/
H A Dnm256.c206 u32 coeff_buf[2]; /* coefficient buffer for each stream */ member
328 u32 coeff_buf = chip->coeff_buf[stream]; in snd_nm256_load_one_coefficient() local
332 snd_nm256_write_buffer(chip, coefficients + offset, coeff_buf, size); in snd_nm256_load_one_coefficient()
333 snd_nm256_writel(chip, port, coeff_buf); in snd_nm256_load_one_coefficient()
337 snd_nm256_writel(chip, port + 4, coeff_buf + size); in snd_nm256_load_one_coefficient()
1535 chip->coeff_buf[SNDRV_PCM_STREAM_PLAYBACK] = addr; in snd_nm256_create()
1537 chip->coeff_buf[SNDRV_PCM_STREAM_CAPTURE] = addr; in snd_nm256_create()