Subversion Repositories Kolibri OS

Rev

Rev 5078 | Rev 5271 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5078 Rev 5179
Line 47... Line 47...
47
		return;
47
		return;
48
	}
48
	}
Line 49... Line 49...
49
 
49
 
50
	sad_count = drm_edid_to_speaker_allocation(radeon_connector->edid, &sadb);
50
	sad_count = drm_edid_to_speaker_allocation(radeon_connector->edid, &sadb);
51
	if (sad_count < 0) {
51
	if (sad_count < 0) {
52
		DRM_ERROR("Couldn't read Speaker Allocation Data Block: %d\n", sad_count);
52
		DRM_DEBUG("Couldn't read Speaker Allocation Data Block: %d\n", sad_count);
53
		return;
53
		sad_count = 0;
Line 54... Line 54...
54
	}
54
	}
55
 
55
 
56
	/* program the speaker allocation */
56
	/* program the speaker allocation */