diff options
author | Takashi Iwai <tiwai@suse.de> | 2023-12-29 15:14:02 +0100 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2023-12-29 15:14:07 +0100 |
commit | 3abf66a42f1ff0f5ae5de3943ce1551ceedf81a0 (patch) | |
tree | 45efce6311378bbd33378cdf2d5689ac4166cc73 /sound/core | |
parent | ALSA: seq: fix kvmalloc_array() arguments order (diff) | |
parent | ALSA: hda/realtek: Add quirks for Dell models (diff) | |
download | linux-3abf66a42f1ff0f5ae5de3943ce1551ceedf81a0.tar.xz linux-3abf66a42f1ff0f5ae5de3943ce1551ceedf81a0.zip |
Merge branch 'topic/cs35l41' into for-next
Pull CS35L41 codec extension series.
Signed-off-by: Takashi Iwai <tiwai@suse.de>
Diffstat (limited to 'sound/core')
-rw-r--r-- | sound/core/pcm.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/core/pcm.c b/sound/core/pcm.c index c4bc15f048b6..a09f0154e6a7 100644 --- a/sound/core/pcm.c +++ b/sound/core/pcm.c @@ -253,6 +253,7 @@ static const char * const snd_pcm_state_names[] = { STATE(DRAINING), STATE(PAUSED), STATE(SUSPENDED), + STATE(DISCONNECTED), }; static const char * const snd_pcm_access_names[] = { |