Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 28007 | Differences between
and this patch

Collapse All | Expand All

(-)src/s_audio_jack.c.orig (-1 / +1 lines)
Lines 69-75 Link Here
69
static int
69
static int
70
srate (jack_nframes_t srate, void *arg)
70
srate (jack_nframes_t srate, void *arg)
71
{
71
{
72
        printf ("jack: sample rate %ld/sec\n", srate);
72
        printf ("jack: sample rate %ld/sec\n", (long int)srate);
73
	sys_dacsr = srate;
73
	sys_dacsr = srate;
74
        return 0;
74
        return 0;
75
}
75
}

Return to bug 28007