/sound/pci/oxygen/ |
D | oxygen.c | 154 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 …]
|
D | xonar_pcm179x.c | 240 static inline void pcm1796_write_spi(struct oxygen *chip, unsigned int codec, in pcm1796_write_spi() 255 static inline void pcm1796_write_i2c(struct oxygen *chip, unsigned int codec, in pcm1796_write_i2c() 261 static void pcm1796_write(struct oxygen *chip, unsigned int codec, in pcm1796_write() 276 static void pcm1796_write_cached(struct oxygen *chip, unsigned int codec, in pcm1796_write_cached() 285 static void cs2000_write(struct oxygen *chip, u8 reg, u8 value) in cs2000_write() 293 static void cs2000_write_cached(struct oxygen *chip, u8 reg, u8 value) in cs2000_write_cached() 301 static void pcm1796_registers_init(struct oxygen *chip) in pcm1796_registers_init() 326 static void pcm1796_init(struct oxygen *chip) in pcm1796_init() 342 static void xonar_d2_init(struct oxygen *chip) in xonar_d2_init() 364 static void xonar_d2x_init(struct oxygen *chip) in xonar_d2x_init() [all …]
|
D | oxygen_io.c | 28 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 …]
|
D | xonar_cs43xx.c | 77 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 …]
|
D | oxygen_lib.c | 41 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 203 struct oxygen *chip = entry->private_data; in oxygen_proc_read() local 246 static void oxygen_proc_init(struct oxygen *chip) in oxygen_proc_init() 254 #define oxygen_proc_init(chip) argument 258 oxygen_search_pci_id(struct oxygen *chip, const struct pci_device_id ids[]) in oxygen_search_pci_id() 288 static void oxygen_restore_eeprom(struct oxygen *chip, in oxygen_restore_eeprom() [all …]
|
/sound/pci/echoaudio/ |
D | echoaudio_dsp.c | 42 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() 165 static inline int check_asic_status(struct echoaudio *chip) in check_asic_status() 178 static int load_asic_generic(struct echoaudio *chip, u32 cmd, short asic) in load_asic_generic() 226 static int install_resident_loader(struct echoaudio *chip) in install_resident_loader() 330 static int load_dsp(struct echoaudio *chip, u16 *code) in load_dsp() 473 static int load_firmware(struct echoaudio *chip) in load_firmware() [all …]
|
D | echoaudio.c | 44 struct echoaudio *chip, const short fw_index) in get_firmware() 83 static void free_firmware_cache(struct echoaudio *chip) in free_firmware_cache() 255 struct echoaudio *chip = rule->private; in hw_rule_sample_rate() local 270 struct echoaudio *chip; in pcm_open() local 349 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_analog_in_open() local 379 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_analog_out_open() local 417 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 503 struct echoaudio *chip = snd_pcm_substream_chip(substream); in pcm_close() local 532 struct echoaudio *chip; in init_engine() local [all …]
|
D | layla20_dsp.c | 39 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() 73 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() 112 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() 230 static int set_output_clock(struct echoaudio *chip, u16 clock) in set_output_clock() 257 static int set_input_gain(struct echoaudio *chip, u16 input, int gain) in set_input_gain() 274 static int update_flags(struct echoaudio *chip) in update_flags() [all …]
|
D | mia_dsp.c | 40 static int init_hw(struct echoaudio *chip, u16 device_id, u16 subdevice_id) in init_hw() 75 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() 101 static int load_asic(struct echoaudio *chip) in load_asic() 108 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() 191 static int update_vmixer_level(struct echoaudio *chip) in update_vmixer_level() 202 static int update_flags(struct echoaudio *chip) in update_flags() 212 static int set_professional_spdif(struct echoaudio *chip, char prof) in set_professional_spdif()
|
D | midi.c | 37 static int enable_midi_input(struct echoaudio *chip, char enable) in enable_midi_input() 60 static int write_midi(struct echoaudio *chip, u8 *data, int bytes) in write_midi() 90 static inline int mtc_process_data(struct echoaudio *chip, short midi_byte) in mtc_process_data() 116 static int midi_service_irq(struct echoaudio *chip) in midi_service_irq() 157 struct echoaudio *chip = substream->rmidi->private_data; in snd_echo_midi_input_open() local 169 struct echoaudio *chip = substream->rmidi->private_data; in snd_echo_midi_input_trigger() local 183 struct echoaudio *chip = substream->rmidi->private_data; in snd_echo_midi_input_close() local 194 struct echoaudio *chip = substream->rmidi->private_data; in snd_echo_midi_output_open() local 207 struct echoaudio *chip = (struct echoaudio *)data; in snd_echo_midi_output_write() local 256 struct echoaudio *chip = substream->rmidi->private_data; in snd_echo_midi_output_trigger() local [all …]
|
/sound/pci/cs46xx/ |
D | cs46xx_lib.c | 87 static unsigned short snd_cs46xx_codec_read(struct snd_cs46xx *chip, in snd_cs46xx_codec_read() 213 struct snd_cs46xx *chip = ac97->private_data; in snd_cs46xx_ac97_read() local 227 static void snd_cs46xx_codec_write(struct snd_cs46xx *chip, in snd_cs46xx_codec_write() 296 struct snd_cs46xx *chip = ac97->private_data; in snd_cs46xx_ac97_write() local 311 int snd_cs46xx_download(struct snd_cs46xx *chip, in snd_cs46xx_download() 341 int snd_cs46xx_clear_BA1(struct snd_cs46xx *chip, in snd_cs46xx_clear_BA1() 366 int snd_cs46xx_download_image(struct snd_cs46xx *chip) in snd_cs46xx_download_image() 387 static void snd_cs46xx_reset(struct snd_cs46xx *chip) in snd_cs46xx_reset() 416 static int cs46xx_wait_for_fifo(struct snd_cs46xx * chip,int retry_timeout) in cs46xx_wait_for_fifo() 440 static void snd_cs46xx_clear_serial_FIFOs(struct snd_cs46xx *chip) in snd_cs46xx_clear_serial_FIFOs() [all …]
|
/sound/isa/sb/ |
D | sb16_main.c | 53 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/ |
D | wss_lib.c | 165 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/ |
D | ad1889.c | 114 ad1889_readw(struct snd_ad1889 *chip, unsigned reg) in ad1889_readw() 120 ad1889_writew(struct snd_ad1889 *chip, unsigned reg, u16 val) in ad1889_writew() 126 ad1889_readl(struct snd_ad1889 *chip, unsigned reg) in ad1889_readl() 132 ad1889_writel(struct snd_ad1889 *chip, unsigned reg, u32 val) in ad1889_writel() 138 ad1889_unmute(struct snd_ad1889 *chip) in ad1889_unmute() 148 ad1889_mute(struct snd_ad1889 *chip) in ad1889_mute() 157 ad1889_load_adc_buffer_address(struct snd_ad1889 *chip, u32 address) in ad1889_load_adc_buffer_address() 164 ad1889_load_adc_buffer_count(struct snd_ad1889 *chip, u32 count) in ad1889_load_adc_buffer_count() 171 ad1889_load_adc_interrupt_count(struct snd_ad1889 *chip, u32 count) in ad1889_load_adc_interrupt_count() 178 ad1889_load_wave_buffer_address(struct snd_ad1889 *chip, u32 address) in ad1889_load_wave_buffer_address() [all …]
|
/sound/ppc/ |
D | pmac.c | 62 static int snd_pmac_dbdma_alloc(struct snd_pmac *chip, struct pmac_dbdma *rec, int size) in snd_pmac_dbdma_alloc() 78 static void snd_pmac_dbdma_free(struct snd_pmac *chip, struct pmac_dbdma *rec) in snd_pmac_dbdma_free() 96 unsigned int snd_pmac_rate_index(struct snd_pmac *chip, struct pmac_stream *rec, unsigned int rate) in snd_pmac_rate_index() 143 static struct pmac_stream *snd_pmac_get_stream(struct snd_pmac *chip, int stream) in snd_pmac_get_stream() 171 static void snd_pmac_pcm_set_format(struct snd_pmac *chip) in snd_pmac_pcm_set_format() 209 static int snd_pmac_pcm_prepare(struct snd_pmac *chip, struct pmac_stream *rec, struct snd_pcm_subs… in snd_pmac_pcm_prepare() 273 static int snd_pmac_pcm_trigger(struct snd_pmac *chip, struct pmac_stream *rec, in snd_pmac_pcm_trigger() 320 static snd_pcm_uframes_t snd_pmac_pcm_pointer(struct snd_pmac *chip, in snd_pmac_pcm_pointer() 347 struct snd_pmac *chip = snd_pcm_substream_chip(subs); in snd_pmac_playback_prepare() local 354 struct snd_pmac *chip = snd_pcm_substream_chip(subs); in snd_pmac_playback_trigger() local [all …]
|
/sound/pci/vx222/ |
D | vx222_ops.c | 89 struct snd_vx222 *chip = (struct snd_vx222 *)_chip; in vx2_reg_addr() local 97 static unsigned char vx2_inb(struct vx_core *chip, int offset) in vx2_inb() 107 static void vx2_outb(struct vx_core *chip, int offset, unsigned char val) in vx2_outb() 119 static unsigned int vx2_inl(struct vx_core *chip, int offset) in vx2_inl() 129 static void vx2_outl(struct vx_core *chip, int offset, unsigned int val) in vx2_outl() 141 #define vx_inb(chip,reg) vx2_inb((struct vx_core*)(chip), VX_##reg) argument 143 #define vx_outb(chip,reg,val) vx2_outb((struct vx_core*)(chip), VX_##reg, val) argument 145 #define vx_inl(chip,reg) vx2_inl((struct vx_core*)(chip), VX_##reg) argument 147 #define vx_outl(chip,reg,val) vx2_outl((struct vx_core*)(chip), VX_##reg, val) argument 158 struct snd_vx222 *chip = (struct snd_vx222 *)_chip; in vx2_reset_dsp() local [all …]
|
/sound/pcmcia/vx/ |
D | vxp_ops.c | 53 struct snd_vxpocket *chip = (struct snd_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 = (struct snd_vxpocket *)_chip; in vxp_reset_dsp() local 131 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_reset_codec() local 150 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_load_xilinx_binary() local 283 struct snd_vxpocket *chip = (struct snd_vxpocket *)_chip; in vxp_test_and_ack() local [all …]
|
/sound/drivers/vx/ |
D | vx_core.c | 52 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() 369 int vx_send_rih_nolock(struct vx_core *chip, int cmd) in vx_send_rih_nolock() 406 int vx_send_rih(struct vx_core *chip, int cmd) in vx_send_rih() 423 int snd_vx_load_boot_image(struct vx_core *chip, const struct firmware *boot) in snd_vx_load_boot_image() [all …]
|
D | vx_pcm.c | 60 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/pci/ymfpci/ |
D | ymfpci_main.c | 48 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() 95 struct snd_ymfpci *chip = ac97->private_data; in snd_ymfpci_codec_write() local 105 struct snd_ymfpci *chip = ac97->private_data; in snd_ymfpci_codec_read() local 177 static void snd_ymfpci_hw_start(struct snd_ymfpci *chip) in snd_ymfpci_hw_start() [all …]
|
/sound/isa/ad1816a/ |
D | ad1816a_lib.c | 32 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/ |
D | pcsp_lib.c | 43 static u64 pcsp_timer_update(struct snd_pcsp *chip) in pcsp_timer_update() 87 static void pcsp_pointer_update(struct snd_pcsp *chip) in pcsp_pointer_update() 130 struct snd_pcsp *chip = container_of(handle, struct snd_pcsp, timer); in pcsp_do_timer() local 152 static int pcsp_start_playing(struct snd_pcsp *chip) in pcsp_start_playing() 173 static void pcsp_stop_playing(struct snd_pcsp *chip) in pcsp_stop_playing() 192 void pcsp_sync_stop(struct snd_pcsp *chip) in pcsp_sync_stop() 203 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_close() local 215 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_hw_params() local 227 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_hw_free() local 237 struct snd_pcsp *chip = snd_pcm_substream_chip(substream); in snd_pcsp_playback_prepare() local [all …]
|
/sound/pcmcia/pdaudiocf/ |
D | pdaudiocf_core.c | 33 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 176 struct snd_pdacf *chip = ak4117->change_callback_private; in snd_pdacf_ak4117_change() local 192 int snd_pdacf_ak4117_create(struct snd_pdacf *chip) in snd_pdacf_ak4117_create() 248 void snd_pdacf_powerdown(struct snd_pdacf *chip) in snd_pdacf_powerdown() [all …]
|
/sound/pci/lola/ |
D | lola_mixer.c | 31 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() 115 int lola_init_mixer_widget(struct lola *chip, int nid) in lola_init_mixer_widget() 222 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/lx6464es/ |
D | lx6464es.c | 105 static int lx_hardware_open(struct lx6464es *chip, in lx_hardware_open() 132 static int lx_hardware_start(struct lx6464es *chip, in lx_hardware_start() 164 static int lx_hardware_stop(struct lx6464es *chip, in lx_hardware_stop() 195 static int lx_hardware_close(struct lx6464es *chip, in lx_hardware_close() 214 struct lx6464es *chip = snd_pcm_substream_chip(substream); in lx_pcm_open() local 280 struct lx6464es *chip = snd_pcm_substream_chip(substream); in lx_pcm_stream_pointer() local 300 struct lx6464es *chip = snd_pcm_substream_chip(substream); in lx_pcm_prepare() local 354 struct lx6464es *chip = snd_pcm_substream_chip(substream); in lx_pcm_hw_params() local 388 struct lx6464es *chip = snd_pcm_substream_chip(substream); in lx_pcm_hw_free() local 425 static void lx_trigger_start(struct lx6464es *chip, struct lx_stream *lx_stream) in lx_trigger_start() [all …]
|