Searched refs:codec_setup (Results 1 – 1 of 1) sorted by relevance
2404 struct snd_azf3328_codec_data *codec_setup; in snd_azf3328_create() local2442 codec_setup = &chip->codecs[AZF_CODEC_PLAYBACK]; in snd_azf3328_create()2443 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_PLAYBACK; in snd_azf3328_create()2444 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()2445 codec_setup->type = AZF_CODEC_PLAYBACK; in snd_azf3328_create()2446 codec_setup->name = "PLAYBACK"; in snd_azf3328_create()2448 codec_setup = &chip->codecs[AZF_CODEC_CAPTURE]; in snd_azf3328_create()2449 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_CAPTURE; in snd_azf3328_create()2450 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()2451 codec_setup->type = AZF_CODEC_CAPTURE; in snd_azf3328_create()[all …]