Searched refs:codec_setup (Results 1 – 1 of 1) sorted by relevance
2333 struct snd_azf3328_codec_data *codec_setup; in snd_azf3328_create() local2364 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()2365 codec_setup->type = AZF_CODEC_PLAYBACK; in snd_azf3328_create()2366 codec_setup->name = "PLAYBACK"; in snd_azf3328_create()2368 codec_setup = &chip->codecs[AZF_CODEC_CAPTURE]; in snd_azf3328_create()2370 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()2371 codec_setup->type = AZF_CODEC_CAPTURE; in snd_azf3328_create()2372 codec_setup->name = "CAPTURE"; in snd_azf3328_create()2376 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()2377 codec_setup->type = AZF_CODEC_I2S_OUT; in snd_azf3328_create()[all …]