Home
last modified time | relevance | path

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

1234567891011

/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()
489 static int load_firmware(struct echoaudio *chip) in load_firmware()
[all …]
Dechoaudio.c32 struct echoaudio *chip, const short fw_index) in get_firmware()
64 struct echoaudio *chip) in free_firmware()
75 static void free_firmware_cache(struct echoaudio *chip) in free_firmware_cache()
246 struct echoaudio *chip = rule->private; in hw_rule_sample_rate() local
268 struct echoaudio *chip; in pcm_open() local
362 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_analog_in_open() local
389 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_analog_out_open() local
424 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_digital_in_open() local
463 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_digital_out_open() local
506 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()
74 static int set_mixer_defaults(struct echoaudio *chip) in set_mixer_defaults()
82 static u32 detect_input_clocks(const struct echoaudio *chip) in detect_input_clocks()
113 static int check_asic_status(struct echoaudio *chip) in check_asic_status()
143 static int load_asic(struct echoaudio *chip) in load_asic()
161 static int set_sample_rate(struct echoaudio *chip, u32 rate) in set_sample_rate()
188 static int set_input_clock(struct echoaudio *chip, u16 clock_source) in set_input_clock()
228 static int set_output_clock(struct echoaudio *chip, u16 clock) in set_output_clock()
254 static int set_input_gain(struct echoaudio *chip, u16 input, int gain) in set_input_gain()
271 static int update_flags(struct echoaudio *chip) in update_flags()
[all …]
/sound/pci/oxygen/
Doxygen.c139 static void ak4396_write(struct oxygen *chip, unsigned int codec, in ak4396_write()
157 static void ak4396_write_cached(struct oxygen *chip, unsigned int codec, in ak4396_write_cached()
166 static void wm8785_write(struct oxygen *chip, u8 reg, unsigned int value) in wm8785_write()
180 static void ak4396_registers_init(struct oxygen *chip) in ak4396_registers_init()
199 static void ak4396_init(struct oxygen *chip) in ak4396_init()
210 static void ak5385_init(struct oxygen *chip) in ak5385_init()
217 static void wm8785_registers_init(struct oxygen *chip) in wm8785_registers_init()
226 static void wm8785_init(struct oxygen *chip) in wm8785_init()
237 static void generic_init(struct oxygen *chip) in generic_init()
243 static void meridian_init(struct oxygen *chip) in meridian_init()
[all …]
Dxonar_pcm179x.c232 static inline void pcm1796_write_spi(struct oxygen *chip, unsigned int codec, in pcm1796_write_spi()
247 static inline void pcm1796_write_i2c(struct oxygen *chip, unsigned int codec, in pcm1796_write_i2c()
253 static void pcm1796_write(struct oxygen *chip, unsigned int codec, in pcm1796_write()
268 static void pcm1796_write_cached(struct oxygen *chip, unsigned int codec, in pcm1796_write_cached()
277 static void cs2000_write(struct oxygen *chip, u8 reg, u8 value) in cs2000_write()
285 static void cs2000_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs2000_write_cached()
293 static void pcm1796_registers_init(struct oxygen *chip) in pcm1796_registers_init()
318 static void pcm1796_init(struct oxygen *chip) in pcm1796_init()
334 static void xonar_d2_init(struct oxygen *chip) in xonar_d2_init()
356 static void xonar_d2x_init(struct oxygen *chip) in xonar_d2x_init()
[all …]
Doxygen_io.c16 u8 oxygen_read8(struct oxygen *chip, unsigned int reg) in oxygen_read8()
22 u16 oxygen_read16(struct oxygen *chip, unsigned int reg) in oxygen_read16()
28 u32 oxygen_read32(struct oxygen *chip, unsigned int reg) in oxygen_read32()
34 void oxygen_write8(struct oxygen *chip, unsigned int reg, u8 value) in oxygen_write8()
41 void oxygen_write16(struct oxygen *chip, unsigned int reg, u16 value) in oxygen_write16()
48 void oxygen_write32(struct oxygen *chip, unsigned int reg, u32 value) in oxygen_write32()
55 void oxygen_write8_masked(struct oxygen *chip, unsigned int reg, in oxygen_write8_masked()
66 void oxygen_write16_masked(struct oxygen *chip, unsigned int reg, in oxygen_write16_masked()
77 void oxygen_write32_masked(struct oxygen *chip, unsigned int reg, in oxygen_write32_masked()
88 static int oxygen_ac97_wait(struct oxygen *chip, unsigned int mask) in oxygen_ac97_wait()
[all …]
Dxonar_cs43xx.c66 static void cs4398_write(struct oxygen *chip, u8 reg, u8 value) in cs4398_write()
75 static void cs4398_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs4398_write_cached()
83 static void cs4362a_write(struct oxygen *chip, u8 reg, u8 value) in cs4362a_write()
92 static void cs4362a_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs4362a_write_cached()
100 static void cs43xx_registers_init(struct oxygen *chip) in cs43xx_registers_init()
127 static void xonar_d1_init(struct oxygen *chip) in xonar_d1_init()
175 static void xonar_dx_init(struct oxygen *chip) in xonar_dx_init()
186 static void xonar_d1_cleanup(struct oxygen *chip) in xonar_d1_cleanup()
193 static void xonar_d1_suspend(struct oxygen *chip) in xonar_d1_suspend()
198 static void xonar_d1_resume(struct oxygen *chip) in xonar_d1_resume()
[all …]
Doxygen_lib.c29 static inline int oxygen_uart_input_ready(struct oxygen *chip) in oxygen_uart_input_ready()
34 static void oxygen_read_uart(struct oxygen *chip) in oxygen_read_uart()
55 struct oxygen *chip = dev_id; in oxygen_interrupt() local
120 struct oxygen *chip = container_of(work, struct oxygen, in oxygen_spdif_input_bits_changed() local
181 struct oxygen *chip = container_of(work, struct oxygen, gpio_work); in oxygen_gpio_changed() local
190 struct oxygen *chip = entry->private_data; in oxygen_proc_read() local
233 static void oxygen_proc_init(struct oxygen *chip) in oxygen_proc_init()
239 oxygen_search_pci_id(struct oxygen *chip, const struct pci_device_id ids[]) in oxygen_search_pci_id()
269 static void oxygen_restore_eeprom(struct oxygen *chip, in oxygen_restore_eeprom()
353 static void oxygen_init(struct oxygen *chip) in oxygen_init()
[all …]
Dxonar_wm87x6.c90 static void wm8776_write_spi(struct oxygen *chip, in wm8776_write_spi()
101 static void wm8776_write_i2c(struct oxygen *chip, in wm8776_write_i2c()
108 static void wm8776_write(struct oxygen *chip, in wm8776_write()
126 static void wm8776_write_cached(struct oxygen *chip, in wm8776_write_cached()
136 static void wm8766_write(struct oxygen *chip, in wm8766_write()
156 static void wm8766_write_cached(struct oxygen *chip, in wm8766_write_cached()
166 static void wm8776_registers_init(struct oxygen *chip) in wm8776_registers_init()
191 static void wm8766_registers_init(struct oxygen *chip) in wm8766_registers_init()
208 static void wm8776_init(struct oxygen *chip) in wm8776_init()
225 static void wm8766_init(struct oxygen *chip) in wm8766_init()
[all …]
/sound/ppc/
Dpmac.c50 static int snd_pmac_dbdma_alloc(struct snd_pmac *chip, struct pmac_dbdma *rec, int size) in snd_pmac_dbdma_alloc()
66 static void snd_pmac_dbdma_free(struct snd_pmac *chip, struct pmac_dbdma *rec) in snd_pmac_dbdma_free()
84 unsigned int snd_pmac_rate_index(struct snd_pmac *chip, struct pmac_stream *rec, unsigned int rate) in snd_pmac_rate_index()
113 static struct pmac_stream *snd_pmac_get_stream(struct snd_pmac *chip, int stream) in snd_pmac_get_stream()
141 static void snd_pmac_pcm_set_format(struct snd_pmac *chip) in snd_pmac_pcm_set_format()
179 static int snd_pmac_pcm_prepare(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_subs… in snd_pmac_pcm_prepare()
243 static int snd_pmac_pcm_trigger(struct snd_pmac *chip, struct pmac_stream *rec, in snd_pmac_pcm_trigger()
290 static snd_pcm_uframes_t snd_pmac_pcm_pointer(struct snd_pmac *chip, in snd_pmac_pcm_pointer()
317 struct snd_pmac *chip = snd_pcm_substream_chip(subs); in snd_pmac_playback_prepare() local
324 struct snd_pmac *chip = snd_pcm_substream_chip(subs); in snd_pmac_playback_trigger() local
[all …]
/sound/isa/sb/
Dsb16_main.c41 static void snd_sb16_csp_playback_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_playback_prepare()
89 static void snd_sb16_csp_capture_prepare(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_capture_prepare()
127 static void snd_sb16_csp_update(struct snd_sb *chip) in snd_sb16_csp_update()
140 static void snd_sb16_csp_playback_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_playback_open()
159 static void snd_sb16_csp_playback_close(struct snd_sb *chip) in snd_sb16_csp_playback_close()
171 static void snd_sb16_csp_capture_open(struct snd_sb *chip, struct snd_pcm_runtime *runtime) in snd_sb16_csp_capture_open()
190 static void snd_sb16_csp_capture_close(struct snd_sb *chip) in snd_sb16_csp_capture_close()
202 #define snd_sb16_csp_playback_prepare(chip, runtime) /*nop*/ argument
203 #define snd_sb16_csp_capture_prepare(chip, runtime) /*nop*/ argument
204 #define snd_sb16_csp_update(chip) /*nop*/ argument
[all …]
/sound/isa/wss/
Dwss_lib.c151 static inline void wss_outb(struct snd_wss *chip, u8 offset, u8 val) in wss_outb()
156 static inline u8 wss_inb(struct snd_wss *chip, u8 offset) in wss_inb()
161 static void snd_wss_wait(struct snd_wss *chip) in snd_wss_wait()
171 static void snd_wss_dout(struct snd_wss *chip, unsigned char reg, in snd_wss_dout()
185 void snd_wss_out(struct snd_wss *chip, unsigned char reg, unsigned char value) in snd_wss_out()
202 unsigned char snd_wss_in(struct snd_wss *chip, unsigned char reg) in snd_wss_in()
216 void snd_cs4236_ext_out(struct snd_wss *chip, unsigned char reg, in snd_cs4236_ext_out()
230 unsigned char snd_cs4236_ext_in(struct snd_wss *chip, unsigned char reg) in snd_cs4236_ext_in()
346 static void snd_wss_busy_wait(struct snd_wss *chip) in snd_wss_busy_wait()
360 void snd_wss_mce_up(struct snd_wss *chip) in snd_wss_mce_up()
[all …]
/sound/pci/cs46xx/
Dcs46xx_lib.c74 static unsigned short snd_cs46xx_codec_read(struct snd_cs46xx *chip, in snd_cs46xx_codec_read()
204 struct snd_cs46xx *chip = ac97->private_data; in snd_cs46xx_ac97_read() local
218 static void snd_cs46xx_codec_write(struct snd_cs46xx *chip, in snd_cs46xx_codec_write()
289 struct snd_cs46xx *chip = ac97->private_data; in snd_cs46xx_ac97_write() local
304 int snd_cs46xx_download(struct snd_cs46xx *chip, in snd_cs46xx_download()
382 static int load_firmware(struct snd_cs46xx *chip, in load_firmware()
468 int snd_cs46xx_clear_BA1(struct snd_cs46xx *chip, in snd_cs46xx_clear_BA1()
501 static int load_firmware(struct snd_cs46xx *chip) in load_firmware()
534 int snd_cs46xx_download_image(struct snd_cs46xx *chip) in snd_cs46xx_download_image()
557 static void snd_cs46xx_reset(struct snd_cs46xx *chip) in snd_cs46xx_reset()
[all …]
/sound/pci/
Dad1889.c97 ad1889_readw(struct snd_ad1889 *chip, unsigned reg) in ad1889_readw()
103 ad1889_writew(struct snd_ad1889 *chip, unsigned reg, u16 val) in ad1889_writew()
109 ad1889_readl(struct snd_ad1889 *chip, unsigned reg) in ad1889_readl()
115 ad1889_writel(struct snd_ad1889 *chip, unsigned reg, u32 val) in ad1889_writel()
121 ad1889_unmute(struct snd_ad1889 *chip) in ad1889_unmute()
131 ad1889_mute(struct snd_ad1889 *chip) in ad1889_mute()
140 ad1889_load_adc_buffer_address(struct snd_ad1889 *chip, u32 address) in ad1889_load_adc_buffer_address()
147 ad1889_load_adc_buffer_count(struct snd_ad1889 *chip, u32 count) in ad1889_load_adc_buffer_count()
154 ad1889_load_adc_interrupt_count(struct snd_ad1889 *chip, u32 count) in ad1889_load_adc_interrupt_count()
161 ad1889_load_wave_buffer_address(struct snd_ad1889 *chip, u32 address) in ad1889_load_wave_buffer_address()
[all …]
/sound/pci/vx222/
Dvx222_ops.c76 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reg_addr() local
85 static unsigned char vx2_inb(struct vx_core *chip, int offset) in vx2_inb()
96 static void vx2_outb(struct vx_core *chip, int offset, unsigned char val) in vx2_outb()
109 static unsigned int vx2_inl(struct vx_core *chip, int offset) in vx2_inl()
120 static void vx2_outl(struct vx_core *chip, int offset, unsigned int val) in vx2_outl()
132 #define vx_inb(chip,reg) vx2_inb((struct vx_core*)(chip), VX_##reg) argument
134 #define vx_outb(chip,reg,val) vx2_outb((struct vx_core*)(chip), VX_##reg, val) argument
136 #define vx_inl(chip,reg) vx2_inl((struct vx_core*)(chip), VX_##reg) argument
138 #define vx_outl(chip,reg,val) vx2_outl((struct vx_core*)(chip), VX_##reg, val) argument
149 struct snd_vx222 *chip = to_vx222(_chip); in vx2_reset_dsp() local
[all …]
/sound/pci/ymfpci/
Dymfpci_main.c34 static inline u8 snd_ymfpci_readb(struct snd_ymfpci *chip, u32 offset) in snd_ymfpci_readb()
39 static inline void snd_ymfpci_writeb(struct snd_ymfpci *chip, u32 offset, u8 val) in snd_ymfpci_writeb()
44 static inline u16 snd_ymfpci_readw(struct snd_ymfpci *chip, u32 offset) in snd_ymfpci_readw()
49 static inline void snd_ymfpci_writew(struct snd_ymfpci *chip, u32 offset, u16 val) in snd_ymfpci_writew()
54 static inline u32 snd_ymfpci_readl(struct snd_ymfpci *chip, u32 offset) in snd_ymfpci_readl()
59 static inline void snd_ymfpci_writel(struct snd_ymfpci *chip, u32 offset, u32 val) in snd_ymfpci_writel()
64 static int snd_ymfpci_codec_ready(struct snd_ymfpci *chip, int secondary) in snd_ymfpci_codec_ready()
83 struct snd_ymfpci *chip = ac97->private_data; in snd_ymfpci_codec_write() local
93 struct snd_ymfpci *chip = ac97->private_data; in snd_ymfpci_codec_read() local
165 static void snd_ymfpci_hw_start(struct snd_ymfpci *chip) in snd_ymfpci_hw_start()
[all …]
/sound/isa/ad1816a/
Dad1816a_lib.c20 static inline int snd_ad1816a_busy_wait(struct snd_ad1816a *chip) in snd_ad1816a_busy_wait()
32 static inline unsigned char snd_ad1816a_in(struct snd_ad1816a *chip, unsigned char reg) in snd_ad1816a_in()
38 static inline void snd_ad1816a_out(struct snd_ad1816a *chip, unsigned char reg, in snd_ad1816a_out()
45 static inline void snd_ad1816a_out_mask(struct snd_ad1816a *chip, unsigned char reg, in snd_ad1816a_out_mask()
52 static unsigned short snd_ad1816a_read(struct snd_ad1816a *chip, unsigned char reg) in snd_ad1816a_read()
59 static void snd_ad1816a_write(struct snd_ad1816a *chip, unsigned char reg, in snd_ad1816a_write()
67 static void snd_ad1816a_write_mask(struct snd_ad1816a *chip, unsigned char reg, in snd_ad1816a_write_mask()
75 static unsigned char snd_ad1816a_get_format(struct snd_ad1816a *chip, in snd_ad1816a_get_format()
97 static int snd_ad1816a_open(struct snd_ad1816a *chip, unsigned int mode) in snd_ad1816a_open()
133 static void snd_ad1816a_close(struct snd_ad1816a *chip, unsigned int mode) in snd_ad1816a_close()
[all …]
/sound/pcmcia/vx/
Dvxp_ops.c40 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_reg_addr() local
48 static unsigned char vxp_inb(struct vx_core *chip, int offset) in vxp_inb()
58 static void vxp_outb(struct vx_core *chip, int offset, unsigned char val) in vxp_outb()
67 #define vx_inb(chip,reg) vxp_inb((struct vx_core *)(chip), VX_##reg) argument
69 #define vx_outb(chip,reg,val) vxp_outb((struct vx_core *)(chip), VX_##reg,val) argument
77 static int vx_check_magic(struct vx_core *chip) in vx_check_magic()
100 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_reset_dsp() local
118 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_reset_codec() local
137 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_load_xilinx_binary() local
272 struct snd_vxpocket *chip = to_vxpocket(_chip); in vxp_test_and_ack() local
[all …]
/sound/drivers/vx/
Dvx_core.c39 int snd_vx_check_reg_bit(struct vx_core *chip, int reg, int mask, int bit, int time) in snd_vx_check_reg_bit()
69 static int vx_send_irq_dsp(struct vx_core *chip, int num) in vx_send_irq_dsp()
90 static int vx_reset_chk(struct vx_core *chip) in vx_reset_chk()
109 static int vx_transfer_end(struct vx_core *chip, int cmd) in vx_transfer_end()
152 static int vx_read_status(struct vx_core *chip, struct vx_rmh *rmh) in vx_read_status()
233 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()
409 int vx_send_rih(struct vx_core *chip, int cmd) in vx_send_rih()
426 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image()
[all …]
Dvx_pcm.c45 static void vx_pcm_read_per_bytes(struct vx_core *chip, struct snd_pcm_runtime *runtime, in vx_pcm_read_per_bytes()
72 static void vx_set_pcx_time(struct vx_core *chip, pcx_time_t *pc_time, in vx_set_pcx_time()
89 static int vx_set_differed_time(struct vx_core *chip, struct vx_rmh *rmh, in vx_set_differed_time()
123 static int vx_set_stream_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_stream_format()
150 static int vx_set_format(struct vx_core *chip, struct vx_pipe *pipe, in vx_set_format()
179 static int vx_set_ibl(struct vx_core *chip, struct vx_ibl_info *info) in vx_set_ibl()
209 static int vx_get_pipe_state(struct vx_core *chip, struct vx_pipe *pipe, int *state) in vx_get_pipe_state()
234 static int vx_query_hbuffer_size(struct vx_core *chip, struct vx_pipe *pipe) in vx_query_hbuffer_size()
258 static int vx_pipe_can_start(struct vx_core *chip, struct vx_pipe *pipe) in vx_pipe_can_start()
279 static int vx_conf_pipe(struct vx_core *chip, struct vx_pipe *pipe) in vx_conf_pipe()
[all …]
/sound/pci/hda/
Dhda_intel.c244 #define azx_get_snoop_type(chip) \ argument
325 #define use_vga_switcheroo(chip) ((chip)->use_vga_switcheroo) argument
326 #define needs_eld_notify_link(chip) ((chip)->bus.keep_power) argument
328 #define use_vga_switcheroo(chip) 0 argument
329 #define needs_eld_notify_link(chip) false argument
384 static void azx_init_pci(struct azx *chip) in azx_init_pci()
451 static void bxt_reduce_dma_latency(struct azx *chip) in bxt_reduce_dma_latency()
469 static int intel_get_lctl_scf(struct azx *chip) in intel_get_lctl_scf()
488 static int intel_ml_lctl_set_power(struct azx *chip, int state) in intel_ml_lctl_set_power()
515 static void intel_init_lctl(struct azx *chip) in intel_init_lctl()
[all …]
/sound/pcmcia/pdaudiocf/
Dpdaudiocf_core.c20 struct snd_pdacf *chip = private_data; in pdacf_ak4117_read() local
52 struct snd_pdacf *chip = private_data; in pdacf_ak4117_write() local
91 static int pdacf_reset(struct snd_pdacf *chip, int powerdown) in pdacf_reset()
114 void pdacf_reinit(struct snd_pdacf *chip, int resume) in pdacf_reinit()
127 struct snd_pdacf *chip = entry->private_data; in pdacf_proc_read() local
136 static void pdacf_proc_init(struct snd_pdacf *chip) in pdacf_proc_init()
143 struct snd_pdacf *chip; in snd_pdacf_create() local
159 struct snd_pdacf *chip = ak4117->change_callback_private; in snd_pdacf_ak4117_change() local
174 int snd_pdacf_ak4117_create(struct snd_pdacf *chip) in snd_pdacf_ak4117_create()
230 void snd_pdacf_powerdown(struct snd_pdacf *chip) in snd_pdacf_powerdown()
[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()
129 struct snd_pcsp *chip = container_of(handle, struct snd_pcsp, timer); in pcsp_do_timer() local
151 static int pcsp_start_playing(struct snd_pcsp *chip) in pcsp_start_playing()
172 static void pcsp_stop_playing(struct snd_pcsp *chip) in pcsp_stop_playing()
191 void pcsp_sync_stop(struct snd_pcsp *chip) in pcsp_sync_stop()
202 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_close() local
214 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_hw_params() local
221 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_hw_free() local
231 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_prepare() local
[all …]
/sound/pci/lx6464es/
Dlx6464es.c95 static int lx_hardware_open(struct lx6464es *chip, in lx_hardware_open()
122 static int lx_hardware_start(struct lx6464es *chip, in lx_hardware_start()
154 static int lx_hardware_stop(struct lx6464es *chip, in lx_hardware_stop()
185 static int lx_hardware_close(struct lx6464es *chip, in lx_hardware_close()
204 struct lx6464es *chip = snd_pcm_substream_chip(substream); in lx_pcm_open() local
269 struct lx6464es *chip = snd_pcm_substream_chip(substream); in lx_pcm_stream_pointer() local
288 struct lx6464es *chip = snd_pcm_substream_chip(substream); in lx_pcm_prepare() local
342 struct lx6464es *chip = snd_pcm_substream_chip(substream); in lx_pcm_hw_params() local
371 struct lx6464es *chip = snd_pcm_substream_chip(substream); in lx_pcm_hw_free() local
406 static void lx_trigger_start(struct lx6464es *chip, struct lx_stream *lx_stream) in lx_trigger_start()
[all …]
/sound/pci/lola/
Dlola_mixer.c18 static int lola_init_pin(struct lola *chip, struct lola_pin *pin, in lola_init_pin()
81 int lola_init_pins(struct lola *chip, int dir, int *nidp) in lola_init_pins()
96 void lola_free_mixer(struct lola *chip) in lola_free_mixer()
101 int lola_init_mixer_widget(struct lola *chip, int nid) in lola_init_mixer_widget()
210 static int lola_mixer_set_src_gain(struct lola *chip, unsigned int id, in lola_mixer_set_src_gain()
270 static int lola_mixer_set_mapping_gain(struct lola *chip, in lola_mixer_set_mapping_gain()
322 int lola_setup_all_analog_gains(struct lola *chip, int dir, bool mute) in lola_setup_all_analog_gains()
339 void lola_save_mixer(struct lola *chip) in lola_save_mixer()
350 void lola_restore_mixer(struct lola *chip) in lola_restore_mixer()
385 static int set_analog_volume(struct lola *chip, int dir, in set_analog_volume()
[all …]

1234567891011