Lines Matching refs:debug
40 debug("EXYNOS_SOUND: No node for sound in device tree\n"); in get_sound_i2s_values()
52 debug("%s: Missing i2s base\n", __func__); in get_sound_i2s_values()
60 debug("audio_pll_clk = %d\n", i2s->audio_pll_clk); in get_sound_i2s_values()
64 debug("samplingrate = %d\n", i2s->samplingrate); in get_sound_i2s_values()
68 debug("bitspersample = %d\n", i2s->bitspersample); in get_sound_i2s_values()
72 debug("channels = %d\n", i2s->channels); in get_sound_i2s_values()
76 debug("rfs = %d\n", i2s->rfs); in get_sound_i2s_values()
80 debug("bfs = %d\n", i2s->bfs); in get_sound_i2s_values()
84 debug("id = %d\n", i2s->id); in get_sound_i2s_values()
87 debug("fail to get sound i2s node properties\n"); in get_sound_i2s_values()
110 debug("EXYNOS_SOUND: No node for sound in device tree\n"); in codec_init()
111 debug("node = %d\n", node); in codec_init()
121 debug("device = %s\n", codectype); in codec_init()
134 debug("%s: Unknown codec type %s\n", __func__, codectype); in codec_init()
139 debug("%s: Codec init failed\n", __func__); in codec_init()
153 debug(" FDT I2S values failed\n"); in sound_init()
158 debug(" Codec init failed\n"); in sound_init()
164 debug("%s: Failed to init i2c transmit: ret=%d\n", __func__, in sound_init()
185 debug("%s: malloc failed\n", __func__); in sound_play()