|
@@ -212,11 +212,7 @@ int snd_pcm_info(struct snd_pcm_substream *substream, struct snd_pcm_info *info)
|
|
info->subdevices_avail = pstr->substream_count - pstr->substream_opened;
|
|
info->subdevices_avail = pstr->substream_count - pstr->substream_opened;
|
|
strlcpy(info->subname, substream->name, sizeof(info->subname));
|
|
strlcpy(info->subname, substream->name, sizeof(info->subname));
|
|
runtime = substream->runtime;
|
|
runtime = substream->runtime;
|
|
- /* AB: FIXME!!! This is definitely nonsense */
|
|
|
|
- if (runtime) {
|
|
|
|
- info->sync = runtime->sync;
|
|
|
|
- substream->ops->ioctl(substream, SNDRV_PCM_IOCTL1_INFO, info);
|
|
|
|
- }
|
|
|
|
|
|
+
|
|
return 0;
|
|
return 0;
|
|
}
|
|
}
|
|
|
|
|