diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-09-15 16:32:31 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-09-15 16:32:31 +0200 |
commit | e5d6db8e6039d7f51a9a648d74db1109c7fdc746 (patch) | |
tree | 1f8ec13b6bda70fdf6c607a86d02c3e974e4c469 /sound/pci/hda/hda_codec.h | |
parent | ALSA: hda - Add mic-mute LED control for HP laptop (diff) | |
parent | ALSA: Fix leftover chmap UNKNOWN -> MONO conversions (diff) | |
download | linux-e5d6db8e6039d7f51a9a648d74db1109c7fdc746.tar.xz linux-e5d6db8e6039d7f51a9a648d74db1109c7fdc746.zip |
Merge branch 'topic/tlv-chmap' into for-next
This is a merge of a topic branch containing the support for the new
channel map API using control elements.
Diffstat (limited to 'sound/pci/hda/hda_codec.h')
-rw-r--r-- | sound/pci/hda/hda_codec.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/pci/hda/hda_codec.h b/sound/pci/hda/hda_codec.h index ee4ae8e271e3..507fe8a917b6 100644 --- a/sound/pci/hda/hda_codec.h +++ b/sound/pci/hda/hda_codec.h @@ -776,6 +776,7 @@ struct hda_pcm { unsigned int pcm_type; /* HDA_PCM_TYPE_XXX */ int device; /* device number to assign */ struct snd_pcm *pcm; /* assigned PCM instance */ + bool own_chmap; /* codec driver provides own channel maps */ }; /* codec information */ |