Lines Matching refs:codec_setup
2388 struct snd_azf3328_codec_data *codec_setup; in snd_azf3328_create() local
2426 codec_setup = &chip->codecs[AZF_CODEC_PLAYBACK]; in snd_azf3328_create()
2427 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_PLAYBACK; in snd_azf3328_create()
2428 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()
2429 codec_setup->type = AZF_CODEC_PLAYBACK; in snd_azf3328_create()
2430 codec_setup->name = "PLAYBACK"; in snd_azf3328_create()
2432 codec_setup = &chip->codecs[AZF_CODEC_CAPTURE]; in snd_azf3328_create()
2433 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_CAPTURE; in snd_azf3328_create()
2434 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()
2435 codec_setup->type = AZF_CODEC_CAPTURE; in snd_azf3328_create()
2436 codec_setup->name = "CAPTURE"; in snd_azf3328_create()
2438 codec_setup = &chip->codecs[AZF_CODEC_I2S_OUT]; in snd_azf3328_create()
2439 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_I2S_OUT; in snd_azf3328_create()
2440 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()
2441 codec_setup->type = AZF_CODEC_I2S_OUT; in snd_azf3328_create()
2442 codec_setup->name = "I2S_OUT"; in snd_azf3328_create()