Home
last modified time | relevance | path

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

/linux-2.6.39/sound/pci/cs46xx/
Ddsp_spos.c1666 cs46xx_poke_via_dsp (chip,SP_SPDOUT_CONTROL, 0); in cs46xx_dsp_disable_spdif_hw()
1670 cs46xx_poke_via_dsp (chip,SP_SPDOUT_CSUV, 0x0); in cs46xx_dsp_disable_spdif_hw()
1673 cs46xx_poke_via_dsp (chip,SP_SPDIN_FIFOPTR, 0x0); in cs46xx_dsp_disable_spdif_hw()
1691 cs46xx_poke_via_dsp (chip,SP_SPDOUT_CONTROL, 0x80000000); in cs46xx_dsp_enable_spdif_hw()
1694 cs46xx_poke_via_dsp (chip,SP_SPDOUT_CSUV, ins->spdif_csuv_default); in cs46xx_dsp_enable_spdif_hw()
1719 cs46xx_poke_via_dsp (chip,SP_ASER_COUNTDOWN, 0x80000005); in cs46xx_dsp_enable_spdif_in()
1725 cs46xx_poke_via_dsp (chip,SP_SPDIN_CONTROL, 0x800003ff); in cs46xx_dsp_enable_spdif_in()
1856 int cs46xx_poke_via_dsp (struct snd_cs46xx *chip, u32 address, u32 data) in cs46xx_poke_via_dsp() function
2008 cs46xx_poke_via_dsp(chip, SP_SPDOUT_CSUV, in cs46xx_dsp_resume()
2012 cs46xx_poke_via_dsp(chip, SP_ASER_COUNTDOWN, 0x80000005); in cs46xx_dsp_resume()
[all …]
Dcs46xx_lib.h118 int cs46xx_poke_via_dsp (struct snd_cs46xx *chip, u32 address, u32 data);
Ddsp_spos_scb_lib.c1747 cs46xx_poke_via_dsp (chip,SP_SPDOUT_CSUV, ins->spdif_csuv_stream); in cs46xx_iec958_pre_open()
1764 cs46xx_poke_via_dsp (chip,SP_SPDOUT_CSUV, ins->spdif_csuv_default); in cs46xx_iec958_post_close()
Dcs46xx_lib.c2031 cs46xx_poke_via_dsp (chip,SP_SPDOUT_CSUV,val); in snd_cs46xx_spdif_default_put()
2084 cs46xx_poke_via_dsp (chip,SP_SPDOUT_CSUV,val); in snd_cs46xx_spdif_stream_put()