ALSA: sh: Fix unused variable warnings
authorTakashi Iwai <tiwai@suse.de>
Sat, 4 Jan 2020 11:00:57 +0000 (12:00 +0100)
committerTakashi Iwai <tiwai@suse.de>
Sat, 4 Jan 2020 11:02:32 +0000 (12:02 +0100)
commit5da116f164ce265e397b8f59af5c39e4a61d61a5
treef701a905e6cee29c6e6c9c689e36fbb905e09a65
parentfbd3eb7f66c5b4f37a959bc2deaeb1d7b5ddf0d4
ALSA: sh: Fix unused variable warnings

Remove unused variables that are left over after the conversion of new
PCM ops:
  sound/sh/sh_dac_audio.c:166:26: warning: unused variable 'runtime'
  sound/sh/sh_dac_audio.c:186:26: warning: unused variable 'runtime'
  sound/sh/sh_dac_audio.c:205:26: warning: unused variable 'runtime'

Fixes: 1cc2f8ba0b3e ("ALSA: sh: Convert to the new PCM ops")
Link: https://lore.kernel.org/r/20200104110057.13875-1-tiwai@suse.de
Signed-off-by: Takashi Iwai <tiwai@suse.de>
sound/sh/sh_dac_audio.c