コード例 #1
0
ファイル: pdaudiocf.c プロジェクト: BackupTheBerlios/arp2-svn
static int snd_pdacf_dev_free(struct snd_device *device)
{
	struct snd_pdacf *chip = device->device_data;
	return snd_pdacf_free(chip);
}
コード例 #2
0
static int snd_pdacf_dev_free(snd_device_t *device)
{
	pdacf_t *chip = device->device_data;
	return snd_pdacf_free(chip);
}