Lines Matching refs:spec
112 struct prodigy192_spec *spec = ice->spec;
120 mutex_lock(&spec->mute_mutex);
126 mutex_unlock(&spec->mute_mutex);
309 struct prodigy192_spec *spec = ice->spec;
324 mutex_lock(&spec->mute_mutex);
338 mutex_unlock(&spec->mute_mutex);
609 struct prodigy192_spec *spec = ice->spec;
616 ice, &spec->ak4114);
621 spec->ak4114->check_flags = AK4114_CHECK_NO_RATE;
647 struct prodigy192_spec *spec = ice->spec;
657 if (spec->ak4114) {
666 err = snd_ak4114_build(spec->ak4114,
717 struct prodigy192_spec *spec;
724 spec = kzalloc(sizeof(*spec), GFP_KERNEL);
725 if (!spec)
727 ice->spec = spec;
728 mutex_init(&spec->mute_mutex);
740 * spec->ak4114 should not be null