commit | 3b1c952c951d5ae91821386d692bc291e87a17b1 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Thu Nov 21 20:07:08 2019 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Nov 22 14:37:50 2019 +0100 |
tree | 429a9e1d4527d193f6318160ccc38c70c9f6612b | |
parent | 10a9594563415855bd99678ea4f91dea792e5499 [diff] |
ASoC: pcm: Make ioctl ops optional Now PCM core accepts the NULL ioctl ops as default, and passing a proper ioctl ops is no longer mandatory. Adjust soc_new_pcm() to allow also the NULL for component ioctl ops, too. Acked-by: Mark Brown <broonie@kernel.org> Link: https://lore.kernel.org/r/20191121190709.29121-2-tiwai@suse.de Signed-off-by: Takashi Iwai <tiwai@suse.de>