Home
last modified time | relevance | path

Searched defs:chip (Results 1 – 25 of 225) sorted by relevance

123456789

/sound/pci/oxygen/
Doxygen.c154 static void ak4396_write(struct oxygen *chip, unsigned int codec, in ak4396_write()
172 static void ak4396_write_cached(struct oxygen *chip, unsigned int codec, in ak4396_write_cached()
181 static void wm8785_write(struct oxygen *chip, u8 reg, unsigned int value) in wm8785_write()
195 static void ak4396_registers_init(struct oxygen *chip) in ak4396_registers_init()
214 static void ak4396_init(struct oxygen *chip) in ak4396_init()
225 static void ak5385_init(struct oxygen *chip) in ak5385_init()
232 static void wm8785_registers_init(struct oxygen *chip) in wm8785_registers_init()
241 static void wm8785_init(struct oxygen *chip) in wm8785_init()
252 static void generic_init(struct oxygen *chip) in generic_init()
258 static void meridian_init(struct oxygen *chip) in meridian_init()
[all …]
Dxonar_pcm179x.c243 static inline void pcm1796_write_spi(struct oxygen *chip, unsigned int codec, in pcm1796_write_spi()
258 static inline void pcm1796_write_i2c(struct oxygen *chip, unsigned int codec, in pcm1796_write_i2c()
264 static void pcm1796_write(struct oxygen *chip, unsigned int codec, in pcm1796_write()
279 static void pcm1796_write_cached(struct oxygen *chip, unsigned int codec, in pcm1796_write_cached()
288 static void cs2000_write(struct oxygen *chip, u8 reg, u8 value) in cs2000_write()
296 static void cs2000_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs2000_write_cached()
304 static void pcm1796_registers_init(struct oxygen *chip) in pcm1796_registers_init()
329 static void pcm1796_init(struct oxygen *chip) in pcm1796_init()
345 static void xonar_d2_init(struct oxygen *chip) in xonar_d2_init()
367 static void xonar_d2x_init(struct oxygen *chip) in xonar_d2x_init()
[all …]
Doxygen_io.c28 u8 oxygen_read8(struct oxygen *chip, unsigned int reg) in oxygen_read8()
34 u16 oxygen_read16(struct oxygen *chip, unsigned int reg) in oxygen_read16()
40 u32 oxygen_read32(struct oxygen *chip, unsigned int reg) in oxygen_read32()
46 void oxygen_write8(struct oxygen *chip, unsigned int reg, u8 value) in oxygen_write8()
53 void oxygen_write16(struct oxygen *chip, unsigned int reg, u16 value) in oxygen_write16()
60 void oxygen_write32(struct oxygen *chip, unsigned int reg, u32 value) in oxygen_write32()
67 void oxygen_write8_masked(struct oxygen *chip, unsigned int reg, in oxygen_write8_masked()
78 void oxygen_write16_masked(struct oxygen *chip, unsigned int reg, in oxygen_write16_masked()
89 void oxygen_write32_masked(struct oxygen *chip, unsigned int reg, in oxygen_write32_masked()
100 static int oxygen_ac97_wait(struct oxygen *chip, unsigned int mask) in oxygen_ac97_wait()
[all …]
Dxonar_cs43xx.c77 static void cs4398_write(struct oxygen *chip, u8 reg, u8 value) in cs4398_write()
86 static void cs4398_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs4398_write_cached()
94 static void cs4362a_write(struct oxygen *chip, u8 reg, u8 value) in cs4362a_write()
103 static void cs4362a_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs4362a_write_cached()
111 static void cs43xx_registers_init(struct oxygen *chip) in cs43xx_registers_init()
138 static void xonar_d1_init(struct oxygen *chip) in xonar_d1_init()
186 static void xonar_dx_init(struct oxygen *chip) in xonar_dx_init()
197 static void xonar_d1_cleanup(struct oxygen *chip) in xonar_d1_cleanup()
204 static void xonar_d1_suspend(struct oxygen *chip) in xonar_d1_suspend()
209 static void xonar_d1_resume(struct oxygen *chip) in xonar_d1_resume()
[all …]
Doxygen_lib.c41 static inline int oxygen_uart_input_ready(struct oxygen *chip) in oxygen_uart_input_ready()
46 static void oxygen_read_uart(struct oxygen *chip) in oxygen_read_uart()
67 struct oxygen *chip = dev_id; in oxygen_interrupt() local
132 struct oxygen *chip = container_of(work, struct oxygen, in oxygen_spdif_input_bits_changed() local
193 struct oxygen *chip = container_of(work, struct oxygen, gpio_work); in oxygen_gpio_changed() local
202 struct oxygen *chip = entry->private_data; in oxygen_proc_read() local
245 static void oxygen_proc_init(struct oxygen *chip) in oxygen_proc_init()
254 oxygen_search_pci_id(struct oxygen *chip, const struct pci_device_id ids[]) in oxygen_search_pci_id()
284 static void oxygen_restore_eeprom(struct oxygen *chip, in oxygen_restore_eeprom()
368 static void oxygen_init(struct oxygen *chip) in oxygen_init()
[all …]
Dxonar_wm87x6.c101 static void wm8776_write_spi(struct oxygen *chip, in wm8776_write_spi()
112 static void wm8776_write_i2c(struct oxygen *chip, in wm8776_write_i2c()
119 static void wm8776_write(struct oxygen *chip, in wm8776_write()
136 static void wm8776_write_cached(struct oxygen *chip, in wm8776_write_cached()
146 static void wm8766_write(struct oxygen *chip, in wm8766_write()
165 static void wm8766_write_cached(struct oxygen *chip, in wm8766_write_cached()
175 static void wm8776_registers_init(struct oxygen *chip) in wm8776_registers_init()
200 static void wm8766_registers_init(struct oxygen *chip) in wm8766_registers_init()
217 static void wm8776_init(struct oxygen *chip) in wm8776_init()
234 static void wm8766_init(struct oxygen *chip) in wm8766_init()
[all …]
/sound/pci/echoaudio/
Dechoaudio_dsp.c42 static int wait_handshake(struct echoaudio *chip) in wait_handshake()
66 static int send_vector(struct echoaudio *chip, u32 command) in send_vector()
91 static int write_dsp(struct echoaudio *chip, u32 data) in write_dsp()
115 static int read_dsp(struct echoaudio *chip, u32 *data) in read_dsp()
145 static int read_sn(struct echoaudio *chip) in read_sn()
167 static inline int check_asic_status(struct echoaudio *chip) in check_asic_status()
180 static int load_asic_generic(struct echoaudio *chip, u32 cmd, short asic) in load_asic_generic()
227 static int install_resident_loader(struct echoaudio *chip) in install_resident_loader()
335 static int load_dsp(struct echoaudio *chip, u16 *code) in load_dsp()
488 static int load_firmware(struct echoaudio *chip) in load_firmware()
[all …]
Dechoaudio.c44 struct echoaudio *chip, const short fw_index) in get_firmware()
76 struct echoaudio *chip) in free_firmware()
87 static void free_firmware_cache(struct echoaudio *chip) in free_firmware_cache()
258 struct echoaudio *chip = rule->private; in hw_rule_sample_rate() local
273 struct echoaudio *chip; in pcm_open() local
352 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_analog_in_open() local
381 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_analog_out_open() local
418 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_digital_in_open() local
459 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_digital_out_open() local
502 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_close() local
[all …]
Dlayla20_dsp.c39 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw()
72 static int set_mixer_defaults(struct echoaudio *chip) in set_mixer_defaults()
80 static u32 detect_input_clocks(const struct echoaudio *chip) in detect_input_clocks()
111 static int check_asic_status(struct echoaudio *chip) in check_asic_status()
141 static int load_asic(struct echoaudio *chip) in load_asic()
159 static int set_sample_rate(struct echoaudio *chip, u32 rate) in set_sample_rate()
186 static int set_input_clock(struct echoaudio *chip, u16 clock_source) in set_input_clock()
226 static int set_output_clock(struct echoaudio *chip, u16 clock) in set_output_clock()
252 static int set_input_gain(struct echoaudio *chip, u16 input, int gain) in set_input_gain()
269 static int update_flags(struct echoaudio *chip) in update_flags()
[all …]
Dmia_dsp.c40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw()
74 static int set_mixer_defaults(struct echoaudio *chip) in set_mixer_defaults()
81 static u32 detect_input_clocks(const struct echoaudio *chip) in detect_input_clocks()
100 static int load_asic(struct echoaudio *chip) in load_asic()
107 static int set_sample_rate(struct echoaudio *chip, u32 rate) in set_sample_rate()
154 static int set_input_clock(struct echoaudio *chip, u16 clock) in set_input_clock()
168 static int set_vmixer_gain(struct echoaudio *chip, u16 output, u16 pipe, in set_vmixer_gain()
192 static int update_vmixer_level(struct echoaudio *chip) in update_vmixer_level()
203 static int update_flags(struct echoaudio *chip) in update_flags()
213 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif()
/sound/isa/sb/
Dsb16_main.c53 static void snd_sb16_csp_playback_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_playback_prepare()
101 static void snd_sb16_csp_capture_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_capture_prepare()
139 static void snd_sb16_csp_update(struct snd_sb *chip) in snd_sb16_csp_update()
152 static void snd_sb16_csp_playback_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_playback_open()
171 static void snd_sb16_csp_playback_close(struct snd_sb *chip) in snd_sb16_csp_playback_close()
183 static void snd_sb16_csp_capture_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_capture_open()
202 static void snd_sb16_csp_capture_close(struct snd_sb *chip) in snd_sb16_csp_capture_close()
214 #define snd_sb16_csp_playback_prepare(chip, runtime) /*nop*/ argument
215 #define snd_sb16_csp_capture_prepare(chip, runtime) /*nop*/ argument
216 #define snd_sb16_csp_update(chip) /*nop*/ argument
[all …]
/sound/isa/wss/
Dwss_lib.c165 static inline void wss_outb(struct snd_wss *chip, u8 offset, u8 val) in wss_outb()
170 static inline u8 wss_inb(struct snd_wss *chip, u8 offset) in wss_inb()
175 static void snd_wss_wait(struct snd_wss *chip) in snd_wss_wait()
185 static void snd_wss_dout(struct snd_wss *chip, unsigned char reg, in snd_wss_dout()
199 void snd_wss_out(struct snd_wss *chip, unsigned char reg, unsigned char value) in snd_wss_out()
216 unsigned char snd_wss_in(struct snd_wss *chip, unsigned char reg) in snd_wss_in()
230 void snd_cs4236_ext_out(struct snd_wss *chip, unsigned char reg, in snd_cs4236_ext_out()
244 unsigned char snd_cs4236_ext_in(struct snd_wss *chip, unsigned char reg) in snd_cs4236_ext_in()
360 static void snd_wss_busy_wait(struct snd_wss *chip) in snd_wss_busy_wait()
374 void snd_wss_mce_up(struct snd_wss *chip) in snd_wss_mce_up()
[all …]
/sound/pci/
Dad1889.c110 ad1889_readw(struct snd_ad1889 *chip, unsigned reg) in ad1889_readw()
116 ad1889_writew(struct snd_ad1889 *chip, unsigned reg, u16 val) in ad1889_writew()
122 ad1889_readl(struct snd_ad1889 *chip, unsigned reg) in ad1889_readl()
128 ad1889_writel(struct snd_ad1889 *chip, unsigned reg, u32 val) in ad1889_writel()
134 ad1889_unmute(struct snd_ad1889 *chip) in ad1889_unmute()
144 ad1889_mute(struct snd_ad1889 *chip) in ad1889_mute()
153 ad1889_load_adc_buffer_address(struct snd_ad1889 *chip, u32 address) in ad1889_load_adc_buffer_address()
160 ad1889_load_adc_buffer_count(struct snd_ad1889 *chip, u32 count) in ad1889_load_adc_buffer_count()
167 ad1889_load_adc_interrupt_count(struct snd_ad1889 *chip, u32 count) in ad1889_load_adc_interrupt_count()
174 ad1889_load_wave_buffer_address(struct snd_ad1889 *chip, u32 address) in ad1889_load_wave_buffer_address()
[all …]
/sound/pci/cs46xx/
Dcs46xx_lib.c88 static unsigned short snd_cs46xx_codec_read(struct snd_cs46xx *chip, in snd_cs46xx_codec_read()
218 struct snd_cs46xx *chip = ac97->private_data; in snd_cs46xx_ac97_read() local
232 static void snd_cs46xx_codec_write(struct snd_cs46xx *chip, in snd_cs46xx_codec_write()
303 struct snd_cs46xx *chip = ac97->private_data; in snd_cs46xx_ac97_write() local
318 int snd_cs46xx_download(struct snd_cs46xx *chip, in snd_cs46xx_download()
396 static int load_firmware(struct snd_cs46xx *chip, in load_firmware()
482 int snd_cs46xx_clear_BA1(struct snd_cs46xx *chip, in snd_cs46xx_clear_BA1()
515 static int load_firmware(struct snd_cs46xx *chip) in load_firmware()
548 int snd_cs46xx_download_image(struct snd_cs46xx *chip) in snd_cs46xx_download_image()
571 static void snd_cs46xx_reset(struct snd_cs46xx *chip) in snd_cs46xx_reset()
[all …]
/sound/ppc/
Dpmac.c63 static int snd_pmac_dbdma_alloc(struct snd_pmac *chip, struct pmac_dbdma *rec, int size) in snd_pmac_dbdma_alloc()
79 static void snd_pmac_dbdma_free(struct snd_pmac *chip, struct pmac_dbdma *rec) in snd_pmac_dbdma_free()
97 unsigned int snd_pmac_rate_index(struct snd_pmac *chip, struct pmac_stream *rec, unsigned int rate) in snd_pmac_rate_index()
144 static struct pmac_stream *snd_pmac_get_stream(struct snd_pmac *chip, int stream) in snd_pmac_get_stream()
172 static void snd_pmac_pcm_set_format(struct snd_pmac *chip) in snd_pmac_pcm_set_format()
210 static int snd_pmac_pcm_prepare(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_subs… in snd_pmac_pcm_prepare()
274 static int snd_pmac_pcm_trigger(struct snd_pmac *chip, struct pmac_stream *rec, in snd_pmac_pcm_trigger()
321 static snd_pcm_uframes_t snd_pmac_pcm_pointer(struct snd_pmac *chip, in snd_pmac_pcm_pointer()
348 struct snd_pmac *chip = snd_pcm_substream_chip(subs); in snd_pmac_playback_prepare() local
355 struct snd_pmac *chip = snd_pcm_substream_chip(subs); in snd_pmac_playback_trigger() local
[all …]
/sound/pci/vx222/
Dvx222_ops.c89 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reg_addr() local
98 static unsigned char vx2_inb(struct vx_core *chip, int offset) in vx2_inb()
109 static void vx2_outb(struct vx_core *chip, int offset, unsigned char val) in vx2_outb()
122 static unsigned int vx2_inl(struct vx_core *chip, int offset) in vx2_inl()
133 static void vx2_outl(struct vx_core *chip, int offset, unsigned int val) in vx2_outl()
145 #define vx_inb(chip,reg) vx2_inb((struct vx_core*)(chip), VX_##reg) argument
147 #define vx_outb(chip,reg,val) vx2_outb((struct vx_core*)(chip), VX_##reg, val) argument
149 #define vx_inl(chip,reg) vx2_inl((struct vx_core*)(chip), VX_##reg) argument
151 #define vx_outl(chip,reg,val) vx2_outl((struct vx_core*)(chip), VX_##reg, val) argument
162 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reset_dsp() local
[all …]
/sound/drivers/vx/
Dvx_core.c52 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time) in snd_vx_check_reg_bit()
82 static int vx_send_irq_dsp(struct vx_core *chip, int num) in vx_send_irq_dsp()
103 static int vx_reset_chk(struct vx_core *chip) in vx_reset_chk()
122 static int vx_transfer_end(struct vx_core *chip, int cmd) in vx_transfer_end()
160 static int vx_read_status(struct vx_core *chip, struct vx_rmh *rmh) in vx_read_status()
241 int vx_send_msg_nolock(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg_nolock()
346 int vx_send_msg(struct vx_core *chip, struct vx_rmh *rmh) in vx_send_msg()
368 int vx_send_rih_nolock(struct vx_core *chip, int cmd) in vx_send_rih_nolock()
405 int vx_send_rih(struct vx_core *chip, int cmd) in vx_send_rih()
422 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image()
[all …]
Dvx_pcm.c60 static void vx_pcm_read_per_bytes(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pcm_read_per_bytes()
88 static void vx_set_pcx_time(struct vx_core *chip, pcx_time_t *pc_time, in vx_set_pcx_time()
105 static int vx_set_differed_time(struct vx_core *chip, struct vx_rmh *rmh, in vx_set_differed_time()
139 static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_stream_format()
166 static int vx_set_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_format()
195 static int vx_set_ibl(struct vx_core *chip, struct vx_ibl_info *info) in vx_set_ibl()
225 static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state) in vx_get_pipe_state()
250 static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe) in vx_query_hbuffer_size()
274 static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe) in vx_pipe_can_start()
295 static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_conf_pipe()
[all …]
/sound/pcmcia/vx/
Dvxp_ops.c53 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_reg_addr() local
61 static unsigned char vxp_inb(struct vx_core *chip, int offset) in vxp_inb()
71 static void vxp_outb(struct vx_core *chip, int offset, unsigned char val) in vxp_outb()
80 #define vx_inb(chip,reg) vxp_inb((struct vx_core *)(chip), VX_##reg) argument
82 #define vx_outb(chip,reg,val) vxp_outb((struct vx_core *)(chip), VX_##reg,val) argument
90 static int vx_check_magic(struct vx_core *chip) in vx_check_magic()
113 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_reset_dsp() local
131 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_reset_codec() local
150 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_load_xilinx_binary() local
283 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_test_and_ack() local
[all …]
/sound/pci/ymfpci/
Dymfpci_main.c48 static inline u8 snd_ymfpci_readb(struct snd_ymfpci *chip, u32 offset) in snd_ymfpci_readb()
53 static inline void snd_ymfpci_writeb(struct snd_ymfpci *chip, u32 offset, u8 val) in snd_ymfpci_writeb()
58 static inline u16 snd_ymfpci_readw(struct snd_ymfpci *chip, u32 offset) in snd_ymfpci_readw()
63 static inline void snd_ymfpci_writew(struct snd_ymfpci *chip, u32 offset, u16 val) in snd_ymfpci_writew()
68 static inline u32 snd_ymfpci_readl(struct snd_ymfpci *chip, u32 offset) in snd_ymfpci_readl()
73 static inline void snd_ymfpci_writel(struct snd_ymfpci *chip, u32 offset, u32 val) in snd_ymfpci_writel()
78 static int snd_ymfpci_codec_ready(struct snd_ymfpci *chip, int secondary) in snd_ymfpci_codec_ready()
97 struct snd_ymfpci *chip = ac97->private_data; in snd_ymfpci_codec_write() local
107 struct snd_ymfpci *chip = ac97->private_data; in snd_ymfpci_codec_read() local
179 static void snd_ymfpci_hw_start(struct snd_ymfpci *chip) in snd_ymfpci_hw_start()
[all …]
/sound/isa/ad1816a/
Dad1816a_lib.c32 static inline int snd_ad1816a_busy_wait(struct snd_ad1816a *chip) in snd_ad1816a_busy_wait()
44 static inline unsigned char snd_ad1816a_in(struct snd_ad1816a *chip, unsigned char reg) in snd_ad1816a_in()
50 static inline void snd_ad1816a_out(struct snd_ad1816a *chip, unsigned char reg, in snd_ad1816a_out()
57 static inline void snd_ad1816a_out_mask(struct snd_ad1816a *chip, unsigned char reg, in snd_ad1816a_out_mask()
64 static unsigned short snd_ad1816a_read(struct snd_ad1816a *chip, unsigned char reg) in snd_ad1816a_read()
71 static void snd_ad1816a_write(struct snd_ad1816a *chip, unsigned char reg, in snd_ad1816a_write()
79 static void snd_ad1816a_write_mask(struct snd_ad1816a *chip, unsigned char reg, in snd_ad1816a_write_mask()
87 static unsigned char snd_ad1816a_get_format(struct snd_ad1816a *chip, in snd_ad1816a_get_format()
108 static int snd_ad1816a_open(struct snd_ad1816a *chip, unsigned int mode) in snd_ad1816a_open()
144 static void snd_ad1816a_close(struct snd_ad1816a *chip, unsigned int mode) in snd_ad1816a_close()
[all …]
/sound/drivers/pcsp/
Dpcsp_lib.c44 static u64 pcsp_timer_update(struct snd_pcsp *chip) in pcsp_timer_update()
88 static void pcsp_pointer_update(struct snd_pcsp *chip) in pcsp_pointer_update()
131 struct snd_pcsp *chip = container_of(handle, struct snd_pcsp, timer); in pcsp_do_timer() local
153 static int pcsp_start_playing(struct snd_pcsp *chip) in pcsp_start_playing()
174 static void pcsp_stop_playing(struct snd_pcsp *chip) in pcsp_stop_playing()
193 void pcsp_sync_stop(struct snd_pcsp *chip) in pcsp_sync_stop()
204 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_close() local
216 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_hw_params() local
228 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_hw_free() local
238 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_prepare() local
[all …]
/sound/pcmcia/pdaudiocf/
Dpdaudiocf_core.c33 struct snd_pdacf *chip = private_data; in pdacf_ak4117_read() local
65 struct snd_pdacf *chip = private_data; in pdacf_ak4117_write() local
104 static int pdacf_reset(struct snd_pdacf *chip, int powerdown) in pdacf_reset()
127 void pdacf_reinit(struct snd_pdacf *chip, int resume) in pdacf_reinit()
140 struct snd_pdacf *chip = entry->private_data; in pdacf_proc_read() local
149 static void pdacf_proc_init(struct snd_pdacf *chip) in pdacf_proc_init()
159 struct snd_pdacf *chip; in snd_pdacf_create() local
175 struct snd_pdacf *chip = ak4117->change_callback_private; in snd_pdacf_ak4117_change() local
190 int snd_pdacf_ak4117_create(struct snd_pdacf *chip) in snd_pdacf_ak4117_create()
246 void snd_pdacf_powerdown(struct snd_pdacf *chip) in snd_pdacf_powerdown()
[all …]
/sound/pci/lola/
Dlola_mixer.c31 static int lola_init_pin(struct lola *chip, struct lola_pin *pin, in lola_init_pin()
94 int lola_init_pins(struct lola *chip, int dir, int *nidp) in lola_init_pins()
109 void lola_free_mixer(struct lola *chip) in lola_free_mixer()
114 int lola_init_mixer_widget(struct lola *chip, int nid) in lola_init_mixer_widget()
221 static int lola_mixer_set_src_gain(struct lola *chip, unsigned int id, in lola_mixer_set_src_gain()
281 static int lola_mixer_set_mapping_gain(struct lola *chip, in lola_mixer_set_mapping_gain()
333 int lola_setup_all_analog_gains(struct lola *chip, int dir, bool mute) in lola_setup_all_analog_gains()
350 void lola_save_mixer(struct lola *chip) in lola_save_mixer()
361 void lola_restore_mixer(struct lola *chip) in lola_restore_mixer()
396 static int set_analog_volume(struct lola *chip, int dir, in set_analog_volume()
[all …]
/sound/pci/hda/
Dhda_intel.c288 #define azx_get_snoop_type(chip) \ argument
373 #define use_vga_switcheroo(chip) ((chip)->use_vga_switcheroo) argument
375 #define use_vga_switcheroo(chip) 0 argument
408 static void __mark_pages_wc(struct azx *chip, struct snd_dma_buffer *dmab, bool on) in __mark_pages_wc()
437 static inline void mark_pages_wc(struct azx *chip, struct snd_dma_buffer *buf, in mark_pages_wc()
442 static inline void mark_runtime_wc(struct azx *chip, struct azx_dev *azx_dev, in mark_runtime_wc()
452 static inline void mark_pages_wc(struct azx *chip, struct snd_dma_buffer *buf, in mark_pages_wc()
456 static inline void mark_runtime_wc(struct azx *chip, struct azx_dev *azx_dev, in mark_runtime_wc()
479 static void azx_init_pci(struct azx *chip) in azx_init_pci()
546 static void bxt_reduce_dma_latency(struct azx *chip) in bxt_reduce_dma_latency()
[all …]

123456789