diff options
author | Takashi Iwai <tiwai@suse.de> | 2015-02-20 16:49:04 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2015-02-20 19:51:42 +0100 |
commit | b95bd3a454cf9e9e111b6b87c02550368fe6e802 (patch) | |
tree | 6a4db67f7a2843d08f47b39e3796dd726ec253f3 /include/rxrpc | |
parent | ad876c862278be59147d4004f1a7c4d492e4ec96 (diff) | |
download | blackbird-obmc-linux-b95bd3a454cf9e9e111b6b87c02550368fe6e802.tar.gz blackbird-obmc-linux-b95bd3a454cf9e9e111b6b87c02550368fe6e802.zip |
ALSA: pcm: Don't add internal PCMs to PCM device list
An internal PCM object shouldn't be added to the PCM device list, as
it's never accessed directly from the user-space, and it has no proc
or any similar accesses. Currently, it's excluded in snd_pcm_get()
and snd_pcm_next(), but it's easier not to add such an object to the
list.
Actually, the whole snd_pcm_dev_register() can be skipped for an
internal PCM. So this patch changes the code there, but also
addresses the uninitialized list_head access.
Acked-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'include/rxrpc')
0 files changed, 0 insertions, 0 deletions