commit | 60f96aaecb19ca294addfff0d2d0335293f3c379 | [log] [tgz] |
---|---|---|
author | Takashi Sakamoto <o-takashi@sakamocchi.jp> | Fri Jun 09 21:46:48 2017 +0900 |
committer | Takashi Iwai <tiwai@suse.de> | Fri Jun 09 16:27:21 2017 +0200 |
tree | ac0e4a3cb55e4aecab89dd6feb90f70dc82eb0f2 | |
parent | 4e4b7eaa624d08433ab571920d50b6e14a70ab90 [diff] |
ALSA: pcm: localize snd_pcm_hw_params_choose() As of v4.12, snd_pcm_hw_params_choose() is just called in a process context of ioctl(2) with SNDRV_PCM_IOCTL_HW_PARAMS. The function locates in a different file, which has no tracepoints. This commit moves the function to a file with the tracepoints for later commit. Signed-off-by: Takashi Sakamoto <o-takashi@sakamocchi.jp> Signed-off-by: Takashi Iwai <tiwai@suse.de>