@applejack Usually just being a retard and placing functions that expect a valid pointer (like asoundlib’s snd_pcm_type()) before initializing the pointer (after snd_pcm_t *handle; but before err = snd_pcm_open(&handle, "hw:CARD", SND_PCM_STREAM_PLAYBACK, 0);)
@applejack Usually just being a retard and placing functions that expect a valid pointer (like asoundlib’s snd_pcm_type()) before initializing the pointer (after snd_pcm_t *handle; but before err = snd_pcm_open(&handle, "hw:CARD", SND_PCM_STREAM_PLAYBACK, 0);)