Lines Matching refs:codec_setup
2342 struct snd_azf3328_codec_data *codec_setup; in snd_azf3328_create() local
2371 codec_setup = &chip->codecs[AZF_CODEC_PLAYBACK]; in snd_azf3328_create()
2372 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_PLAYBACK; in snd_azf3328_create()
2373 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()
2374 codec_setup->type = AZF_CODEC_PLAYBACK; in snd_azf3328_create()
2375 codec_setup->name = "PLAYBACK"; in snd_azf3328_create()
2377 codec_setup = &chip->codecs[AZF_CODEC_CAPTURE]; in snd_azf3328_create()
2378 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_CAPTURE; in snd_azf3328_create()
2379 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()
2380 codec_setup->type = AZF_CODEC_CAPTURE; in snd_azf3328_create()
2381 codec_setup->name = "CAPTURE"; in snd_azf3328_create()
2383 codec_setup = &chip->codecs[AZF_CODEC_I2S_OUT]; in snd_azf3328_create()
2384 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_I2S_OUT; in snd_azf3328_create()
2385 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()
2386 codec_setup->type = AZF_CODEC_I2S_OUT; in snd_azf3328_create()
2387 codec_setup->name = "I2S_OUT"; in snd_azf3328_create()