]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - sound/core/oss/mixer_oss.c
ALSA: Add more fallbacks to OSS PHONEOUT mixer map
[karo-tx-linux.git] / sound / core / oss / mixer_oss.c
index 75daed298a15a251fcf3a4af20b4651b905326ea..581aa2c60e6529fab85d27a3250151383e58f49f 100644 (file)
@@ -1257,6 +1257,8 @@ static void snd_mixer_oss_build(struct snd_mixer_oss *mixer)
                { SOUND_MIXER_DIGITAL3, "Digital",              2 },
                { SOUND_MIXER_PHONEIN,  "Phone",                0 },
                { SOUND_MIXER_PHONEOUT, "Master Mono",          0 },
+               { SOUND_MIXER_PHONEOUT, "Speaker",              0 }, /*fallback*/
+               { SOUND_MIXER_PHONEOUT, "Mono",                 0 }, /*fallback*/
                { SOUND_MIXER_PHONEOUT, "Phone",                0 }, /* fallback */
                { SOUND_MIXER_VIDEO,    "Video",                0 },
                { SOUND_MIXER_RADIO,    "Radio",                0 },