Searched refs:lola (Results 1 – 10 of 10) sorted by relevance
/linux-6.3-rc2/sound/pci/lola/ |
A D | lola.h | 311 struct lola { struct 477 int lola_codec_flush(struct lola *chip); 482 int lola_create_pcm(struct lola *chip); 489 int lola_enable_clock_events(struct lola *chip); 491 int lola_set_clock(struct lola *chip, int idx); 492 int lola_set_sample_rate(struct lola *chip, int rate); 499 void lola_free_mixer(struct lola *chip); 500 int lola_create_mixer(struct lola *chip); 502 void lola_save_mixer(struct lola *chip); 503 void lola_restore_mixer(struct lola *chip); [all …]
|
A D | lola_mixer.c | 96 void lola_free_mixer(struct lola *chip) in lola_free_mixer() 339 void lola_save_mixer(struct lola *chip) in lola_save_mixer() 350 void lola_restore_mixer(struct lola *chip) in lola_restore_mixer() 451 static int init_mixer_values(struct lola *chip) in init_mixer_values() 504 struct lola *chip = snd_kcontrol_chip(kcontrol); in lola_analog_vol_info() 517 struct lola *chip = snd_kcontrol_chip(kcontrol); in lola_analog_vol_get() 530 struct lola *chip = snd_kcontrol_chip(kcontrol); in lola_analog_vol_put() 547 struct lola *chip = snd_kcontrol_chip(kcontrol); in lola_analog_vol_tlv() 602 struct lola *chip = snd_kcontrol_chip(kcontrol); in lola_input_src_info() 614 struct lola *chip = snd_kcontrol_chip(kcontrol); in lola_input_src_get() [all …]
|
A D | lola_pcm.c | 23 struct lola *chip = snd_pcm_substream_chip(substream); in lola_get_pcm() 34 static unsigned int lola_get_lrc(struct lola *chip) in lola_get_lrc() 51 static void lola_stream_clear_pending_irq(struct lola *chip, in lola_stream_clear_pending_irq() 96 static int lola_stream_wait_for_fifo(struct lola *chip, in lola_stream_wait_for_fifo() 115 static int lola_sync_wait_for_fifo(struct lola *chip, in lola_sync_wait_for_fifo() 151 static void lola_sync_pause(struct lola *chip, in lola_sync_pause() 212 struct lola *chip = snd_pcm_substream_chip(substream); in lola_pcm_open() 261 struct lola *chip = snd_pcm_substream_chip(substream); in lola_pcm_close() 290 struct lola *chip = snd_pcm_substream_chip(substream); in lola_pcm_hw_free() 391 static int lola_set_stream_config(struct lola *chip, in lola_set_stream_config() [all …]
|
A D | Makefile | 2 snd-lola-y := lola.o lola_pcm.o lola_clock.o lola_mixer.o 3 snd-lola-$(CONFIG_SND_DEBUG) += lola_proc.o 5 obj-$(CONFIG_SND_LOLA) += snd-lola.o
|
A D | lola_proc.c | 17 struct lola *chip, int nid, const char *name) in print_audio_widget() 28 struct lola *chip, int nid, unsigned int ampcap, in print_pin_widget() 49 struct lola *chip, int nid) in print_clock_widget() 89 struct lola *chip, int nid) in print_mixer_widget() 100 struct lola *chip = entry->private_data; in lola_proc_codec_read() 137 struct lola *chip = entry->private_data; in lola_proc_codec_rw_write() 152 struct lola *chip = entry->private_data; in lola_proc_codec_rw_read() 162 struct lola *chip = entry->private_data; in lola_proc_regs_read() 196 void lola_proc_debug_new(struct lola *chip) in lola_proc_debug_new()
|
A D | lola.c | 109 static void lola_update_rirb(struct lola *chip) in lola_update_rirb() 206 int lola_codec_flush(struct lola *chip) in lola_codec_flush() 217 struct lola *chip = dev_id; in lola_interrupt() 295 static int reset_controller(struct lola *chip) in reset_controller() 345 static int setup_corb_rirb(struct lola *chip) in setup_corb_rirb() 409 static void stop_corb_rirb(struct lola *chip) in stop_corb_rirb() 432 static int lola_parse_tree(struct lola *chip) in lola_parse_tree() 524 static void lola_stop_hw(struct lola *chip) in lola_stop_hw() 532 struct lola *chip = card->private_data; in lola_free() 541 struct lola *chip = card->private_data; in lola_create() [all …]
|
A D | lola_clock.c | 55 static bool check_gran_clock_compatibility(struct lola *chip, in check_gran_clock_compatibility() 76 int lola_set_granularity(struct lola *chip, unsigned int val, bool force) in lola_set_granularity() 110 int lola_init_clock_widget(struct lola *chip, int nid) in lola_init_clock_widget() 201 int lola_enable_clock_events(struct lola *chip) in lola_enable_clock_events() 220 int lola_set_clock_index(struct lola *chip, unsigned int idx) in lola_set_clock_index() 238 bool lola_update_ext_clock_freq(struct lola *chip, unsigned int val) in lola_update_ext_clock_freq() 260 int lola_set_clock(struct lola *chip, int idx) in lola_set_clock() 294 int lola_set_sample_rate(struct lola *chip, int rate) in lola_set_sample_rate()
|
/linux-6.3-rc2/sound/pci/ |
A D | Makefile | 68 lola/ \
|
A D | Kconfig | 699 will be called snd-lola.
|
/linux-6.3-rc2/Documentation/sound/ |
A D | alsa-configuration.rst | 1444 Module snd-lola
|
Completed in 22 milliseconds