Home
last modified time | relevance | path

Searched refs:codec_setup (Results 1 – 1 of 1) sorted by relevance

/linux-3.4.99/sound/pci/
Dazt3328.c2505 struct snd_azf3328_codec_data *codec_setup; in snd_azf3328_create() local
2543 codec_setup = &chip->codecs[AZF_CODEC_PLAYBACK]; in snd_azf3328_create()
2544 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_PLAYBACK; in snd_azf3328_create()
2545 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()
2546 codec_setup->type = AZF_CODEC_PLAYBACK; in snd_azf3328_create()
2547 codec_setup->name = "PLAYBACK"; in snd_azf3328_create()
2549 codec_setup = &chip->codecs[AZF_CODEC_CAPTURE]; in snd_azf3328_create()
2550 codec_setup->io_base = chip->ctrl_io + AZF_IO_OFFS_CODEC_CAPTURE; in snd_azf3328_create()
2551 codec_setup->lock = &chip->reg_lock; in snd_azf3328_create()
2552 codec_setup->type = AZF_CODEC_CAPTURE; in snd_azf3328_create()
[all …]