Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/sound/pci/nm256/
H A Dnm256.c210 u32 coeff_buf[2]; /* coefficient buffer for each stream */ member
332 u32 coeff_buf = chip->coeff_buf[stream]; in snd_nm256_load_one_coefficient() local
336 snd_nm256_write_buffer(chip, coefficients + offset, coeff_buf, size); in snd_nm256_load_one_coefficient()
337 snd_nm256_writel(chip, port, coeff_buf); in snd_nm256_load_one_coefficient()
341 snd_nm256_writel(chip, port + 4, coeff_buf + size); in snd_nm256_load_one_coefficient()
1609 chip->coeff_buf[SNDRV_PCM_STREAM_PLAYBACK] = addr; in snd_nm256_create()
1611 chip->coeff_buf[SNDRV_PCM_STREAM_CAPTURE] = addr; in snd_nm256_create()
/kernel/linux/linux-6.6/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()

Completed in 5 milliseconds