Searched refs:SFX (Results 1 – 6 of 6) sorted by relevance
/linux-3.4.99/sound/pci/lola/ |
D | lola.c | 78 do { if (debug > 1) printk(KERN_DEBUG SFX fmt, ##args); } while (0) 171 printk(KERN_WARNING SFX "RIRB ERROR: " in rirb_get_response() 185 printk(KERN_WARNING SFX "RIRB response error\n"); in rirb_get_response() 187 printk(KERN_WARNING SFX "switching to polling mode\n"); in rirb_get_response() 330 printk(KERN_ERR SFX "cannot reset controller\n"); in reset_controller() 455 printk(KERN_ERR SFX "Can't read VENDOR_ID\n"); in lola_parse_tree() 460 printk(KERN_ERR SFX "Unknown codec vendor 0x%x\n", val); in lola_parse_tree() 466 printk(KERN_ERR SFX "Can't read FUNCTION_TYPE for 0x%x\n", nid); in lola_parse_tree() 470 printk(KERN_ERR SFX "Unknown function type %d\n", val); in lola_parse_tree() 476 printk(KERN_ERR SFX "Can't read SPECCAPS\n"); in lola_parse_tree() [all …]
|
D | lola_clock.c | 131 printk(KERN_ERR SFX "Can't read wcaps for 0x%x\n", nid); in lola_init_clock_widget() 145 printk(KERN_ERR SFX "CLOCK_LIST too big: %d\n", in lola_init_clock_widget() 161 printk(KERN_ERR SFX "Can't read CLOCK_LIST\n"); in lola_init_clock_widget() 226 printk(KERN_WARNING SFX "error in enable_clock_events %d\n", in lola_enable_clock_events() 245 printk(KERN_WARNING SFX "error in set_clock %d\n", res); in lola_set_clock_index()
|
D | lola_pcm.c | 106 printk(KERN_WARNING SFX "SRST not clear (stream %d)\n", str->dsd); in wait_for_srst_clear() 121 printk(KERN_WARNING SFX "FIFO not ready (stream %d)\n", str->dsd); in lola_stream_wait_for_fifo() 159 printk(KERN_WARNING SFX "FIFO not ready (pending %d)\n", pending - 1); in lola_sync_wait_for_fifo() 376 snd_printk(KERN_ERR SFX "Too many BDL entries: buffer=%d, period=%d\n", in lola_setup_periods() 418 printk(KERN_ERR SFX "Cannot set stream format 0x%x\n", in lola_set_stream_config() 430 printk(KERN_ERR SFX "Cannot set stream channel %d\n", i); in lola_set_stream_config() 654 printk(KERN_ERR SFX "Can't read wcaps for 0x%x\n", nid); in lola_init_stream() 660 printk(KERN_ERR SFX "Invalid wcaps 0x%x for 0x%x\n", in lola_init_stream() 669 printk(KERN_ERR SFX "Invalid wcaps 0x%x for 0x%x\n", in lola_init_stream() 680 printk(KERN_ERR SFX "Can't read FORMATS 0x%x\n", nid); in lola_init_stream() [all …]
|
D | lola_mixer.c | 40 printk(KERN_ERR SFX "Can't read wcaps for 0x%x\n", nid); in lola_init_pin() 51 printk(KERN_ERR SFX "Invalid wcaps 0x%x for 0x%x\n", val, nid); in lola_init_pin() 65 printk(KERN_ERR SFX "Can't read AMP-caps for 0x%x\n", nid); in lola_init_pin() 82 printk(KERN_ERR SFX "Can't get MAX_LEVEL 0x%x\n", nid); in lola_init_pin() 122 printk(KERN_ERR SFX "Can't read wcaps for 0x%x\n", nid); in lola_init_mixer_widget() 205 printk(KERN_ERR SFX "Invalid mixer widget size\n"); in lola_init_mixer_widget()
|
D | lola.h | 25 #define SFX DRVNAME ": " macro
|
/linux-3.4.99/sound/pci/hda/ |
D | hda_intel.c | 173 #define SFX /* nop */ macro 175 #define SFX "hda-intel: " macro 655 snd_printk(KERN_ERR SFX "cannot allocate CORB/RIRB\n"); in azx_alloc_cmd_io() 787 snd_printk(KERN_ERR SFX "spurious response %#x:%#x, " in azx_update_rirb() 831 snd_printdd(SFX "azx_get_response timeout, " in azx_rirb_get_response() 841 snd_printk(KERN_WARNING SFX "azx_get_response timeout, " in azx_rirb_get_response() 849 snd_printk(KERN_WARNING SFX "No response from codec, " in azx_rirb_get_response() 917 snd_printd(SFX "get_response timeout: IRS=0x%x\n", in azx_single_wait_for_response() 945 snd_printd(SFX "send_cmd timeout: IRS=0x%x, val=0x%x\n", in azx_single_send_cmd() 1028 snd_printd(SFX "azx_reset: controller not ready!\n"); in azx_reset() [all …]
|