Lines Matching refs:codec_setup
2363 struct snd_azf3328_codec_data *codec_setup; in snd_azf3328_create() local
2401 codec_setup = &chip->codecs[AZF_CODEC_PLAYBACK]; in snd_azf3328_create()
2402 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_PLAYBACK; in snd_azf3328_create()
2403 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()
2404 codec_setup->type = AZF_CODEC_PLAYBACK; in snd_azf3328_create()
2405 codec_setup->name = "PLAYBACK"; in snd_azf3328_create()
2407 codec_setup = &chip->codecs[AZF_CODEC_CAPTURE]; in snd_azf3328_create()
2408 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_CAPTURE; in snd_azf3328_create()
2409 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()
2410 codec_setup->type = AZF_CODEC_CAPTURE; in snd_azf3328_create()
2411 codec_setup->name = "CAPTURE"; in snd_azf3328_create()
2413 codec_setup = &chip->codecs[AZF_CODEC_I2S_OUT]; in snd_azf3328_create()
2414 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_I2S_OUT; in snd_azf3328_create()
2415 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()
2416 codec_setup->type = AZF_CODEC_I2S_OUT; in snd_azf3328_create()
2417 codec_setup->name = "I2S_OUT"; in snd_azf3328_create()