/sound/pci/ca0106/ |
D | ca0106_proc.c | 299 char line[64]; in snd_ca0106_proc_reg_write32() local 301 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_ca0106_proc_reg_write32() 302 if (sscanf(line, "%x %x", ®, &val) != 2) in snd_ca0106_proc_reg_write32() 400 char line[64]; in snd_ca0106_proc_reg_write() local 402 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_ca0106_proc_reg_write() 403 if (sscanf(line, "%x %x %x", ®, &channel_id, &val) != 3) in snd_ca0106_proc_reg_write() 414 char line[64]; in snd_ca0106_proc_i2c_write() local 416 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_ca0106_proc_i2c_write() 417 if (sscanf(line, "%x %x", ®, &val) != 2) in snd_ca0106_proc_i2c_write()
|
/sound/core/seq/ |
D | seq_lock.c | 27 void snd_use_lock_sync_helper(snd_use_lock_t *lockp, const char *file, int line) in snd_use_lock_sync_helper() argument 32 pr_warn("ALSA: seq_lock: lock trouble [counter = %d] in %s:%d\n", atomic_read(lockp), file, line); in snd_use_lock_sync_helper() 37 pr_warn("ALSA: seq_lock: waiting [%d left] in %s:%d\n", atomic_read(lockp), file, line); in snd_use_lock_sync_helper()
|
D | seq_lock.h | 19 void snd_use_lock_sync_helper(snd_use_lock_t *lock, const char *file, int line);
|
/sound/pci/emu10k1/ |
D | emuproc.c | 433 char line[64]; in snd_emu_proc_io_reg_write() local 435 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_emu_proc_io_reg_write() 436 if (sscanf(line, "%x %x", ®, &val) != 2) in snd_emu_proc_io_reg_write() 509 char line[64]; in snd_emu_proc_ptr_reg_write() local 511 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_emu_proc_ptr_reg_write() 512 if (sscanf(line, "%x %x %x", ®, &channel_id, &val) != 3) in snd_emu_proc_ptr_reg_write()
|
D | emu10k1x.c | 1054 char line[64]; in snd_emu10k1x_proc_reg_write() local 1057 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_emu10k1x_proc_reg_write() 1058 if (sscanf(line, "%x %x %x", ®, &channel_id, &val) != 3) in snd_emu10k1x_proc_reg_write()
|
/sound/pci/lola/ |
D | lola_proc.c | 151 char line[64]; in lola_proc_codec_rw_write() local 153 while (!snd_info_get_line(buffer, line, sizeof(line))) { in lola_proc_codec_rw_write() 154 if (sscanf(line, "%u %u %u %u", &id, &verb, &data, &extdata) != 4) in lola_proc_codec_rw_write()
|
/sound/core/ |
D | misc.c | 65 void __snd_printk(unsigned int level, const char *path, int line, in __snd_printk() argument 101 printk(verbose_fmt, sanity_file_name(path), line, &vaf); in __snd_printk()
|
D | pcm_memory.c | 159 char line[64], str[64]; in snd_pcm_lib_preallocate_proc_write() local 167 if (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_pcm_lib_preallocate_proc_write() 168 snd_info_get_str(str, line, sizeof(str)); in snd_pcm_lib_preallocate_proc_write()
|
D | info.c | 633 int snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len) in snd_info_get_line() argument 649 *line++ = c; in snd_info_get_line() 652 *line = '\0'; in snd_info_get_line()
|
D | pcm.c | 517 char line[64]; in snd_pcm_xrun_debug_write() local 518 if (!snd_info_get_line(buffer, line, sizeof(line))) in snd_pcm_xrun_debug_write() 519 pstr->xrun_debug = simple_strtoul(line, NULL, 10); in snd_pcm_xrun_debug_write()
|
/sound/aoa/soundbus/i2sbus/ |
D | interface.h | 14 #define _PAD(line, n) __PAD(line, n) argument
|
/sound/ppc/ |
D | Kconfig | 24 bool "Toggle DRC automatically at headphone/line plug-in" 31 headphone/line jack is plugged, and turned on when unplugged.
|
/sound/pci/ac97/ |
D | ac97_proc.c | 381 char line[64]; in snd_ac97_proc_regs_write() local 384 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_ac97_proc_regs_write() 385 if (sscanf(line, "%x %x", ®, &val) != 2) in snd_ac97_proc_regs_write()
|
/sound/oss/ |
D | Kconfig | 63 Interrupt Request line for the MultiSound Classic and related cards. 125 Interrupt request line for the primary synthesizer on MultiSound 272 the command-line argument "dmabuf=1" to the sound module. 333 line. 348 "mpu401=<io>,<irq>" to the kernel command line. 362 to the kernel command line. 382 command line. 432 command line. 448 "opl3=<io>" to the kernel command line. 460 "uart6850=<io>,<irq>" to the kernel command line.
|
/sound/pci/hda/ |
D | hda_eld.c | 507 char line[64]; in snd_hdmi_write_eld_info() local 513 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_hdmi_write_eld_info() 514 if (sscanf(line, "%s %llx", name, &val) != 2) in snd_hdmi_write_eld_info()
|
/sound/soc/davinci/ |
D | Kconfig | 12 The following line of SoCs are supported by this platform driver: 32 - Sitara line of SoCs (AM335x, AM438x, etc)
|
/sound/pci/ice1712/ |
D | pontis.c | 635 char line[64]; in wm_proc_regs_write() local 638 while (!snd_info_get_line(buffer, line, sizeof(line))) { in wm_proc_regs_write() 639 if (sscanf(line, "%x %x", ®, &val) != 2) in wm_proc_regs_write()
|
D | prodigy_hifi.c | 898 char line[64]; in wm_proc_regs_write() local 901 while (!snd_info_get_line(buffer, line, sizeof(line))) { in wm_proc_regs_write() 902 if (sscanf(line, "%x %x", ®, &val) != 2) in wm_proc_regs_write()
|
D | maya44.c | 351 static void wm8776_select_input(struct snd_maya44 *chip, int idx, int line) in wm8776_select_input() argument 354 0x1f, 1 << line); in wm8776_select_input()
|
/sound/soc/omap/ |
D | Kconfig | 62 a line discipline #19 on the modem (ttyS3) serial line. The simplest
|
/sound/drivers/ |
D | dummy.c | 1017 char line[64]; in dummy_proc_write() local 1019 while (!snd_info_get_line(buffer, line, sizeof(line))) { in dummy_proc_write() 1025 ptr = snd_info_get_str(item, line, sizeof(item)); in dummy_proc_write()
|
/sound/pci/pcxhr/ |
D | pcxhr.c | 1382 char line[64]; in pcxhr_proc_gpo_write() local 1387 while (!snd_info_get_line(buffer, line, sizeof(line))) { in pcxhr_proc_gpo_write() 1388 if (sscanf(line, "GPO: 0x%x", &value) != 1) in pcxhr_proc_gpo_write()
|
/sound/core/oss/ |
D | mixer_oss.c | 1185 char line[128], str[32], idxstr[16]; in snd_mixer_oss_proc_write() local 1192 while (!snd_info_get_line(buffer, line, sizeof(line))) { in snd_mixer_oss_proc_write() 1193 cptr = snd_info_get_str(str, line, sizeof(str)); in snd_mixer_oss_proc_write()
|
/sound/soc/codecs/ |
D | max98088.c | 648 int event, int line, u8 channel) in max98088_line_pga() argument 657 switch (line) { in max98088_line_pga()
|
/sound/soc/blackfin/ |
D | Kconfig | 136 Analog Devices line of AC97 codecs.
|