commit | 1facf21e8b903524b34f09c39a7d27b4b71a07f7 | [log] [tgz] |
---|---|---|
author | Takashi Iwai <tiwai@suse.de> | Wed May 10 22:20:10 2017 +0200 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jun 02 19:38:18 2017 +0200 |
tree | b166d0d0b818cae8646504183dcd9f9c0c01c6b8 | |
parent | aa708c613b96c9c3a00a5ba78a203616cab27f86 [diff] |
[media] solo6x10: Convert to the new PCM ops Replace the copy and the silence ops with the new PCM ops. The device supports only 1 channel and 8bit sample, so it's always bytes=frames, and we need no conversion of unit in the callback. Also, it's a capture stream, thus no silence is needed. Acked-by: Hans Verkuil <hans.verkuil@cisco.com> Reviewed-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>